482a621e31
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. |
||
---|---|---|
.. | ||
ompi | ||
Makefile.am | ||
mpi_portable_platform.h | ||
mpi.h.in | ||
mpif-common.h | ||
mpif-config.h.in | ||
mpif-mpi-io.h | ||
mpif.h.in | ||
ompi_config.h.in |