ewalker:~$ cat /home/ewalker/vo.conf lonestar.tacc.utexas.edu%_MYCLUSTER_THROTTLE=1:_MYCLUSTER_JOB_SIZE=4 ewalker:~$ vo_pool 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/Condor environment To shutdown environment, type "exit" mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50249> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 0 jobs; 0 idle, 0 running, 0 held mc-Condor% condor_status mc-Condor% cd test_submit/ mc-Condor% ls condor.cmd file.dat sge.cmd test2.tt test3.tt test.tt tt.sh mc-Condor% cat condor.cmd universe = vanilla executable = ./tt.sh Requirements = (Arch != "dummy") Output = outfile.$(CLUSTER).$(PROCESS) Error = errfile.$(CLUSTER).$(PROCESS) queue 2 mc-Condor% cat tt.sh #!/bin/bash cat file.dat hostname ls mc-Condor% cat file.dat Hello from ed's desktop mc-Condor% condor_submit condor.cmd Submitting job(s).. 2 job(s) submitted to cluster 1. mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50249> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 1.0 ewalker 6/18 11:19 0+00:00:00 I 0 0.0 tt.sh 1.1 ewalker 6/18 11:19 0+00:00:00 I 0 0.0 tt.sh mc-Condor% condor_status Name OpSys Arch State Activity LoadAv Mem ActvtyTime 23339@mcslave LINUX X86_64 Unclaimed Idle 2.820 7977 0+00:00:03 23338@mcslave LINUX X86_64 Unclaimed Idle 2.820 7977 0+00:00:03 23340@mcslave LINUX X86_64 Unclaimed Idle 2.820 7977 0+00:00:03 23344@mcslave LINUX X86_64 Unclaimed Idle 2.820 7977 0+00:00:03 Total Owner Claimed Unclaimed Matched Preempting Backfill X86_64/LINUX 4 0 0 4 0 0 0 Total 4 0 0 4 0 0 0 mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50249> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 1.0 ewalker 6/18 11:19 0+00:00:07 R 0 0.0 tt.sh 1.1 ewalker 6/18 11:19 0+00:00:05 R 0 0.0 tt.sh 2 jobs; 0 idle, 2 running, 0 held mc-Condor% ls condor.cmd errfile.1.1 outfile.1.0 sge.cmd test3.tt tt.sh errfile.1.0 file.dat outfile.1.1 test2.tt test.tt mc-Condor% cat outfile.1.0 Hello from ed's desktop mcslave-1-3-2.mycluster.org condor.cmd errfile.1.0 errfile.1.1 file.dat outfile.1.0 outfile.1.1 sge.cmd test.tt test2.tt test3.tt tt.sh mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50249> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 0 jobs; 0 idle, 0 running, 0 held mc-Condor% exit exit ewalker:~$ Job <98740> is being signaled ewalker:~$