[compute1] # Machine description nickname = compute1 name = Compute1 location = Perimeter Institute for Theoretical Physics description = Workstation status = production # Access to this machine hostname = compute1.pi.local trampoline = mars envsetup = source /etc/profile aliaspattern = ^compute1(\.pi\.local)?$ # Source tree management sourcebasedir = /xfs1/@USER@/compute optionlist = compute-intel.cfg submitscript = compute.sub runscript = compute.run make = make -j4 enabled-thorns = < /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