5 Jan
2014
5 Jan
'14
4:34 p.m.
Robert Latham <[email protected]> writes:
I'll just pull the two lines I need from mpitypedefs.h instead of including the entire file. Until I do that, delete the, #include. It's only needed on bluegene
Where is it used (git grep is not helping)? $ git grep MPI_AINT_CAST_TO_VOID src/mpi src/mpi/romio/adio/include/adioi.h: MPI_AINT_CAST_TO_VOID_PTR from configure (mpi.h) */ src/mpi/romio/adio/include/adioi.h: #include "mpitypedefs.h" /* for MPI_AINT_CAST_TO_VOID_PTR */ Why can't that code use ADIOI_AINT_CAST_TO_VOID_PTR, which is equivalent to MPI_AINT_CAST_TO_VOID_PTR?