I am stuck with basic stuff and have no idea where to go.
I have and old F77 code with a include 'mpi.h' line. The Fortran version I used at the time did not support MPI so I installed MPICH and was able to include the path somewhere.
However, things are too powerful now and I feel that I am trying to kill a mosquito with an atomic bomb: I have MS Visual Studio Enterprise 2015 (MSDNAA) and Intel Parallel Studio XE 2016 Update 3 - which includes Intel MPI Library 5.1. (I would possibly get away with the 1999 Compaq Visual Fortran so it is really too much...)
So it seems that I have all I need installed but the knowledge to make things work. Could anyone please easy my pain and tell me where and how I include the mpi library in the path?? I also did not find any mpi.h header so possibly things evolved and I am still in the jurassic age?
Thank you very much for any support.