[topf] # Machine description nickname = topf name = topf location = LSU, CCT description = Frank Loefflers laptop status = personal # Access to this machine hostname = topf.wg rsynccmd = rsync aliaspattern = ^topf.wg$ # 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 = $^ scratchdir = scratchdir 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