Spaces:
Sleeping
Sleeping
Upload start.sh
Browse files
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 -
|
|
|
|
|
|
|
|
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 |
+
|