[cyder] # Machine description nickname = cyder name = cuder location = LSU, CCT description = SAGA development machine status = experimental # Access to this machine hostname = cyder.cct.lsu.edu rsynccmd = rsync aliaspattern = ^cyder.cct.lsu.edu$ # Source tree management sourcebasedir = /home/@USER@ disabled-thorns = < /dev/null 2> /dev/null & echo $! run = mpirun -np @NUM_PROCS@ ./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 = ^ holdingpattern = $^ exechost = echo localhost exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out stderr = cat @SIMULATION_NAME@.err stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err