changed output from mcts6 to mctsd (debug)

master
melvin 2011-06-17 18:48:51 +08:00
parent 9c1050c609
commit 554e3ed51d
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.mcts6 2> $SGE_TASK_ID.err.mcts6
java -ea -Xms256M -Xmx256M -Ddebug=true -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out.mctsd 2> $SGE_TASK_ID.err.mctsd