1
1
openmpi/ompi/include
Shiqing Fan 482a621e31 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:
1. create DLL A, export symbols of A, import nothing  (A normally is OPAL)
   should define _USRDLL , A_EXPORT 

2. create DLL B, export symbols of B, import A.lib    (B could be ORTE, OMPI or other ompi tools)
   should define _USRDLL, B_EXPORT

3. create DLL C, import B.dll    (C could be external libs or apps)
   should define B_IMPORT

This commit was SVN r24016.
2010-11-09 16:13:30 +00:00
..
ompi First step toward fixing the MPI_Get_count issues from the ticket #2241. Next 2010-07-21 20:07:00 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +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 Add some comments to reinforce the fact that MPI applications should not be using the non-public members of ompi_status_public_t. Refs trac:2241. 2010-07-22 01:59:33 +00:00
mpif-common.h Refs trac:2032. Add comment explaining why we have MPI_LOGICALx datatypes 2009-09-28 15:45:57 +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