7 lines
278 B
Bash
Executable File
7 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#make -j 16 && mpirun -np 4 --allow-run-as-root valgrind ./light -i data/class_1_easy_10_0.cnf --share=1 --threads=32 --times=60
|
|
|
|
#valgrind
|
|
|
|
make -j 16 && mpirun -np 9 --allow-run-as-root ./light -i data/WS_500_16_70_10.apx_0.cnf --share=1 --threads=32 --times=1000 |