To begin the Windows version of this tutorial, get the source files for the sample application from the Samples directory and prepare the project for guided auto parallelism. Extract the source files from the following archive file to a directory on your system where you have write and execute permissions:
<install-dir>\Samples\<locale>\C++\GuidedAutoParallel.zip
The following Visual Studio* project files and source files are included:
GAP-c.sln
GAP-c.vcproj
main.cpp
main.h
scalar_dep.cpp
scalar_dep.h
- Start Visual Studio and open the solution file, GAP-c.sln,
Select Build > Configuration Manager and change the build configuration to Release. Guided auto parallelism is enabled only with the /O2 or higher compiler option.
Parent topic: Tutorial: Windows* Version
Englisch