[is] # Machine description nickname = is name = IS location = LSU, CCT description = The main file server at the CCT # webpage status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = is.cct.lsu.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^is(\.cct\.lsu\.edu)?$ # Source tree management sourcebasedir = /home/@USER@ optionlist = numrel-intel.cfg thornlist = wavetoy-generic.th submitscript = numrel-intel.sh make = make -j4 # Simulation management basedir = /home/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 2 # spn # mpn max-num-threads = 2 num-threads = 2 memory = 4096 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 mpirun = export CACTUS_STARTTIME=$(date +%s) && ${MPICH_DIR}/bin/mpirun -np @NUM_PROCS@ -machinefile localhost ./start-exe -L 3 @PARFILE@ stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err