Aryanne commited on
Commit
19ae973
·
verified ·
1 Parent(s): 5effea0

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -4
start.sh CHANGED
@@ -23,7 +23,4 @@ done
23
 
24
  find . -maxdepth 1 -type f -name '*.so' -exec rm {} \;
25
 
26
- g++ -O3 -Wall -Wextra -pedantic -march=native -fPIC -funroll-loops -ffinite-math-only -fopenmp -shared -o libfract.so fract.cpp
27
-
28
- python runner.py --port "$PORT" $NOSERVER
29
-
 
23
 
24
  find . -maxdepth 1 -type f -name '*.so' -exec rm {} \;
25
 
26
+ g++ -O3 -Wall -Wextra -pedantic -march=native -fPIC -funroll-loops -ffinite-math-only -fopenmp -shared -o libfract.so fract.cpp