Difference between revisions of "OpenACC Workshop"

From HPC users
Jump to navigationJump to search
Line 3: Line 3:
[[media:oldenburg_openacc.pdf|Agenda]]<br>
[[media:oldenburg_openacc.pdf|Agenda]]<br>
[[media:OpenACC_Workshop.pdf|Welcome and Introduction]]<br>
[[media:OpenACC_Workshop.pdf|Welcome and Introduction]]<br>
[[media:intro1.pdf|Day 1 Morning Lecture]]<br>
Day 1 Morning Lecture: [[media:intro1.pdf|Introduction OpenACC I]]<br>
[[media:intro2.pdf|Day 1 Afternoon Lecture]]<br>
Day 1 Afternoon Lecture: [[media:intro2.pdf|Introduction OpenACC II]]<br>
[[media:intro3.pdf|Day 2 Morning Lecture]]<br>
Day 2 Morning Lecture: [[media:advanced.pdf|Advanced OpenACC]]<br>
[[media:intro4.pdf|Day 2 Afternoon Lecture]]<br>
Day 2 Afternoon Lecture: [[media:libraries.pdf|GPU-enabled Numerical Library]]<br>


== Quick Guide OpenACC ==
== Quick Guide OpenACC ==

Revision as of 15:10, 29 March 2017

Slides

Agenda
Welcome and Introduction
Day 1 Morning Lecture: Introduction OpenACC I
Day 1 Afternoon Lecture: Introduction OpenACC II
Day 2 Morning Lecture: Advanced OpenACC
Day 2 Afternoon Lecture: GPU-enabled Numerical Library

Quick Guide OpenACC

Modules to load:

module load PGI CUDA-Toolkit

Command to compile:

pgcc -acc -ta=tesla:cc60 -o executable code.c

Command to run:

srun -p mpcg.p --gres=gpu:1 ./executable

Alternatively use partition cfdg.p.

More info in the OpenACC Introduction.

Workshop

To copy data from the course directory:

cp -r /user/gilu2568/<dir> .