enabled assertions in eval script

master
melvin 2011-06-14 15:37:58 +08:00
parent 5db766edb4
commit 0524031500
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
#$ -o /dev/null
#SGE_TASK_ID=100
args=`grep MCTS exp/args | head -$SGE_TASK_ID | tail -1`
java -Xms256M -Xmx256M -Ddebug=true -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err
java -ea -Xms256M -Xmx256M -Ddebug=true -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err