1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
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
config Oops -- fix the m4 file as well. And other minor touch-ups. 2005-03-27 11:24:27 +00:00
contrib Clarify the comments on what the scripts are used for. 2005-03-24 15:07:32 +00:00
etc Add UC copyright 2005-03-24 12:43:37 +00:00
include * Merge in all changes from the mpi-devel branch 2005-03-26 18:49:16 +00:00
src Add missing <string.h> 2005-03-27 11:32:25 +00:00
test Add non-portable fixes to temporarily allow the gpr test(s) to be 2005-03-27 12:01:51 +00:00
vcproj Add UC copyright 2005-03-24 12:43:37 +00:00
acinclude.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
autogen.sh Add UC copyright 2005-03-24 12:43:37 +00:00
configure.ac Fix some bugs in the version number scheme, and make the proces a bit 2005-03-25 03:19:46 +00:00
Doxyfile Add UC copyright 2005-03-24 12:43:37 +00:00
HACKING Add UC copyright 2005-03-24 12:43:37 +00:00
INSTALL Add UC copyright 2005-03-24 12:43:37 +00:00
ISSUES * Sync trunk to r4977 of the tim branch 2005-03-22 00:31:17 +00:00
LICENSE Add UC copyright 2005-03-24 12:43:37 +00:00
Makefile.am Fix some bugs in the version number scheme, and make the proces a bit 2005-03-25 03:19:46 +00:00
MPI_DEVEL_MERGE_README * Merge in all changes from the mpi-devel branch 2005-03-26 18:49:16 +00:00
README Add UC copyright 2005-03-24 12:43:37 +00:00
RTE_MERGE_README * Sync trunk to r4977 of the tim branch 2005-03-22 00:31:17 +00:00
VERSION Fix some bugs in the version number scheme, and make the proces a bit 2005-03-25 03:19:46 +00:00

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.