1
1
openmpi/ompi/include
Jeff Squyres 3f4d4886f2 Minor update for something that has been bugging me for quite a while:
OMPI supports multiple different repository systems (SVN, hg, git).
But the VERSION file has listed "want_svn" and "svn_r" as fields, even
though the actual repo system and version may not be SVN.

So search/replace those fields (and derrivative values that come from
those fields) with "want_repo_rev" and "repo_rev", respectively.

This commit was SVN r24405.
2011-02-16 22:53:23 +00:00
..
ompi Minor update for something that has been bugging me for quite a while: 2011-02-16 22:53:23 +00:00
Makefile.am Install ompi_config.h (and friends) into /openmpi, not /openmpi/ompi/include. This is consistent with prior releases and the OPAL and ORTE <foo>_config.h file installation locations. 2010-12-15 20:54:22 +00:00
mpi_portable_platform.h Convert the line endings for the added header files. They were changed automatically by Windows when adding new files. 2010-02-16 17:24:44 +00:00
mpi.h.in Fix some deprecated notices to refer to the correct new function names 2011-01-27 19:55:42 +00:00
mpif-common.h Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
mpif-config.h.in This commit, along with r23467, r23468, r23470, r23471 should fix #2241. 2010-07-22 02:23:47 +00:00
mpif-mpi-io.h - Make the maximum length user strings configurable... Namely 2009-05-27 12:54:40 +00:00
mpif.h.in - Just remove white-space at end of lines 2009-05-27 12:46:04 +00:00
ompi_config.h.in Change the behavior of exporting/importing symbols on Windows, so that to fit the new build procedure, i.e. import statically linked opal/orte libraries for other libraries/binaries. There are several use cases when creating dll libraries: 2010-11-09 16:13:30 +00:00