Hi,
This is my first try to enter MPI into a simple QuickWin program under Visual Studio 2010
I first installed Cluster Studio 2015 update 4 on my i7 4910MQ Dell laptop as an x64 project. The simple code compiled, linked and run directly.
Then I just added INCLUDE *mpif.h' on a new line after the IMPLICIT NONE line and got the compiler message error #5102 cannot open include file
'mpif.h'.
I then tried a number of ways to inform the compiler about the location of the mpif.h file but instead got a number of warnings and errors.
I have scanned a number of install documents and videos but I found no solution.
So, how do I solve this?
Best regards
Anders S