[beast] # Machine description nickname = beast name = Beast location = LITE description = The large SGI Altix of LITE webpage = http://www.lite3d.com/ status = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = beast iomachine = prism trampoline = prism rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^beast(\.LITE|\.louisiana\.edu)?$ # Source tree management sourcebasedir = /store/home/@USER@ optionlist = beast.cfg thornlist = wavetoy-generic.th submitscript = beast.sh make = gmake -j8 # Simulation management basedir = /store/home/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 160 # spn # mpn max-num-threads = 160 num-threads = 1 memory = 4194304 nodes = 1 min-ppn = 1 # 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 mpirun = /store/home/schnetter/mpich-1.2.7p1/bin/mpirun -np @NUM_PROCS@ ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err