Hi ther<br><br>I try to make post visualization for my mpi programs using mpe library to generate log file and reading it with Upshot. i have included the header file mpef.h in my code but when compile , it gives me error of :<br>
<br>hellow1.f90(7): error #5102: Cannot open include file &#39;mpef.h&#39;<br>      include &#39;mpef.h&#39;<br>--------------^<br>compilation aborted for hellow1.f90 (code 1)<br><br><br>I&#39;m sure that the header file mpef.h exists, but do not know why give this error<br>
<br>I have used this command for compiling;<br><br>mpif90 -g -traceback -o hellow1 hellow1.f90<br><br>thanks in advance,<br>Mohamed.<br>