# # Condor-G template # # Always use the globus universe with condor-g universe = globus # Use the full path to the executable executable = # By default, do not transfer the executable # if set to true, the executable will be transfered # from the current directory transfer_executable = false # Specify the host where the job should be submittied # and what jobmanager to use globusscheduler = b80n14.sdsc.edu/jobmanager-loadleveler # Additional globus rsl parameters- for mpi use something # like # (job_type=mpi)(count=4) globusrsl = (queue=large) # Specify the output files output = longjob.out error = longjob.err log = longjob.log # Now queue it queue