[ducky] # Machine description nickname = ducky name = Ducky location = LONI, Tulane, New Orleans description = The LONI IBM P5 machine at Tulane, New Orleans webpage = http://www.loni.org/systems/system.php?system=Ducky status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = ducky.loni.org # iomachine trampoline = is rsynccmd = /work/default/eschnett/rsync-3.0.4/bin/rsync rsyncopts = -c sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^(ducky(\.loni\.org)?|l2f1n\d\d(\.sys\.loni\.org)?)$ # Source tree management sourcebasedir = /work/default/@USER@ optionlist = ducky.cfg thornlist = wavetoy-generic.th submitscript = ducky.sh make = mkdir -p /work/default/@USER@/tmp && env TMPDIR=/work/default/@USER@/tmp gmake -j4 # Simulation management basedir = /work/nfs203/@USER@/simulations quota = 20 cpu = Power5+ cpufreq = 1.9 flop/cycle = 4 ppn = 8 # spn # mpn max-num-threads = 8 num-threads = 8 memory = 16384 nodes = 13 min-ppn = 8 allocation = loni_numrel04 queue = checkpt maxwalltime = 120:00:00 # maxqueueslots submit = llsubmit @SCRIPTFILE@ # run # run2 getstatus = llq @JOB_ID@ stop = llcancel @JOB_ID@ submitpattern = "\"(.*)\"" statuspattern = ^ *@JOB_ID@ queuedpattern = " I " runningpattern = " R " scratchdir = scratchdir exechost = llq -f '%h' @JOB_ID@b | tail +3 | head -1 exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = /opt/freeware/bin/tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err [ducky-globus] # Machine description nickname = ducky-globus name = Ducky location = LONI description = The LONI network webpage = http://www.loni.org/systems/ status = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = ducky.loni.org # iomachine trampoline = is rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = $^ # Source tree management sourcebasedir = /work/default/@USER@ optionlist = ducky-globus.cfg thornlist = wavetoy-generic.th submitscript = ducky-globus.sh make = mkdir -p /work/default/@USER@/tmp && env TMPDIR=/work/default/@USER@/tmp gmake -j4 # Simulation management basedir = /work/default/@USER@/simulations # quota cpu = Power5+ cpufreq = 1.9 flop/cycle = 4 ppn = 8 # spn # mpn max-num-threads = 8 num-threads = 8 memory = 16384 nodes = 13 min-ppn = 8 allocation = loni_numrel04 queue = checkpt maxwalltime = 120:00:00 # maxqueueslots submit = globusrun -f @SCRIPTFILE@ < /dev/null > globusrun.$$.out 2> globusrun.$$.err & echo $! # run # run2 getstatus = false stop = false submitpattern = $^ statuspattern = $^ queuedpattern = $^ runningpattern = $^ scratchdir = scratchdir # exechost # exechostpattern # stdout mpirun = export CACTUS_STARTTIME=$(date +%s) && /usr/bin/poe ./@EXECUTABLE@ -L 3 @PARFILE@ # stderr precmd = : postcmd = : # # stdout-follow