#!/bin/bash #$ -N test_openacc #$ -o $JOB_NAME.$JOB_ID.out #$ -q tesla.q ### load PGI module load pgi ### Instrument execution export PGI_ACC_TIME=1 ./myACCProgram