ewalker:~$ ec2_pool -n 1 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:50213> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 0 jobs; 0 idle, 0 running, 0 held mc-Condor% cd test_submit/ mc-Condor% cat condor.cmd universe = vanilla executable = ./tt.sh 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:50213> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 1.0 ewalker 6/18 10:47 0+00:00:00 I 0 0.0 tt.sh 1.1 ewalker 6/18 10:47 0+00:00:00 I 0 0.0 tt.sh 2 jobs; 2 idle, 0 running, 0 held mc-Condor% condor_status mc-Condor% condor_status mc-Condor% condor_status Name OpSys Arch State Activity LoadAv Mem ActvtyTime 2054@mcslave- LINUX INTEL Unclaimed Idle 0.330 1700 0+00:00:03 Total Owner Claimed Unclaimed Matched Preempting Backfill INTEL/LINUX 1 0 0 1 0 0 0 Total 1 0 0 1 0 0 0 mc-Condor% condor_reschedule Sent "Reschedule" command to local schedd mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50213> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 1.1 ewalker 6/18 10:47 0+00:00:00 R 0 0.0 tt.sh 1 jobs; 0 idle, 1 running, 0 held mc-Condor% condor_q -- Submitter: mcmaster.mycluster.org : <189.1.0.2:50213> : mcmaster.mycluster.org ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 0 jobs; 0 idle, 0 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-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% exit exit ewalker:~$