# Sample batch script for a mpi job # # Submit this script using the "llsubmit" command: llsubmit job.ll # # Use the "llq" command to check the status of a job. # # Lines starting with #@ are embedded loadleveler directives. # To comment out a loadleveler directive, put # in front of #@ #@ shell = /usr/bin/csh #@ job_type = parallel #@ environment = COPY_ALL #@ notification = complete #@ class = batch #@ account_no = lmm #@ tasks_per_node = 5 #@ resources = ConsumableCpus(1) ConsumableMemory(500Mb) #@ wall_clock_limit = 0:10:00 #@ job_name = scatter_cost #@ output = $(job_name).$(jobid).out #@ error = $(job_name).$(jobid).err #@ queue poe /u/ac/janv/Notes/L6/cost_scatter