1
1
openmpi/test/mca
Jeff Squyres da23029c96 Add non-portable fixes to temporarily allow the gpr test(s) to be
built.  The issue is that these tests are trying to test specific
components, and is calling the functions directly -- and therefore
needs to have the component linked in.  This is fine when the
component is statically linked as part of libmpi, but presents a
problem when the component is a DSO.  

GNU compilers/linkers allow us to link in the DSO as part of the test
executable (and everything "just works"), but this is not portable.  A
better solution is going to involve:

- a better unit test support library that can load a DSO on demand
- using function pointers in the unit tests (rather than direct
  function invocation)

This commit was SVN r5051.
2005-03-27 12:01:51 +00:00
..
gpr Add non-portable fixes to temporarily allow the gpr test(s) to be 2005-03-27 12:01:51 +00:00
ns Add UC copyright 2005-03-24 12:43:37 +00:00
oob Add UC copyright 2005-03-24 12:43:37 +00:00
rds Add UC copyright 2005-03-24 12:43:37 +00:00
Makefile.am Add UC copyright 2005-03-24 12:43:37 +00:00