2023-03-30 09:26:46 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-04-06 10:55:41 +00:00
|
|
|
#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
|
|
|
|
|
2023-04-10 15:58:33 +08:00
|
|
|
#make -j 16 && mpirun -np 9 --allow-run-as-root ./light -i /pub/data/chenzh/data/sat2022/0205e0724a8a912dde9ad7dfba2aee0b-003-23-80.cnf --share=1 --threads=32 --times=3600
|
|
|
|
|
2023-04-10 11:57:59 +08:00
|
|
|
make -j 16 && mpirun -np 9 --allow-run-as-root ./light -i /pub/data/chenzh/data/sat2022/0205e0724a8a912dde9ad7dfba2aee0b-003-23-80.cnf --share=1 --threads=32 --times=3600
|