# # MPI job example for longhorn.tacc.utexas.edu # # always use the globus universe with condor-g universe = globus # use the full path to the executable executable = /home/ux454281/mpi-test/test # do not transfer the executable - if this is true # the executable will be transfered from the current # directory transfer_executable = false # this specifies where the job should be submittied # and what jobmanager to use globusscheduler = longhorn.tacc.utexas.edu/jobmanager-loadleveler # additional globus rsl globusrsl = (queue=normal)(job_type=mpi)(count=6)(max_wall_time=45)(max_memory=200) # specify the output files output = job-$(cluster).$(process).out error = job-$(cluster).$(process).err log = job-$(cluster).$(process).log # now queue it queue