[q] # Machine description nickname = q name = Q location = CCT description = Ed's workstation # webpage status = personal # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = q.cct.lsu.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^q\.cct\.lsu\.edu?$ # Source tree management sourcebasedir = /Users/@USER@ optionlist = q.cfg thornlist = wavetoy-generic.th submitscript = q.sh make = make # Simulation management basedir = /Users/@USER@/simulations quota = 200 # cpu # cpufreq # flop/cycle ppn = 4 # spn # mpn max-num-threads = 4 num-threads = 4 memory = 8192 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 = 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