[bluedawg] # Machine description nickname = bluedawg name = Bluedawg location = LONI, LA Tech description = The LONI IBM P5 at LA Tech webpage = http://www.loni.org/systems/system.php?system=Bluedawg status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = bluedawg.loni.org # iomachine # trampoline rsynccmd = /work/default/eschnett/rsync-3.0.4/bin/rsync rsyncopts = -c sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^(bluedawg(\.loni\.org)?|l1f1n\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 = /mnt/lpfs.nfs102/@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 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