cloud-sat/run.sh

24 lines
714 B
Bash
Raw Normal View History

2023-03-30 09:26:46 +00:00
#!/bin/bash
cd kissat-inc
make clean
./configure
make -j 64
cd ..
make clean
2023-04-19 13:49:18 +08:00
2023-04-28 05:23:27 +00:00
# buglist
# - fe96b630b3e761821308b544368dd521-GP_100_950_34.cnf
# - 0d4970edf84353e5a5798bca3f7f270e-SAT_H_instances_childsnack_p10.hddl_2.cnf
2023-04-19 13:49:18 +08:00
2023-04-28 05:23:27 +00:00
# 这个存在问题
DIR=/pub/data/chenzh/data/sat2022
INSTANCE=30ca21da9753263cc8cda020802b58ce-GP_500_200_20.cnf
2023-04-20 22:28:48 +08:00
2023-04-21 16:24:52 +08:00
2023-04-23 13:46:14 +08:00
# make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i $DIR/$INSTANCE --shuffle=1 --share=1 --threads=16 --times=3600 --share_method=1
2023-04-21 16:24:52 +08:00
make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i data/class_1_easy_10_0.cnf --share=1 --threads=16 --times=3600 --share_method=0
2023-04-13 16:30:12 +08:00
#./light -i $DIR/$INSTANCE --share=1 --threads=16 --times=3600