验证时跑regression是的脚本问题
时间:10-02
整理:3721RD
点击:
哪位朋友帮忙解释下这几句脚本啊急啊万分感谢!
cd $STEM && time bsub -q regr_high -R "select[type==RHEL4_64] rusage[mem=8000]" -K -o $LOG_HOME/dvdb.log \
-J ${TREE}_gen_update_dvdb_info \
dv -j rush "$BLOCKLIST"-where "$DVDB_OPTIONS" \
-flow gen_update_dvdb_info
******
cd $STEM && time bsub -q regr_high \
-Ip -R "select[type==RHEL4_64] rusage[mem=4000]"\
-J regression \
make custom_tests TIMESTAMP=$log_timestamp CHANGE=$change
老是报错啊
Error near " ] " : incorrect or missing section name. Job not submitted.
cd $STEM && time bsub -q regr_high -R "select[type==RHEL4_64] rusage[mem=8000]" -K -o $LOG_HOME/dvdb.log \
-J ${TREE}_gen_update_dvdb_info \
dv -j rush "$BLOCKLIST"-where "$DVDB_OPTIONS" \
-flow gen_update_dvdb_info
******
cd $STEM && time bsub -q regr_high \
-Ip -R "select[type==RHEL4_64] rusage[mem=4000]"\
-J regression \
make custom_tests TIMESTAMP=$log_timestamp CHANGE=$change
老是报错啊
Error near " ] " : incorrect or missing section name. Job not submitted.
是不是第一个bsub后没有程序名啊?
一看就是AMD的。