- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.
Regards,
Amir
I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.
Regards,
Amir
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - amir_r
I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.
http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors
I used to have a white-paper on this, but it was taken down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
Intel Fortran has a -parallel (auto-parallel) option for generation of OpenMP code. The next step is to improve on that by explicit OpenMP. Clearness of examples might be in the eye of the beholder. I show some where OpenMP does or does not work:
http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors
I used to have a white-paper on this, but it was taken down.
http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors
I used to have a white-paper on this, but it was taken down.
http://openmp.org/wp/resources/#Tutorials is a good place to start.
A paper I found helpfull with modern fortran and openMP can be found here:
http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - zbeekman
http://openmp.org/wp/resources/#Tutorials is a good place to start.
A paper I found helpfull with modern fortran and openMP can be found here:
http://www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf
You may lear more on this from http://www3.intel.com/cd/ids/developer/asmo-na/eng/dc/threading/methodology/index.htm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - amir_r
Hi,
I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.
Regards,
Amir
I am new to the subject of multithread. I have codes in Intel fortran in which i also call static libraries. I want to rum my code on multi core (under windows) system. where can i find some clear examples or other usefull matrials to learn how to run my code using multi core.
Regards,
Amir
Plz do refer.
~BR

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