# -*-conf-*- [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 # hostname = bp-login1.ncsa.uiuc.edu trampoline = abe # broken? rsynccmd = /u/home/ac/eschnett/bin/rsync aliaspattern = ^bp-login[12]\.ncsa\.uiuc\.edu$|^f10n12(\.local)?$ # # Source tree management # sourcebasedir = /u/home/ac/@USER@ optionlist = bp.cfg scriptfile = bp.sh make = mkdir -p /u/home/ac/@USER@/tmp && env TMPDIR=/u/home/ac/@USER@/tmp gmake -j8 # # Simulation management # #basedir = /u/home/ac/@USER@/simulations basedir = /scr/@USER@/simulations cpu = Power5+ cpufreq = 1.9 flop/cycle = 4 ppn = 16 spn = undef mpn = undef max-num-threads = 16 # unknown num-threads = 16 memory = 65536 nodes = 114 min-ppn = 8 maxwalltime = 72:00:00 submit = llsubmit @SCRIPTFILE@ 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) " # unknown scratchdir = scratchdir exechost = llq -f \%h\ @JOB_ID@.0 | tail +3 | head -1 exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out stderr = cat @SIMULATION_NAME@.err stdout-follow = /opt/freeware/bin/tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err