Software Archive
Read-only legacy content
17060 Discussions

Parallel Programming in Fortran with Parallel Studio XE

Rodney_M_
Beginner
576 Views
I have recently purchased the text "Parallel Programming with Intel Parallel Studio XE" by S. Blair-Chappell and A. Stokes. It provides a great deal of useful information for parallel programming in C++, butsays essentially nothing about a corresponding effort with the compiler in Fortran. Can anyone direct me to a text that will provide detailed guidance on parallel Fortran Pramming with the Intel Parallel Studio XE?
0 Kudos
2 Replies
SergeyKostrov
Valued Contributor II
576 Views
Can anyone direct me to a text that will provide detailed guidance on parallel Fortran Pramming with the Intel Parallel Studio XE?


Please take a look at a'Useful Links' section on 'Intel Visual Fortran Compiler for Windows' forum:

http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/

0 Kudos
TimP
Honored Contributor III
576 Views
There's a lot of material on Fortran OpenMP parallel programming in the ifort /Documents folder; not much about using Parallel Studio with Fortran. Much of what is written about C++ with Parallel Studio should apply. Addition of Parallel Studio Fortran capability was relatively recent.
0 Kudos
Reply