Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Parallel Programming in Fortran with Parallel Studio XE

Rodney_M_
Beginner
592 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
592 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
592 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