# # Sample LoadLeveler Job Command File # (12/19/06) # ### required, do not change # @ job_type = parallel # ### required, do not change # @ executable = /bgl/BlueLight/ppcfloor/bglsys/bin/mpirun # ### required, the arguments to mpirun, e.g. # @ arguments = -verbose 1 -np N -cwd -exe # ### required, you must specify a runtime limit for your job ### format: hours:minutes:seconds or minutes:seconds or seconds # @ wall_clock_limit = 30:00 # ### a directory for mpirun io files (defaults to cwd at time of submission) # @ initialdir = # ### the next 3 are pathnames for mpirun's stdin, stdout, and stderr ### they can be fullpaths or relative to initialdir ### $(jobid) will be assigned by ll # @ input = /dev/null # @ output = $(jobid).out # @ error = $(jobid).err # ### the project that the job's time should be charged to ### blank means to use your default project ### specify one of your other projects to override the default ### the command "groups" lists all of your projects # @ group = # ### send email when job completes # @ notification = complete # ### required, do not change # @ queue