
* If we are on solaris, don't use the system qsort(), as it appears to be broken in 64 bit mode on Solaris 8 (there are bugs about this in SunSolve). Instead, use ompi_qsort(), which is taken from FreeBSD. A #define in ompi_config_bottom.h makes this invisible to most of the OMPI source tree. * Fix memory badness in ompi_progress_register where we were reallocing the array to be number of elements long instead of number of elements * sizeof(element). Found while using bcheck to track down our problems in 64 bit on big endian machines. * The debugging output code in session_dir.c could pass NULL as a value for a %s, which will turn into "(null)" automagically on glibc, but causes segfaults for older libcs (like those on Solaris). Check for this case in session_dir.c and don't pass NULL as a %s value into ompi_output(). * Fix missing header file in convertor.c This commit was SVN r6186.
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.
Описание
Languages
C
82.4%
Fortran
3.8%
Roff
3.7%
Shell
3.3%
Makefile
2.3%
Разное
4.5%