# Simple condor-g script for running a very basic job on longhorn. # # To use this script, you need to change: # 1) executable path # 2) globusscheduler (if you are not submitting the job to longhorn) # # path to executable on remote host executable = /paci/sdsc/ux/hello.sh # do not stage executable from local to remote host transfer_executable = false # host and jobmanager where job is to be submitted globusscheduler = longhorn.tacc.utexas.edu/jobmanager-fork # condor-g always uses the globus universe universe=globus # local files where standard output and error will be placed output = hello.out error = hello.error # local file where output from condor_submit will be placed log = hello.log # submit the job queue