ewalker@ewalker:~$ cat /home/ewalker/vo.conf lonestar.tacc.utexas.edu%_MYCLUSTER_THROTTLE=1:_MYCLUSTER_JOB_SIZE=4 ewalker:~$ vo_pool -S Setting up SSH tunnels: lonestar.tacc.utexas.edu Password: ...........Done Setting up UVPN route tables: ........Done Spawning proxy manager on lonestar.tacc.utexas.edu Waiting for acknowledgement from VO participants .........Done 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% ls condor.cmd file.dat sge.cmd test2.tt test3.tt test.tt tt.sh mc-SGE% vi sge.cmd 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 your job-array 1.1-2:1 ("sge.cmd") has been submitted mc-SGE% qhost HOSTNAME ARCH NPROC LOAD MEMTOT MEMUSE SWAPTO SWAPUS ------------------------------------------------------------------------------- global - - - - - - - mcslave-1-4-2 lx24-amd64 4 0.09 7.8G 276.2M 2.0G 22.9M mc-SGE% qstat mc-SGE% qhost HOSTNAME ARCH NPROC LOAD MEMTOT MEMUSE SWAPTO SWAPUS ------------------------------------------------------------------------------- global - - - - - - - mcslave-1-4-2 lx24-amd64 4 0.08 7.8G 277.9M 2.0G 22.9M 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-4-2.mycluster.org condor.cmd file.dat sge.cmd sge.cmd.e1.1 sge.cmd.e1.2 sge.cmd.o1.1 sge.cmd.o1.2 test.tt test2.tt test3.tt tt.sh mc-SGE% exit exit ewalker:~$ Job <98745> is being signaled Shutting down Grid Engine scheduler Shutting down Grid Engine qmaster Shutting down Grid Engine communication daemon Job <98745> is being terminated ewalker:~$