cloud-sat/run.sh

31 lines
1.1 KiB
Bash
Raw Normal View History

2023-03-30 09:26:46 +00:00
#!/bin/bash
2023-05-05 10:25:23 +08:00
# cd kissat-inc
# make clean
# ./configure
# make -j 64
# cd ..
# make clean
2023-04-19 13:49:18 +08:00
2023-05-04 17:05:26 +08:00
# buglist
# - fe96b630b3e761821308b544368dd521-GP_100_950_34.cnf
# - 0d4970edf84353e5a5798bca3f7f270e-SAT_H_instances_childsnack_p10.hddl_2.cnf
# 退出慢
# - 00aefd1fc30c425075166ca051e57218-barman-pfile10-038.sas.ex.15.cnf
# - 23e61c50ee2ac5cad1d337572abdebcf-aws-encryption-sdk-c:aws_cryptosdk_priv_hdr_parse_edks.cnf
2023-05-05 10:25:23 +08:00
# 解不出来
# - 72329bc80f5f55dcc356a22f3f11ebec-GP_200_313_5.cnf
# - 367c25ad50259a685a25b86d6dd171b2-GP_100_950_33.cnf
2023-05-04 17:05:26 +08:00
# 这个存在问题
DIR=/pub/data/chenzh/data/sat2022
2023-05-05 10:25:23 +08:00
INSTANCE=72329bc80f5f55dcc356a22f3f11ebec-GP_200_313_5.cnf
2023-05-04 17:05:26 +08:00
# make -j && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i $DIR/$INSTANCE --shuffle=1 --share=1 --threads=16 --times=3600 --share_method=0
make -j 16 && mpirun --mca btl_tcp_if_include 192.168.100.0/24 --hostfile ./experiment/hostfile --bind-to none -np 65 --allow-run-as-root ./light -i $DIR/$INSTANCE --share=1 --threads=16 --times=3600 --share_method=0
#./light -i $DIR/$INSTANCE --share=1 --threads=16 --times=3600