1
1
openmpi/ompi
Jeff Squyres 6444887373 - Add copyright headers to btl_sm_frag.h
- Ensure to convert base_shared_mem_flags to be a relative offset in
  the global storage, and then to convert that back to an absolute
  virtual address before we try to use it
- Don't double increment n_local_procs when calculating the peer rank
  during bootstrapping of the different base address case

Something else is still wrong; if mmap() returns a different base
address, things don't work (i.e., segv or hang forever when you try to
send a message).  More specifically, the bootstrapping now seems to
correctly handle the case when mmap() base addresses are different,
but the message passing does *not* -- it always assumes that the
mmap() base addresses are the same.

Still working on the fix for that -- want to checkpoint what has been
done so far to facilitate working on different machines...

This commit was SVN r8134.
2005-11-12 14:04:46 +00:00
..
attribute Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
class Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
communicator Fix for a problem Brian pointed out with cartesian communicators: in 2005-11-09 21:00:58 +00:00
datatype Somehow I miss to remove one of the previous definition for the unavailable data. 2005-11-10 02:59:20 +00:00
debuggers Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dynamic-mca Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
errhandler Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
file Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
group Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
include Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
info Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca - Add copyright headers to btl_sm_frag.h 2005-11-12 14:04:46 +00:00
mpi Fix for [righteous] compiler warnings from xlf90 compiler on OSX 2005-11-11 23:18:59 +00:00
op Add missing functions for MPI_LONG_LONG, MPI_LONG_LONG_INT, and 2005-11-07 14:42:46 +00:00
proc Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
request improve the scalability of MPI_Waitall ... 2005-11-10 00:45:27 +00:00
runtime MPI_COMM_WORLD should be the first communicator who get created even before MPI_COMM_SELF and MPI_COMM_NULL. 2005-11-12 03:47:17 +00:00
tools Rename opal/memory to opal/memoryhooks because XLC++ on Mac OS X is broken. 2005-11-11 00:26:27 +00:00
win Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
win32 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
README.dox Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00

/*
 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 *                         University Research and Technology
 *                         Corporation.  All rights reserved.
 * Copyright (c) 2004-2005 The University of Tennessee and The University
 *                         of Tennessee Research Foundation.  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$
 */
/** @mainpage

@section mainpage_introduction Introduction

This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.

@section main_install Installation
 
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.

*/