카테고리 없음 2012. 1. 1. 01:38

torque 에서 job submission

- sh 파일(test.sh)
#PBS -q long 
cd $PBS_O_WORKDIR 
.... 작업 ....


- submit
qsub test.sh