Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Mipspro(f90) to ifc

hemanth_mandanna
Beginner
627 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
627 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
627 Views
http://www.pallas.com/e/products/pmb/
URL for Intel MPI related products
0 Kudos
Reply