[surveyor] # Machine description nickname = surveyor name = Surveyor location = ALCF description = Blue Gene/P webpage = http://www.alcf.anl.gov/resources/storage.php status = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = surveyor.alcf.anl.gov # iomachine # trampoline rsynccmd = /home/eschnett/rsync-3.0.4/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^login[0-9]\.surveyor # Source tree management sourcebasedir = /home/@USER@ optionlist = intrepid-xlc.cfg thornlist = wavetoy-generic.th submitscript = intrepid-xlc.sh make = make -j2 # Simulation management basedir = /pvfs-surveyor/@USER@/simulations # quota cpu = PowerPC 450 cpufreq = 0.85 flop/cycle = 4 ppn = 4 # spn # mpn max-num-threads = 4 num-threads = 4 memory = 2048 nodes = 1024 min-ppn = 4 allocation = petascaling queue = default maxwalltime = 1:00:00 maxqueueslots = 20 submit = chmod a+x @SCRIPTFILE@ && qsub -A @ALLOCATION@ -q @QUEUE@ -t @WALLTIME@ --mode @(@NUM_THREADS@==4 ? "smp" : @NUM_THREADS@==2 ? "dual" : "vn")@ -n @NODES@ -M @USER@@alcf.anl.gov -O @SIMULATION_NAME@ -o @RUNDIR@/@SIMULATION_NAME@.out -e @RUNDIR@/@SIMULATION_NAME@.err --cwd @RUNDIR@-active --env=OMP_NUM_THREADS=@NUM_THREADS@ --env=BG_MAPPING=TXYZ @RUNDIR@-active/@EXECUTABLE@ -L 3 @PARFILE@ # run # run2 getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ([[:digit:]]+) statuspattern = ^@JOB_ID@[. ] queuedpattern = " queued " runningpattern = " running " scratchdir = scratchdir # exechost # exechostpattern # stdout mpirun = cobalt-mpirun -verbose 2 -np @NUM_PROCS@ -mode "$mode" -env OMP_NUM_THREADS=${OMP_NUM_THREADS}:CACTUS_STARTTIME=${CACTUS_STARTTIME}:BG_MAPPING=TXYZ ./@EXECUTABLE@ -L 3 @PARFILE@ && cobalt-mpirun -verbose 2 -np @NUM_PROCS@ -mode "$mode" -env OMP_NUM_THREADS=${OMP_NUM_THREADS}:CACTUS_STARTTIME=${CACTUS_STARTTIME}:BG_MAPPING=TXYZ ./@EXECUTABLE@ -L 3 @PARFILE@ # stderr precmd = : postcmd = : # stdout-follow