# # Sample LoadLeveler Job Command File # (12/19/06) # modified 8/18/07) # ### lines beginning with "# @" are loadleveler command lines ### all other lines are comment lines # ### 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 ### where ### N is the number of MPI tasks (ex. -np 128) ### directory where program runs (ex. -cwd /project/xyz/abc) ### is the path and name of executable (ex. -exec /project/xyz/exec/a.out) ### additional optional arguments such as "-mode VN" may be appended to the line ### # @ arguments above # ### 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