1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Jeff Squyres f28095e632 Bunches of fixes for Fortran support:
- Fully support REAL*N, INTEGER*N, and COMPLEX*N in the MPI_Op
  reduction operations.
- Update ddt to fully support these types as well, to include using
  the results of sizes and alignments determined by configure
- Discover the goodness of m4 and consolidate a LOT of configure code
  (i.e., remove a lot of essentially duplicated code and
  m4-subroutine-ize it).  The big kicker was figuring out how to
  parameterize AC_DEFINE_UNQUOTED, which you can do if you use m4
  properly.
- If we don't support a given INTEGER*N, REAL*N, or COMPLEX*N, don't
  error.  Just set the right flags so that we don't support them in
  the MPI layer.

This commit was SVN r5788.
2005-05-19 23:56:02 +00:00
config Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
contrib A few fixes w.r.t. %{modulefile_path} 2005-05-06 12:04:46 +00:00
doc First cut of user docs (very rough; copied from LAM/MPI -- insertted 2005-04-02 15:11:28 +00:00
etc Bring the resource discovery system's resource file component online so I can find the node I need to launch upon. I removed all reference to the xml library that was causing trouble, and wrote my own limited xml parser instead, so this will now compile just fine anywhere. 2005-05-16 21:01:09 +00:00
include Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
src Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
test Fix an incorrect free... 2005-05-16 21:06:09 +00:00
vcproj Add UC copyright 2005-03-24 12:43:37 +00:00
acinclude.m4 Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
autogen.sh Fix some minor typos 2005-05-12 02:22:03 +00:00
configure.ac Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +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 Updates 2005-04-14 19:37:22 +00:00
ISSUES * add --enable-mca-static to specify components that should be statically 2005-04-13 03:19:48 +00:00
LICENSE Add UC copyright 2005-03-24 12:43:37 +00:00
Makefile.am * get the svn r number when vpath building 2005-04-07 21:39:03 +00:00
README Add UC copyright 2005-03-24 12:43:37 +00:00
README.alpha Add note to packagers 2005-04-02 13:59:08 +00:00
VERSION /trunk is working towards 1.0 2005-05-12 17:56:42 +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.