1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
George Bosilca e8a418830b Change the name of the DUMP_STACK to DDT_DUMP_STACK
Remove all useless labels.
Remove all "unsigned compared to signed" warnings
Chack that the datatypes are correctly committed before any usage of pack/unpack/copy functions (The reason is that
on the commit step we add a fake record at the end of the datatype representation. This record contain a END_LOOP
corresponding to the count used for the convertor. This allow us to remove few tests in the critical path, and to
slighty improuve the performances of these functions).
Remove useless code.
Correct the ompi_ddt_copy_to_same_ddt function (now the exit condition is correctly detected in all cases).
Correct the ompi_ddt_dump_stack function (The stack is already pointing to the current position not to the begining
of the stack).

This commit was SVN r4103.
2005-01-21 21:07:14 +00:00
config Bring the error manager over to the main branch so people can start to use it in their code. Please see mca/errmgr/errmgr.h for the documentation on this function - very little implemented at the moment. Only function so far is to output the error message, file, and line via the ompi_output function. 2005-01-21 17:49:14 +00:00
contrib Update the nightly unimplemented report to skip the MPI-2 one-sided 2004-12-14 13:57:49 +00:00
etc Add HLRS copyright 2004-11-28 20:09:25 +00:00
include Fix some compiler warnings (specifically, from icc v8.0) 2005-01-21 13:54:38 +00:00
src Change the name of the DUMP_STACK to DDT_DUMP_STACK 2005-01-21 21:07:14 +00:00
test * adjust the ompi_argv_delete() function so that it shortens the passed 2004-12-07 02:42:17 +00:00
vcproj Removing debug from the configuration settings 2005-01-06 05:48:58 +00:00
acinclude.m4 Added F90 alignment tests (f90_get_alignment) 2005-01-12 18:23:26 +00:00
autogen.sh Properly add the soh framework in all the places it needs to be. Left 2004-12-16 18:52:33 +00:00
configure.ac Bring the error manager over to the main branch so people can start to use it in their code. Please see mca/errmgr/errmgr.h for the documentation on this function - very little implemented at the moment. Only function so far is to output the error message, file, and line via the ompi_output function. 2005-01-21 17:49:14 +00:00
Doxyfile Add HLRS copyright 2004-11-28 20:09:25 +00:00
HACKING Add HLRS copyright 2004-11-28 20:09:25 +00:00
INSTALL Add HLRS copyright 2004-11-28 20:09:25 +00:00
LICENSE Add HLRS copyright 2004-11-28 20:09:25 +00:00
Makefile.am Add HLRS copyright 2004-11-28 20:09:25 +00:00
README Add HLRS copyright 2004-11-28 20:09:25 +00:00
VERSION svn=2 will now place the svn version number in the tarball 2004-07-06 23:03:33 +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$

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.