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

Parallel Studio XE Composer and mpi.h

Kuhl__David
Beginner
341 Views

I have Intel Parallel Studio XE composer and I am trying to install HDF5 libraries with it; however I seem to be missing the include/mpi.h files at:

intel/compilers_and_libraries_2018.3.222/linux/mpi/intel64/include

I see the bin and the lib but no include with mpi.h.

Why is it missing and how do I add it?

thanks,

dave.

0 Kudos
4 Replies
Juergen_R_R
Valued Contributor I
341 Views

Hi Dave,

Are you sure that you have the full version that also includes the full MPI? If you only have the Composer, MPI is not included.

Cheers,

    Jürgen

0 Kudos
Kuhl__David
Beginner
341 Views

Jürgen

Thanks for the reply!

Well quite a bit of MPI is included in the 2018 version, including most of the libraries and binaries however it is missing the include files so it's not the complete MPI setup.  I just installed the trial version of Intel MPI and that's complete.  It's definitely misleading that they include so much of MPI but don't include everything.

thanks, 

Dave.

0 Kudos
Steve_Lionel
Honored Contributor III
341 Views

If you don't have the Cluster Edition, then what is provided is just what is needed to run Fortran coarray programs (the runtime). It isn't intended to be able to develop MPI applications with that.

0 Kudos
Kuhl__David
Beginner
341 Views

Steve,

Thanks.

0 Kudos
Reply