Hi,<br> I have been working on a small profiling module and I wish to test it out by integrating it while building mpich. I am yet to modify the makefiles, I tried to compile the new files directly, by making sure that I have specified all the paths. I am faced with many errors relating to the files in the include directory. For example, in the file
<span style="color: rgb(51, 51, 255);">mpiimplthread.h, </span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">20 /*#if (MPICH_THREAD_LEVEL >= MPI_THREAD_SERIALIZED)
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> 21 #include "mpid_thread.h"</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> 22 #endif</span>
<br><br> The if test succeeds and the compiler complains that there is no file of that name. <br><br>or <br><br>in the file <span style="color: rgb(51, 51, 255);">mpiimpl.h,</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> 99 #include "mpidpre.h"</span><br><br> Again, there is no file with that name.<br> And there are also many errors of the type : error: expected specifier-qualifier-list before " ... " . Could someone shed some light on these?
<br><br>Thanks,<br>Krishna Chaitanya K,<br>National Institute of Technology,Karnataka (NITK),<br>India<br><br><br>-- <br>In the middle of difficulty, lies opportunity