ewalker@ewalker:~$ ec2_pool -n 1 -S MyCluster Copyright (C) 2008, 2009 The University of Texas at Austin This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENSE file for details. Welcome to your MyCluster/Sun Grid Engine environment To shutdown environment, type "exit" mc-SGE% qhost HOSTNAME ARCH NPROC LOAD MEMTOT MEMUSE SWAPTO SWAPUS ------------------------------------------------------------------------------- global - - - - - - - mc-SGE% cd test_submit/ mc-SGE% cat sge.cmd #!/bin/bash #$ -cwd cat file.dat hostname ls mc-SGE% cat file.dat Hello from ed's desktop mc-SGE% qsub -t 1-2 sge.cmd warning: ewalker your job is not allowed to run in any queue your job-array 1.1-2:1 ("sge.cmd") has been submitted mc-SGE% qstat job-ID prior name user state submit/start at queue master ja-task-ID --------------------------------------------------------------------------------------------- 1 0 sge.cmd ewalker qw 06/18/2009 10:52:33 1,2 mc-SGE% qhost HOSTNAME ARCH NPROC LOAD MEMTOT MEMUSE SWAPTO SWAPUS ------------------------------------------------------------------------------- global - - - - - - - mcslave-1-2 glinux 1 0.01 1.7G 47.1M 896.0M 0.0 mc-SGE% qstat job-ID prior name user state submit/start at queue master ja-task-ID --------------------------------------------------------------------------------------------- 1 0 sge.cmd ewalker t 06/18/2009 10:53:34 mcslave-1- MASTER 1 1 0 sge.cmd ewalker qw 06/18/2009 10:52:33 2 mc-SGE% cat sge.cmd.o1.1 Warning: no access to tty (Bad file descriptor). Thus no job control in this shell. Hello from ed's desktop mcslave-1-2.mycluster.org condor.cmd file.dat sge.cmd sge.cmd.e1.1 sge.cmd.o1.1 test.tt test2.tt test3.tt tt.sh mc-SGE% mc-SGE% exit exit ewalker:~$ Shutting down Grid Engine scheduler Shutting down Grid Engine qmaster Shutting down Grid Engine communication daemon ewalker:~$