Hi, I have a code which uses both mpicc and mpif90.
The code is to read a file from the directory, It works properly on my desktop (ubuntu) but when I run the same code on my Macbook I get fopen failure errno : 2 ( file does not exist )
Could some one please tell me what might be the problem ? Thanks, Bow