[nvidia] # last-tested-on: 2014-10-21 # last-tested-by: Erik Schnetter # Machine description nickname = nvidia name = Nvidia location = Perimeter Institute for Theoretical Physics description = "Server with Nvidia card" status = production # Access to this machine hostname = nvidia.pi.local #iomachine = mars trampoline = mars envsetup = source /etc/profile aliaspattern = ^nvidia(\.pi\.local)?$ # Source tree management sourcebasedir = /xfs1/@USER@/compute optionlist = compute-intel.cfg submitscript = compute.sub runscript = compute.run make = make -j12 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