[redshift] # Machine description nickname = redshift name = Something location = Somewhere description = A generic machine # webpage status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = redshift.local # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^redshift(\.local)?$ # Source tree management sourcebasedir = /Users/@USER@ optionlist = generic.cfg thornlist = wavetoy-generic.th submitscript = generic.sh make = make # Simulation management basedir = /Users/@USER@/simulations quota = 10 cpu = Whatever cpufreq = 0 flop/cycle = 1 ppn = 1 spn = 1 mpn = 1 max-num-threads = 1 num-threads = 1 memory = 1024 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) && # mpirun -machinefile localhost -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