[compute4] # Machine description nickname = compute4 name = Compute4 location = Perimeter Institute for Theoretical Physics description = Workstation status = production # Access to this machine hostname = compute4.pi.local trampoline = mars envsetup = source /etc/profile aliaspattern = ^compute4(\.pi\.local)?$ # Source tree management sourcebasedir = /nfs/solar/home/@USER@ optionlist = compute-intel.cfg submitscript = compute.sub runscript = compute.run make = make -j4 # Simulation management basedir = /nfs/solar/home/@USER@/simulations quota = 5 # don't use all disk space cpu = Intel(R) Xeon(R) CPU E5620 @ 2.40GHz cpufreq = 2.4 flop/cycle = 4 hyperthreads = 2 ppn = 8 spn = 1 mpn = 1 max-num-threads = 16 num-threads = 4 memory = 40960 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 = $^ 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