[bp] # Machine description nickname = bp name = BluePrint location = NCSA description = Blue Waters Power5+ test system webpage = https://bw-wiki.ncsa.uiuc.edu/display/HWandSW/Preliminary+Test+Systems status = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = bp-login1.ncsa.uiuc.edu # iomachine trampoline = abe rsynccmd = /u/home/ac/eschnett/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^bp-login[12]\.ncsa\.uiuc\.edu$|^f10n12(\.local)?$ # Source tree management sourcebasedir = /u/home/ac/@USER@ optionlist = bp.cfg thornlist = wavetoy-generic.th submitscript = bp.sh make = mkdir -p /u/home/ac/@USER@/tmp && env TMPDIR=/u/home/ac/@USER@/tmp gmake -j4 # Simulation management basedir = /scr/@USER@/simulations # quota cpu = Power5+ cpufreq = 1.9 flop/cycle = 4 ppn = 16 # spn # mpn max-num-threads = 16 num-threads = 16 memory = 65536 nodes = 114 min-ppn = 8 allocation = NoAllocation queue = No_Class maxwalltime = 72:00:00 # maxqueueslots submit = llsubmit @SCRIPTFILE@ # run # run2 getstatus = llq @JOB_ID@.0 stop = llcancel @JOB_ID@.0 submitpattern = "\"bp-login1\.local\.(.*)\"" statuspattern = ^bp-login1\.@JOB_ID@\.0 queuedpattern = " I " runningpattern = " (R|ST|H) " scratchdir = scratchdir exechost = llq -f '%h' @JOB_ID@.0 | 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