[pelican] # Machine description nickname = pelican name = Pelican location = LSU description = An IBM P5 at LSU webpage = http://www.hpc.lsu.edu/systems/system.php?system=Pelican status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = pelican.lsu.edu # iomachine trampoline = is rsynccmd = /work/default/eschnett/rsync-3.0.4/bin/rsync rsyncopts = -c sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^pelican(\.lsu\.edu)?|peg304(\.hpc\.lsu\.edu)?$ # Source tree management sourcebasedir = /work/default/@USER@ optionlist = pelican.cfg thornlist = wavetoy-generic.th submitscript = pelican.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 = 16 # spn # mpn max-num-threads = 16 num-threads = 8 memory = 32768 nodes = 16 min-ppn = 16 allocation = NoAllocation queue = MP5L maxwalltime = 168: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 mpirun = export CACTUS_STARTTIME=$(date +%s) && /usr/bin/poe ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = /opt/freeware/bin/tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err