1
1
openmpi/ompi/include
Brian Barrett e7a7a64e4c Implement MPI::SEEK_{SET, END, POS} for the C++ bindings, working around
some issues with the C #defines SEEK_{SET, END, POS}.  The workaround
involves some hackery that should work in almost every common use case
for the C stdio constants (and all the legal issues of the MPI constants).
The one issue is that the C stdio constants are now const ints instead
of #defines, which means that #ifdef checks will fail for the constants.

Behavior can be disabled at either configure time or build time.

Refs trac:387

This commit was SVN r12121.

The following Trac tickets were found above:
  Ticket 387 --> https://svn.open-mpi.org/trac/ompi/ticket/387
2006-10-15 23:50:24 +00:00
..
ompi * Fix a small bug George noticed - if you change the prefix (or any of the 2006-03-12 04:35:01 +00:00
Makefile.am * Only install Fortran 77 headers if we want Fortran 77 bindings 2006-09-08 01:33:21 +00:00
mpi.h.in Implement MPI::SEEK_{SET, END, POS} for the C++ bindings, working around 2006-10-15 23:50:24 +00:00
mpif-common.h Fixes trac:389 2006-09-27 11:24:36 +00:00
mpif-config.h.in Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpif.h.in Fix the fix -- if we're not compiling the profiling layer, then we 2006-06-21 21:24:01 +00:00
ompi_config.h.in Remove the last underscore. Look like a typo ... 2006-10-05 05:41:57 +00:00