Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

fortran compiler for parallel programming.

Status
Not open for further replies.

ProfLIN

Civil/Environmental
Oct 31, 2002
1
Any available free fortran compiler for parallel programming
 
Replies continue below

Recommended for you

If you are just using openmp, try gfortran.

gfortran will also work with cuda - that is, if you have an nvidia graphics card. It uses the graphics card as a parallel processor.

If you do not have an nvidia card, try gfortran with opencl.
 
Gfortran is free and can be used together with MPI or OpenMP. For the Windows application, the Intel Fortran compiler is easier to use but not free.

 
Note that MP is the parallel interface, MPI is the message passing interface, which is sometimes used for parallel processing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor