- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am a new user of Intel Fortran. I have some problems when trying to use openMP in Intel Fortran.
the Official User guide states that to add OpenMP* support to applications, do the following:
1.Add the appropriate OpenMP* directives to your source code.
2.Compile the application with the Qopenmp (Windows) or qopenmp (Linux* and macOS*) option.
I understand the first step. but how should I do the second step? Currently I use "Debug → start without Debugging” buttons to run my code. do I always have to use a cmd to compile the applications if I want to incorporate OpenMP (which I failed since I dont know the path that I should specify)?
I'm also wondering whether I need to install some external openMp packages before I do the above steps
Any hint or suggestion is highly appreciated. Thanks in advance
Lu
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It sounds as if you're developing inside Visual Studio on Windows. If so, the proper forum for that would be https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows
In Visual Studio, right click on the project, select Properties. Then select Fortran > Language. Change the property "Process OpenMP Directives" to "Generate parallel code:, click OK. Then rebuild your project before running. You do not need to install anything separately.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page