- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting ready to dive into a project that involves multithreading with a new I7 computer. I have heard that the compiler will automatically use the multi core processor so that OpenMP is not needed. Is this the case?
Also, is there any good documentation on how to program multithreading in fortran?
Thanks.
Mike
Also, is there any good documentation on how to program multithreading in fortran?
Thanks.
Mike
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Under ideal circumstances, /Qparallel option can produce efficient OpenMP code without the inclusion of OpenMP directives. It does much better when the code is organized so as to be suitable for OpenMP. Good references on OpenMP and MPI programming remain helpful, such as "Using OpenMP," Chapman, Jost, van der Pas, MIT Press.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page