1
1
Open MPI main development repository (BSD license) https://github.com/open-mpi/ompi
Перейти к файлу
Jeff Squyres 94160da4c0 - A bunch of little pedantic / style fixes
- 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.
2005-07-14 22:43:01 +00:00
config Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
contrib * don't play with symlinks - we'll get the originals anyway 2005-07-03 15:21:49 +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 * add checks for the hton and ntoh functions, since they don't exist on 2005-07-14 04:11:59 +00:00
ompi - A bunch of little pedantic / style fixes 2005-07-14 22:43:01 +00:00
opal Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
orte make launching multiple apps work again and some code cleanups 2005-07-14 20:40:05 +00:00
test Fix up tests so that they all compile and (mostly) run 2005-07-04 14:53:10 +00:00
vcproj * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
acinclude.m4 * Turn thread support on by default, but disable both mpi and progress 2005-07-13 01:07:31 +00:00
autogen.sh * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
configure.ac Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
Doxyfile Add UC copyright 2005-03-24 12:43:37 +00:00
HACKING Doc updates. 2005-06-09 01:12:54 +00:00
INSTALL More minor doc updates. 2005-06-09 01:18:46 +00:00
LICENSE This license has tenatively been agreed to by all parties. The 2005-05-20 10:42:59 +00:00
Makefile.am Oops -- forgot to remove outdated file from the Makefile.am 2005-07-05 10:23:51 +00:00
README Add UC copyright 2005-03-24 12:43:37 +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.