#!/bin/sh


#@ job_name             = glf
##@ account_no           = m681
#@ output = $(host).$(jobid).$(stepid).out
#@ error = $(host).$(jobid).$(stepid).err
#@ class                = regular
#                       interactive, debug, premium, regular, regular_long
#       see     http://hpcf.nersc.gov/running_jobs/ibm/batch.html#class
#@ job_type             = parallel
#                       parallel or serial
#@ environment          = COPY_ALL
#                       use all environment variables from my shell
#@ notification         = complete
#                       start always error
#@ network.MPI          = csss,not_shared,us
#                       do not change
#@ node_usage           = not_shared
#
# Moving this to runvorpal would allow computation of tasks_per_node
#@ tasks_per_node       = 8
#@ node                 = 3
#@ wall_clock_limit     = 03:00:00
#@ queue

export PROCS=24

./alan-common.sh
