#!/bin/sh + (* Ducky *) (& (resourceManagerContact = "l2f1n01.sys.loni.org/jobmanager-loadleveler") (project = @ALLOCATION@) (queue = @QUEUE@) (* (reservation_id = @RESERVATION_ID@) *) (* Each subjob needs a different label *) (label = @SIMULATION_NAME@.subjob-0) (job_type = multiple) (count = @PROCS@) (host_count = @NODES@) (maxWallTime = @WALLTIME_MINUTES@) (directory = @RUNDIR@) (environment = (GLOBUS_DUROC_SUBJOB_INDEX 0) (GBLL_NETWORK_MPI sn_single,not_shared,US,HIGH) (GBLL_NODE_USAGE shared) (* The next two settings may not be necessary *) (LD_LIBRARY_PATH /usr/local/globus/globus-4.0.4/lib:/usr/local/packages/mpich-g2-64/lib) (PATH /usr/local/globus/globus-4.0.4/bin:/usr/local/packages/mpich-g2-64/bin:.) (* llmkres -t 5/5/2007 0:00 -d 60 -n 1 *) (* llqres *) (* set LL_RES_ID to bind to a reservation *) ) (executable = @EXECUTABLE@) (arguments = --stdout @RUNDIR@/@SIMULATION_NAME@.out --stderr @RUNDIR@/@SIMULATION_NAME@.err -L 3 @PARFILE@) )