[spider] # Machine description nickname = spider name = Spider location = LONI, LSU description = A visualisation workstation at LSU status = storage # Access to this machine hostname = spider.loni.org trampoline = queenbee aliaspattern = ^spider\.loni\.org$ # Source tree management sourcebasedir = /home/@USER@ optionlist = no-such-optionlise.cfg runscript = no-such-submitscript.run make = make # Simulation management basedir = /scratch/@USER@/simulations cpu = Intel(R) Xeon(R) CPU E5335 @ 2.00GHz cpufreq = 2 ppn = 8 memory = 16384 nodes = 1 submit = sh @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