{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# OpenACC Online Course - Lab 2\n", "\n", "Welcome to the second lab of the OpenACC Online Course. In the first lab you learned how to accelerate a simple code on multicore CPUs and GPUs using OpenACC. This lab will build upon that lab by adding data optimization to the mix. The lab uses a Jupyter notebook, like this one, and the PGI Compiler. If you are not familiar with Jupyter, you may execute the commands in a cell by pressing ctrl-enter or pressing the \"Run\" button at the top of the page. This lab is available in C or Fortran, please choose the version that best fits your needs below.\n", "\n", "* [C/C++ Version](C/jupyter_notebook/openacc_c_lab2.ipynb)\n", "* [Fortran Version](Fortran/jupyter_notebook/openacc_fortran_lab2.ipynb)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.4" } }, "nbformat": 4, "nbformat_minor": 4 }