Skip to content

Instantly share code, notes, and snippets.

@lcw
Created August 21, 2009 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lcw/172015 to your computer and use it in GitHub Desktop.
Save lcw/172015 to your computer and use it in GitHub Desktop.
#PBS -A geo004
#PBS -N dgel
#PBS -j oe
#PBS -m a
#PBS -m b
#PBS -m e
#PBS -M lucasw@ices.utexas.edu
#PBS -o dgel_32768.o$PBS_JOBID
#PBS -l walltime=02:00:00,size=32768
set -x
OMP_NUM_THREADS=1
export OMP_NUM_THREADS
HPCRUN_EVENT_LIST="PAPI_TOT_CYC@4000000"
export HPCRUN_EVENT_LIST
cd $PBS_O_WORKDIR
pwd
date
aprun -n 32768 \
./mangll-0.2.1.27-3dda/fast/local/bin/mangll_dgelastic \
-P fake -e 2 -a 100 -p 16 -f 1 -T 1800 \
forest_sphere uniform
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment