Translations:OpenACC Tutorial - Adding directives/50/en

From Alliance Doc
Revision as of 22:05, 23 December 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search

The NVidia compilers use the -ta (target accelerator) option to enable compilation for an accelerator. We use the sub-option tesla:managed to tell the compiler that we want it compiled for Tesla GPUs, and we want to use managed memory. This 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 -fast, which is an optimization option.