Jeff Squyres
e268e16358
Add some more globals per recent e-mails; keep the initially
...
requested MPI thread level as well as the provided MPI thread levels.
Also keep a bool indicating whether there may be multiple user
threads in MPI simultaneously (essentially whether we are
MPI_THREAD_MULTIPLE or not)
This commit was SVN r608.
2004-01-30 03:57:43 +00:00
Jeff Squyres
9958416dda
Shut down properly; ensure to call mca_base_close() to close out MCA
...
This commit was SVN r607.
2004-01-30 03:56:21 +00:00
Jeff Squyres
38cc1daf72
- Remove kruft from ptl.h, move some into ptl/base/base.h
...
- Add shell for base ptl selection routine
This commit was SVN r606.
2004-01-30 03:55:39 +00:00
Jeff Squyres
15a0a8e537
- Remove kruft from pml.h, move some into pml/base/base.h (pml/pml.h
...
is strictly public-only)
- Add selection routine for pml base
This commit was SVN r605.
2004-01-30 03:54:52 +00:00
Jeff Squyres
225e9ab40c
Renamed functions to match new coll query naming convention (and
...
be more clear)
This commit was SVN r604.
2004-01-30 03:53:51 +00:00
Jeff Squyres
2d18810dc1
Add some base coll functions
...
This commit was SVN r603.
2004-01-30 03:53:03 +00:00
Jeff Squyres
b5f746deb9
Rename the query functions to be a bit more specific on their purpose
...
This commit was SVN r602.
2004-01-30 03:52:31 +00:00
Jeff Squyres
3703276633
Move mca/mpi/mpi.h into mca/mpi/base/base.h
...
This commit was SVN r601.
2004-01-30 03:51:58 +00:00
Jeff Squyres
2421a37f73
- Add mca_mpi_init_select_modules()
...
- Add base.h
This commit was SVN r600.
2004-01-30 03:51:25 +00:00
Jeff Squyres
de7855fc08
Clarify comments.
...
This commit was SVN r599.
2004-01-30 03:49:43 +00:00
Tim Woodall
95c8f5525c
removed finalize from pml module
...
This commit was SVN r598.
2004-01-30 00:16:59 +00:00
Tim Woodall
5ccd562fc3
cleanup
...
This commit was SVN r597.
2004-01-29 23:50:31 +00:00
Jeff Squyres
8cd280b257
Show the "base" type as part of the default set
...
This commit was SVN r596.
2004-01-29 22:32:45 +00:00
Jeff Squyres
2e4aa358fb
Now have ability to show MCA parameters
...
This commit was SVN r595.
2004-01-29 22:10:58 +00:00
Jeff Squyres
dba3562f52
Some changes so that laminfo can see some internal types
...
This commit was SVN r594.
2004-01-29 22:10:33 +00:00
Jeff Squyres
8e73068121
Remove misguided lam_array_item_t stuff. :-)
...
This commit was SVN r593.
2004-01-29 22:09:27 +00:00
Prabhanjan Kambadur
1b85813dcb
adding functions o, p, q, r and s
...
This commit was SVN r592.
2004-01-29 21:42:40 +00:00
Prabhanjan Kambadur
374033334b
adding functions p, q, r and s
...
This commit was SVN r591.
2004-01-29 21:41:14 +00:00
Jeff Squyres
7a63d2df99
Call some MCA startup / finalize routines during init/finalize
...
This commit was SVN r590.
2004-01-29 19:40:22 +00:00
Jeff Squyres
0e2d2040ea
Make lam_mpi_initialized and lam_mpi_finalized be bool, not int
...
This commit was SVN r589.
2004-01-29 19:38:26 +00:00
Jeff Squyres
b1e40a996a
Add instances of lam_mpi_comm_world and lam_mpi_comm_self
...
This commit was SVN r588.
2004-01-29 19:36:34 +00:00
Jeff Squyres
64a63ec731
Add lam_rte_finalize() for symmetry
...
This commit was SVN r587.
2004-01-29 19:36:02 +00:00
Jeff Squyres
bc40e269c4
- Fix opaque handler types (missing _t's)
...
- Change #defines for global constants -- there's no need for casting
This commit was SVN r586.
2004-01-29 19:33:19 +00:00
Tim Woodall
50730ae597
- added add_ptls i/f back to pml
...
- working on receive processing in pml
This commit was SVN r585.
2004-01-29 19:27:39 +00:00
Jeff Squyres
c35146ded3
Fix minor indexing problem
...
This commit was SVN r584.
2004-01-29 18:32:51 +00:00
Prabhanjan Kambadur
94b1a2d2d7
changing tabs
...
This commit was SVN r583.
2004-01-29 18:32:46 +00:00
Prabhanjan Kambadur
084281d01e
adding functions: u and w
...
This commit was SVN r582.
2004-01-29 18:21:55 +00:00
Prabhanjan Kambadur
3be94ea9bc
adding functions : u and q
...
This commit was SVN r581.
2004-01-29 18:19:53 +00:00
Prabhanjan Kambadur
21cb820f71
adding functions
...
This commit was SVN r580.
2004-01-29 18:19:10 +00:00
Jeff Squyres
691568a297
Add proc into the SUBDIRS list
...
This commit was SVN r579.
2004-01-29 17:26:19 +00:00
Tim Woodall
076c43a194
implemented several unresolved functions
...
This commit was SVN r578.
2004-01-29 15:34:47 +00:00
Jeff Squyres
f6ab0af1db
Ensure to traverse into the request subdir
...
This commit was SVN r577.
2004-01-29 03:33:41 +00:00
Jeff Squyres
6fc16eaf90
Changes to accurately report (in lam_config.h, and therefore laminfo)
...
whether we have f77 and f90 support
This commit was SVN r576.
2004-01-29 03:13:45 +00:00
Jeff Squyres
57205e4b05
- Various updates
...
- Show modules for pml, ptl, pcm
This commit was SVN r575.
2004-01-29 02:51:20 +00:00
Jeff Squyres
5bdb66e693
Add lam_request_cls
...
This commit was SVN r574.
2004-01-29 02:50:02 +00:00
Jeff Squyres
ede4459f9a
Add ptl base open and close functions; ensure that ptl base is compiled
...
into the rollup MCA MPI convenience library
This commit was SVN r573.
2004-01-29 02:49:32 +00:00
Jeff Squyres
a224b8d594
Change type to avoid compiler warning
...
This commit was SVN r572.
2004-01-29 02:46:03 +00:00
Jeff Squyres
d45b69d0f0
- Fix some typos
...
- #if out some unimplemented things with obvious names that will
generate compiler warnings, so that we can link
This commit was SVN r571.
2004-01-29 02:45:02 +00:00
Jeff Squyres
4aa0011d36
Add base pml open and close functions
...
This commit was SVN r570.
2004-01-29 02:43:58 +00:00
Jeff Squyres
ae76544956
Change to a single init() selection process (vs. query() and init())
...
This commit was SVN r569.
2004-01-29 02:42:30 +00:00
Jeff Squyres
2d8649edb9
Oops -- those "volatile"s should not have been committed :-(
...
This commit was SVN r568.
2004-01-29 02:41:28 +00:00
Jeff Squyres
5e450b0ac6
Fix typo
...
This commit was SVN r567.
2004-01-29 02:37:04 +00:00
Jeff Squyres
e62b5ac13b
Add shell functions so that we can link
...
This commit was SVN r566.
2004-01-29 02:37:23 +00:00
Jeff Squyres
c2bd648cbf
Update .cvsignore
...
This commit was SVN r565.
2004-01-29 02:36:06 +00:00
Jeff Squyres
eb347a8a2a
Add empty shell functions so that we can link
...
This commit was SVN r564.
2004-01-29 02:35:33 +00:00
Jeff Squyres
b7674bd629
Remove compiler warnings
...
This commit was SVN r563.
2004-01-29 01:42:41 +00:00
Tim Woodall
e47106e378
unimplemented routines
...
This commit was SVN r562.
2004-01-28 23:47:02 +00:00
Tim Woodall
cbe8bc5a78
typo
...
This commit was SVN r561.
2004-01-28 23:17:54 +00:00
Tim Woodall
a7005253da
first cut at bulk of tcp code
...
This commit was SVN r560.
2004-01-28 22:52:51 +00:00
Jeff Squyres
98e4446759
Actually, move the casting into list.h so that list_get_next() and
...
list_get_prev() return non-volatile values, just like all the other
list_get_*() functions
This commit was SVN r559.
2004-01-28 21:23:40 +00:00