Hi everyone,
Here is my problem:
I have two different programs:
- One in Fortran / MPI
- One in Fortran / OpenMP
And I would like to compile them in order to have them running on an Intel Xeon Phi.
I just installed the free-version-for-academics of the Parallel Studio Cluster Edition 2016 on my server.
Here are my questions:
- What I do not know is: which compiler should I use to compile my fortran code ?
- Where are the includes and libraries for mpi/fortran ?
- Should I install the bindings to get access to things like mpif.h, mpifort etc. ?
I am asking this, because until now I was running and compiling my code on a supercomputer (using openmpi.intel module) that gave me access to "mpifort", however now, on my local server, using the Parallel Studio Cluster Edition 2016, I do not see any trace of "mpifort". So, I am wondering should I use "ifort" with some options to point to the lib and includes ?
Also, if there is some documentation somewhere about this kind of things I would love to read it.
Thanks in advance for your help.