[lonestar] # Machine description nickname = lonestar name = Lonestar location = TACC description = A large Linux cluster at TACC webpage = http://www.tacc.utexas.edu/services/userguides/lonestar/ status = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = lonestar.tacc.utexas.edu # iomachine # trampoline rsynccmd = /home/utexas/ph/eschnett/rsync-3.0.4/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = source /etc/profile.d/modules.sh && module load TACC aliaspattern = ^lslogin[12](\.ls\.tacc\.utexas\.edu)?$ # Source tree management sourcebasedir = /work/utexas/ph/@USER@ optionlist = lonestar.cfg thornlist = wavetoy-generic.th submitscript = lonestar.sh make = make -j2 # Simulation management basedir = /work/utexas/ph/@USER@/simulations # quota cpu = Xeon Intel Duo-Core 64-bit processors cpufreq = 2.66 flop/cycle = 4 ppn = 4 spn = 2 mpn = 1 max-num-threads = 4 num-threads = 4 memory = 8192 nodes = 128 min-ppn = 4 allocation = TG-MCA02N014 queue = normal maxwalltime = 48:00:00 # maxqueueslots submit = /opt/lsf/bin/bsub < @SCRIPTFILE@ # run # run2 getstatus = /opt/lsf/bin/bjobs @JOB_ID@ stop = /opt/lsf/bin/bkill @JOB_ID@ submitpattern = <([[:digit:]]*)> statuspattern = @JOB_ID@[ \t]+[^ ]+[ \t]+(PEND|RUN) queuedpattern = " PEND " runningpattern = " RUN " scratchdir = scratchdir exechost = false exechostpattern = $^ stdout = /opt/lsf/bin/bpeek @JOB_ID@ mpirun = export CACTUS_STARTTIME=$(date +%s) && ibrun ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = true precmd = : postcmd = : stdout-follow = /opt/lsf/bin/bpeek -f @JOB_ID@