Hi all,
I am using MPICH 1.2.5 on Windows XP to parallelise my
Fortran 90 application on Windows XP platform and the compiler used is
Compaq Visual Fortran 6. I needed to enable MPI logging for the
application for which I need to include some of the .lib files. The
.lib libraries have functions which have been declared as "cdecl". As
"cdecl" libraries are not compatible with Fortran, I converted them to
"stdcall" by changing the declarations. Although the application
executes well, it is still not generating the log files. I wonder if
anybody knows more info regarding this.
Thanks,
deepak
|