[wilson] # Machine description nickname = wilson name = Wilson location = Caltech description = Christian D. Ott's workstation webpage = http://www.physicstoday.org/obits/notice_180.shtml status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = wilson.tapir.caltech.edu # iomachine # trampoline rsynccmd = /home/schnetter/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^wilson\.tapir\.caltech\.edu # Source tree management sourcebasedir = /home/@USER@ optionlist = wilson.cfg thornlist = wavetoy-generic.th submitscript = wilson.sub runscript = wilson.run make = make -j4 # Simulation management basedir = /data/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 4 # spn # mpn max-num-threads = 4 num-threads = 4 memory = 8192 nodes = 1 # min-ppn # allocation # queue # maxwalltime # maxqueueslots submit = sh @SCRIPTFILE@ < /dev/null > /dev/null 2> /dev/null & echo $! # run # run2 getstatus = ps @JOB_ID@ stop = kill @JOB_ID@ submitpattern = (.*) statuspattern = "^ *@JOB_ID@ " queuedpattern = $^ runningpattern = ^ scratchdir = scratchdir exechost = echo localhost exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err