[compute] # Machine description nickname = compute name = Compute location = Perimeter Institute description = Workstation status = experimental # Access to this machine hostname = compute.pi.local trampoline = mars aliaspattern = ^compute(\.pi\.local)?$ # Source tree management sourcebasedir = /data/@USER@ optionlist = compute-intel.cfg submitscript = compute.sub runscript = compute.run make = make -j4 # Simulation management basedir = /data/@USER@/simulations quota = 5 # don't use all disk space cpu = Intel(R) Xeon(R) CPU E5335 @ 2.00GHz cpufreq = 2.00 flop/cycle = 4 ppn = 4 spn = 1 mpn = 1 max-num-threads = 4 num-threads = 4 memory = 8192 nodes = 1 submit = exec @SCRIPTFILE@ < /dev/null > /dev/null 2> /dev/null & echo $! getstatus = ps @JOB_ID@ stop = kill @JOB_ID@ submitpattern = (.*) statuspattern = "^ *@JOB_ID@ " queuedpattern = $^ runningpattern = ^ holdingpattern = $^ scratchdir = scratchdir exechost = echo localhost exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out stderr = cat @SIMULATION_NAME@.err stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err