[prism] # Machine description nickname = prism name = Prism location = LITE description = One of the frontends of 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 = 69.1.166.227 # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^prism[123](\.LITE|\.louisiana\.edu)?$ # Source tree management sourcebasedir = /store/home/@USER@ optionlist = prism.cfg thornlist = wavetoy-generic.th submitscript = prism.sh make = make -j8 # Simulation management basedir = /store/home/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 16 # spn # mpn max-num-threads = 16 num-threads = 16 memory = 98304 nodes = 1 min-ppn = 16 # 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 = export CACTUS_STARTTIME=$(date +%s) && /opt/mpich/ch-p4/bin/mpirun -np @PROCS@ ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err