diff options
-rw-r--r-- | nightly/conf/georgia-tech-cellbuzz-native.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nightly/conf/georgia-tech-cellbuzz-native.conf b/nightly/conf/georgia-tech-cellbuzz-native.conf index 7aff5607..2d5fcee1 100644 --- a/nightly/conf/georgia-tech-cellbuzz-native.conf +++ b/nightly/conf/georgia-tech-cellbuzz-native.conf @@ -13,8 +13,7 @@ ABT_JOBS=2 cellbuzz_eval() { rm -f cmd-output.txt done - jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" \ - | qsub -m n -q sdk3.0` + jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" | qsub -m n` echo "Job ID = ${jobid}" while [ `qstat "${jobid}" 2>/dev/null | wc --lines` -gt 0 ] do |