updated array_mag.sh and args to use relative paths

master
melvin 2011-06-07 11:19:57 +08:00
parent 1c7db8d98b
commit 762a8acf17
2 changed files with 1002 additions and 1002 deletions

2000
exp/args

File diff suppressed because it is too large Load Diff

View File

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