1
1

33 Коммитов

Автор SHA1 Сообщение Дата
Rich Graham
7d921a0a69 get the sm MCA "stuff" fixed, fix a bug in memory alignment for the
sm mpool allocation, create sm ptl control shared memory region,
    add comments.

This commit was SVN r2042.
2004-08-11 16:06:14 +00:00
Tim Woodall
7d6425268d - removed debug
This commit was SVN r2018.
2004-08-10 21:23:01 +00:00
Jeff Squyres
ff62e4db26 - Due to limitations in AC_DEFINE (namely that you can't direct a
specific AC_DEFINE to a specific header file), emulate the behavior
  of AC_HEADER_FILES when saving the values from the VERSION files;
  dump them into a temporary file and diff them against the
  already-existing .h file.  If they're the same, do nothing.  If
  they're different, replace the .h file.
- With this capabiliy, move the #define's of all version numbers out
  of ompi_config.h and into component-specific <type>-<name>-version.h
  header files.  This will prevent a lot of extra compilation when
  you updat your local svn working copy.
- Remove the requirement for having a VERSION file.  If you don't have
  it, then a .h file with your version numbers won't be generated.
- Remove the VERSION file from lots of components that don't use it.
  I've added it to my "consistency" list to go back and re-add them
  along with using the proper #define's in the component struct after
  we reach a period of stability.

This commit was SVN r1999.
2004-08-10 04:10:08 +00:00
Jeff Squyres
f870500088 Speed up the build process by removing some redundant convenience
libraries

This commit was SVN r1949.
2004-08-07 04:20:28 +00:00
Jeff Squyres
88a2858e21 Add some comments about the whole "common shared library" thing
because a) it's confusing, and b) I'm sure it's only the first.  :-)

This commit was SVN r1939.
2004-08-06 21:40:23 +00:00
Jeff Squyres
2060091238 - Creation of the common code repository for cross-component /
horizontal integration
- Move the mpool_sm_mmap.[ch] files to a new sm common code area, and
  rename to common_sm_mmap.[ch]
- update sm ptl and mpool to refer to the sm common code area for the
  mmap code

This commit was SVN r1930.
2004-08-06 19:35:57 +00:00
Tim Woodall
1b6a2a59c1 maintain reference count on communicator for duration of request
This commit was SVN r1907.
2004-08-05 19:35:10 +00:00
Tim Woodall
f100d08dd5 resolved another problem introduced with global name change
This commit was SVN r1879.
2004-08-04 22:09:40 +00:00
Tim Woodall
efcf7d9464 fixed issue w/ name changes
This commit was SVN r1877.
2004-08-04 19:55:12 +00:00
Rich Graham
5e196fd257 changes for the shared memory implementation.
This commit was SVN r1872.
2004-08-04 17:22:16 +00:00
Jeff Squyres
eb8cba98af - massive change for module<-->component name fixes throughout the
code base.
  - many (most) mca type names have "component" or "module" in them,
    as relevant, just to further distinguish the difference between
    component data/actions and module data/actions.  All developers
    are encouraged to perpetuate this convention when you create
    types that are specific to a framework, component, or module
  - did very little to entire framework (just the basics to make it
    compile) because it's just about to be almost entirely replaced
  - ditto for io / romio
  - did not work on elan or ib components; have to commit and then
    convert those on a different machine with the right libraries and
    headers
- renamed a bunch of *_module.c files to *_component.c and *module*c
  to *component*c (a few still remain, e.g., ptl/ib, ptl/elan, etc.)
- modified autogen/configure/build process to match new filenames
  (e.g., output static-components.h instead of static-modules.h)
- removed DOS-style cr/lf stuff in ns/ns.h
- added newline to end of file src/util/numtostr.h
- removed some redundant error checking in the top-level topo
  functions
- added a few {} here and there where people "forgot" to put them in
  for 1 line blocks ;-)
- removed a bunch of MPI_* types from mca header files (replaced with
  corresponding ompi_* types)
- all the ptl components had version numbers in their structs; removed
- converted a few more elements in the MCA base to use the OBJ
  interface -- removed some old manual reference counting kruft

This commit was SVN r1830.
2004-08-02 00:24:22 +00:00
Rich Graham
97d34f285f continue to add code for the Shared Memory ptl. Get the local
host rank set.

This commit was SVN r1746.
2004-07-15 18:42:02 +00:00
Tim Prins
f4d9cea614 Adding some documentation.
This commit was SVN r1639.
2004-07-12 20:05:29 +00:00
Jeff Squyres
8149265189 - Updated versioning system; "svn" number is now a string (vs. an int)
- Updated autogen.sh and friends to be more flexible and allow
  components to be configured and built outside of the Open MPI tree
- Removed $(LIBOMPI_LA) from all component Makefile.am's -- it's
  unnecessary 

This commit was SVN r1566.
2004-07-07 12:45:36 +00:00
Tim Woodall
8cfc45bbee restored Jeffs changes
This commit was SVN r1529.
2004-07-01 16:25:44 +00:00
Tim Woodall
165d4f8841 merge of oob/rte changes from rte branch
This commit was SVN r1527.
2004-07-01 14:49:54 +00:00
Jeff Squyres
97bed7c0d4 Building MCA components as DSOs is now the default. Use
--disable-mca-dso to build MCA components statically as part of
libmpi, or --enable-mca-dso=LIST to only build some components as DSOs
(see ./configure --help for more details).

This commit was SVN r1521.
2004-06-30 22:11:32 +00:00
Tim Woodall
2ce7ca725b - cleanup of some of the c bindings
- for threaded case - cleanup event libraries progress thread
- cleanup of request handling for persistent sends
- added support for buffered sends

This commit was SVN r1461.
2004-06-24 16:47:00 +00:00
Jeff Squyres
952cbaf196 Since it's not an error to not have an mpool module (at least not
yet), guarantee to initialize the *allow_multi_user_threads so that we
don't get read-from-uninitialized warnings in valgrind.

This commit was SVN r1446.
2004-06-23 15:52:28 +00:00
Tim Woodall
3d7e403cc1 -disable this module by default
-fix check of mmap return value

This commit was SVN r1444.
2004-06-23 14:00:21 +00:00
Tim Woodall
12a35e4a82 - resolve shared memory mpool dynamically
- added base() function to mpool component type to return modules base address (if applicable)

This commit was SVN r1386.
2004-06-17 20:57:47 +00:00
Tim Woodall
495d5b9d71 removed prototypes for shared memory register/unregister -- not used
This commit was SVN r1384.
2004-06-17 20:35:26 +00:00
Tim Woodall
fe7fd36137 integration of shared memory pool with shared memory ptl
This commit was SVN r1383.
2004-06-17 20:33:52 +00:00
Tim Woodall
19fae35833 fixed include path
This commit was SVN r1380.
2004-06-17 19:16:51 +00:00
Tim Woodall
573cf728dd fix for shared libraries
This commit was SVN r1378.
2004-06-17 19:15:51 +00:00
Jeff Squyres
5e5042613f *really* rename the project to "openmpi". :-)
This commit was SVN r1370.
2004-06-17 18:21:08 +00:00
Tim Woodall
14e0f8cf42 - shared memory init
This commit was SVN r1362.
2004-06-17 16:13:20 +00:00
Jeff Squyres
e88c37e1f8 Fix logic in determining whether all modules support multiple user
threads or not.

This commit was SVN r1361.
2004-06-17 15:08:07 +00:00
Tim Woodall
19ed014922 - shared memory pool init
- allocator base cleanup

This commit was SVN r1327.
2004-06-16 20:01:19 +00:00
Tim Woodall
8801016235 - module version
This commit was SVN r1317.
2004-06-16 16:01:13 +00:00
Tim Woodall
c4fb4d7ef4 - add shared memory pool
- working on mpool/allocator framework

This commit was SVN r1313.
2004-06-16 15:41:29 +00:00
Tim Woodall
d1706ed2d0 more cleanup of broken svn commit
This commit was SVN r1280.
2004-06-15 19:57:18 +00:00
Tim Woodall
abba2b038c - removed src/mem directory
- moved mem/free_list.h to class/ompi_free_list.h
- moved mem/malloc.h to util/malloc.h
- added src/mca/mpool component type

This commit was SVN r1274.
2004-06-15 19:07:45 +00:00