# # LoadLeveler Job Submission Script # ### required, do not change # @ job_type = parallel ### required, do not change # @ executable = /bgl/BlueLight/ppcfloor/bglsys/bin/mpirun ### the arguments to mpirun, e.g. # @ arguments = -np 16 -cwd /project/scv/kadin/MPI/lectures/intro/basics/F77 -exe /project/scv/kadin/MPI/lectures/intro/basics/F77/example1_2 ### a directory for mpirun io files -- optional ### if omitted, default to current dir # @ step_name = step1 # @ initialdir = /project/scv/kadin/MPI/lectures/intro/basics/F77 ### the next 3 are pathnames for stdin, stdout, and stderr ### they can be fullpaths or relative to initialdir ### $(jobid) will be assigned by ll # @ input = /dev/null # @ output = mytest1.out # @ error = mytest1.err # @ wall_clock_limit = 5:00:00 ### send email when job completes # @ notification = complete ### required, do not change # @ queue # @ step_name = step2 # @ dependency = step1 == 0 # @ initialdir = /project/scv/kadin/MPI/lectures/intro/basics/F77 ### the next 3 are pathnames for stdin, stdout, and stderr ### they can be fullpaths or relative to initialdir ### $(jobid) will be assigned by ll # @ input = /dev/null # @ output = mytest2.out # @ error = mytest2.err # @ wall_clock_limit = 5:00:00 ### send email when job completes # @ notification = complete ### required, do not change # @ queue # @ step_name = step3 # @ dependency = step2 == 0 # @ initialdir = /project/scv/kadin/MPI/lectures/intro/basics/F77 ### the next 3 are pathnames for stdin, stdout, and stderr ### they can be fullpaths or relative to initialdir ### $(jobid) will be assigned by ll # @ input = /dev/null # @ output = mytest3.out # @ error = mytest3.err # @ wall_clock_limit = 5:00:00 ### send email when job completes # @ notification = complete ### required, do not change # @ queue exit 0