Skip to content

Instantly share code, notes, and snippets.

@lcw
Created August 21, 2009 14:15
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/172039 to your computer and use it in GitHub Desktop.
Save lcw/172039 to your computer and use it in GitHub Desktop.
#! /bin/bash
#$ -N s32kn
#$ -pe 16way 32768
###export MY_NSLOTS=8
#$ -V
#$ -cwd
#$ -A TG-MCA04N026
#$ -o $JOB_NAME.$JOB_ID.out
#$ -e $JOB_NAME.$JOB_ID.err
#$ -q reservation
#$ -l h_rt=01:00:00
#$ -M carsten@ices.utexas.edu
#$ -m be
export PAPI_PERFMON_EVENT_FILE=$TACC_PAPI_DIR/share/perfmon_events.csv
BDIR="$HOME/nosave/unpack/mangll"
BEXE="$BDIR/example/dgelastic/mangll_dgelastic"
DGEL="-P fake -e 2 -a 100 -p 16 -f 1 -T 1800"
set -x
cache_binary "$BDIR" "$BEXE"
ibrun tacc_affinity "$BEXE" forest_sphere uniform $DGEL -o $JOB_NAME.$JOB_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment