#@ job_name = myjob
# our repo name is mp359
#@ account_no = repo_name
#@ output = myjob.out
#@ error = myjob.err
#@ job_type = parallel
#@ environment = COPY_ALL
#@ notification = complete
#@ network.MPI = csss,not_shared,us
#@ node_usage = not_shared
# use "regular"(more than 1 node) or "low"(1 node)
# use regular if late
#@ class = low
# change to your favorite shell
# for commands in this script
#@ shell = /usr/bin/csh
# for openmp and pthreads this is 1
#@ tasks_per_node = 1
# for openmp and pthreads this is 1
#@ node = 1
#@ wall_clock_limit= 00:05:00
#
#@ queue
./your_binary_name
you can dowload this file here.
Course Home Page
Last updated: $Date: 2005/03/28 06:16:08 $ (UTC)
by Ricky A. Kendall