rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 171: | Line 171: | ||
<translate> | <translate> | ||
==== Building with OpenACC ==== <!--T:21--> | ==== Building with OpenACC ==== <!--T:21--> | ||
For the purpose of this tutorial, we use version 16.3 of the PGI compilers. We use the | For the purpose of this tutorial, we use version 16.3 of the PGI compilers. We use the <tt>-ta</tt> (target accelerator) option in order to enable offloading to accelerators. With this option, we use the sub option <tt>tesla:managed</tt>, to tell the compiler that we want it compiled for Tesla GPUs, and we want to use managed memory. Managed memory simplifies the process of transferring data to and from the device. We will remove this option in a later example. We also use the option <tt>-fast</tt>, which is an optimization option. | ||
</translate> | </translate> | ||