Open MPI main development repository (BSD license)
https://github.com/open-mpi/ompi
da23029c96
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. |
||
---|---|---|
config | ||
contrib | ||
etc | ||
include | ||
src | ||
test | ||
vcproj | ||
acinclude.m4 | ||
autogen.sh | ||
configure.ac | ||
Doxyfile | ||
HACKING | ||
INSTALL | ||
ISSUES | ||
LICENSE | ||
Makefile.am | ||
MPI_DEVEL_MERGE_README | ||
README | ||
RTE_MERGE_README | ||
VERSION |
Copyright (c) 2004-2005 The Trustees of Indiana University. All rights reserved. Copyright (c) 2004-2005 The Trustees of the University of Tennessee. All rights reserved. Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved. Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved. $COPYRIGHT$ Additional copyrights may follow $HEADER$ This is the world's greatest MPI. ...more to write here should be a short file, referring to the real docs.