[bethe] # Machine description nickname = bethe name = Bethe location = Caltech, Christian Ott's office description = Christian Ott's workstation at Caltech # webpage status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = bethe.tapir.caltech.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^bethe\.tapir\.caltech\.edu$ # Source tree management sourcebasedir = /home/@USER@ optionlist = bethe.cfg thornlist = wavetoy-generic.th submitscript = bethe.sh make = make -j8 # Simulation management basedir = /home/@USER@/simulations quota = 50 cpu = Intel(R) Xeon(R) CPU (Nehalem) cpufreq = 2.67 # flop/cycle ppn = 16 spn = 2 # mpn max-num-threads = 16 num-threads = 16 memory = 16384 nodes = 1 min-ppn = 1 # allocation queue = n/a # 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@ ./start-exe -L 3 @PARFILE@ stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err