Late submission policy: Submission can be at the most 2 days late. There will be a 10% penalty for each day after the due date (cumulative).
Hint: To check cache sizes on the machine, run:
lscpu
Use the login node only for development - do not run or debug any executable on it. Run and debug your applications using the job scheduler.
Read http://www.tacc.utexas.edu/user-services/user-guides/stampede-user-guide#running to learn how to submit jobs.
To program with PAPI on stampede, run:
module load papi
For help on using the module, run:
module help papi
For more information on using modules, check https://portal.tacc.utexas.edu/user-guides/stampede#compenv-modules
To see which papi counters are available on a host, run:
papi_avail
Read the PAPI manual http://icl.cs.utk.edu/projects/papi/wiki/PAPIC:EventSets for more information, including example code.
"Warning! num_cntrs is more than num_mpx_cntrs" can be ignored.