CCAFFEINE  0.8.8
noSeekMPI.h
00001 #ifndef noSeekMPI_h_seen
00002 #define noSeekMPI_h_seen
00003 /* a workaround to allow mpi.h and stdio/iostream in the same file.
00004  * in the presence of *GOOFY* mpi 2 SEEK binding.
00005  */
00006 #ifdef SEEK_SET
00007 #undef SEEK_SET
00008 #endif
00009 #ifdef SEEK_CUR
00010 #undef SEEK_CUR
00011 #endif
00012 #ifdef SEEK_END
00013 #undef SEEK_END
00014 #endif
00015 #endif /* noSeekMPI_h_seen */