[nvidia] # Machine description nickname = nvidia name = NVidia location = Perimeter Institute for Theoretical Physics description = "Server with NVidia card" status = experimental # Access to this machine hostname = nvidia.pi.local iomachine = mars trampoline = mars envsetup = source /etc/profile aliaspattern = ^nvidia(\.pi\.local)?$ # Source tree management sourcebasedir = /nfs/solar/home/@USER@ optionlist = compute-intel.cfg submitscript = compute.sub runscript = compute.run make = make -j12 # Simulation management basedir = /nfs/solar/home/@USER@/simulations quota = 5 # don't use all disk space cpu = Intel(R) Xeon(R) CPU X5675 @ 3.07GHz cpufreq = 3.07 flop/cycle = 4 hyperthreads = 2 ppn = 12 spn = 1 mpn = 1 max-num-threads = 24 num-threads = 6 memory = 24576 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