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.

Coarray and MPI

velvia
Beginner
550 Views
Hi,
I would like to get full parallelization of my simulator. It seems that the best option for me is to use the Hypre iterative solver which is a library which has to be called with MPI calls. Is there a way to use the coarray features of Fortran 2008 and then call an MPI-based library with the current version of ifort?
If not, is it something that is planned for the future of ifort?
Best regards,
Franois
0 Kudos
1 Reply
Steven_L_Intel1
Employee
550 Views
We don't currently support making your own MPI calls from a coarray program, but that's only because we have not tested it thoroughly. It will probably work. Things might get confusing if you use an MPI library other than Intel MPI, though.
0 Kudos
Reply