Aryanne commited on
Commit
5effea0
·
verified ·
1 Parent(s): 60c27aa

Upload start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -1
start.sh CHANGED
@@ -23,4 +23,7 @@ done
23
 
24
  find . -maxdepth 1 -type f -name '*.so' -exec rm {} \;
25
 
26
- g++ -O3 -Wall -Wextra -pedantic -march=native -fPIC -funroll-loops -ffast-math -fopenmp -shared -o libfract.so fract.cpp
 
 
 
 
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
+