Open MPI main development repository (BSD license)
https://github.com/open-mpi/ompi
94160da4c0
- Change ompi_proc_world() to only return the procs in this job (as opposed to all of them) - Add a subscription that fires during MPI_INIT (stg1) for figuring out which procs are on my local node. Need to figure out what to do in the esoteric cases -- but the obvious one (Red Storm), where subscriptions are never fired, is ok, because by definition, no other procs will be on my node, so their default value (not on my node) is ok. --> Need to have RHC check this code; it seems to work, but I think I'm getting too much data back from the subscription. - End result is that any proc that is on my node will have its OMPI_PROC_FLAG_LOCAL bit set on its proc->proc_flags field. - Added/corrected a few comments in proc.h. This commit was SVN r6507. |
||
---|---|---|
config | ||
contrib | ||
doc | ||
etc | ||
include | ||
ompi | ||
opal | ||
orte | ||
test | ||
vcproj | ||
acinclude.m4 | ||
autogen.sh | ||
configure.ac | ||
Doxyfile | ||
HACKING | ||
INSTALL | ||
LICENSE | ||
Makefile.am | ||
README | ||
VERSION |
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.