added mcts6 suffix to output

master
melvin 2011-06-17 12:29:43 +08:00
parent 21fcb13cba
commit 3ee9a84dcd
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 -ea -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.mcts6 2> $SGE_TASK_ID.err.mcts6