Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Mipspro(f90) to ifc

hemanth_mandanna
Beginner
583 Views
I have a Fortran code with MPI directives which compiles on both Mipspro and ifc fortran compilers. The results are ok on F90, on the ifc compilerit gives me garbage. Can someone please help me out?
Hemanth
0 Kudos
2 Replies
TimP
Honored Contributor III
583 Views
Did you install mpi? Most versions of linux come with a version of mpi, but you will need tobuild the version of your choicefrom source, using ifc as the f77 and f90 compiler.
0 Kudos
TimP
Honored Contributor III
583 Views
http://www.pallas.com/e/products/pmb/
URL for Intel MPI related products
0 Kudos
Reply