Application Performance Snapshot (APS) Playbook =============================================== The Playbook contains command lines starting with $ Please change $PRG, $ARGS into the path,name and parameters of your program! Version 0.9, 08.10.2018 Please send feedback to Heinrich.Bockhorst@Intel.com 0. Environment -------------- Please use the provided script: env_sh --------------------------------------- $ source /psxevars.sh (works for all tools) or load module for Vtune check for important executables $ which aps check version $ aps -version Alternative Environment: PSXE 2019 (see below) 1.0 Application Performance Snapshot (APS) usage: ================================================== Just put aps in front of the executable: $ aps $PRG $ARGS For MPI programs: $ mpirun -n aps -r report $PRG $ARGS Poisson Example: mpirun -n aps -r report ./poisson.x -n 3200 Output directory name "report" may be omitted or chosen differently Note: check with $ ls -ltr for the last created directory. 2.0 View Results ================ Summary results can be displayed by $ aps-report -s -D report result-dir is starting with "aps_" if result dir is not specified. HTML results $ aps-report -g -D report generates aps_report__