[numrel01] # Machine description nickname = numrel01 name = numrel01 location = LSU, CCT description = One of the numrel workstations at the CCT # webpage status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = numrel01.cct.lsu.edu # iomachine # trampoline rsynccmd = /usr/local/packages/numrel/rsync-3.0.6/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^numrel01(\.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 = 50 cpu = Dual Core AMD Opteron Processor 280 cpufreq = 2.4 flop/cycle = 2 ppn = 4 spn = 2 # mpn max-num-threads = 4 num-threads = 4 memory = 8192 nodes = 1 min-ppn = 1 # allocation # queue # maxwalltime # maxqueueslots submit = sh @SCRIPTFILE@ < /dev/null > /dev/null 2> /dev/null & echo $! run = /usr/local/packages/numrel/mpich-1.2.7p1/bin/mpirun -np @NUM_PROCS@ -machinefile localhost ./RunCmd run2 = exec /bin/env OMP_NUM_THREADS=@NUM_THREADS@ nice -19 @RUNDIR@/@EXECUTABLE@ $* 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