commented out SGE_TASK_ID and removed echo

master
melvin 2011-06-04 16:58:53 +08:00
parent ef77506140
commit addbd56de3
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#$ -cwd
#$ -e /dev/null
#$ -o /dev/null
SGE_TASK_ID=100
#SGE_TASK_ID=100
args=`head -$SGE_TASK_ID ~/magarena/exp/args | tail -1`
echo $args
java -Xmx256M -DrndSeed=$SGE_TASK_ID -cp ~/magarena/build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err