David Daniel
a8636277af
Removing unused and little-used macros from lam_object.h
...
This commit was SVN r725.
2004-02-11 14:24:51 +00:00
Tim Woodall
61e9d9bcdf
- renamed list.h to lam_list.h
...
- renamed object.h to lam_object.h
- updated hash_table test
This commit was SVN r715.
2004-02-10 22:15:55 +00:00
David Daniel
18c26e9381
More datatype updates
...
This commit was SVN r710.
2004-02-10 22:07:08 +00:00
Jeff Squyres
4dfecb34f7
Fix to use the right macro
...
This commit was SVN r705.
2004-02-10 21:05:26 +00:00
David Daniel
27bdf6a4b1
Including "datatype.h"
...
This commit was SVN r700.
2004-02-10 20:01:11 +00:00
Prabhanjan Kambadur
2078ce14d7
changing lam_mpi_comm_array to be pointer of pointers
...
This commit was SVN r685.
2004-02-10 17:19:15 +00:00
David Daniel
a3dd037098
Datatype compiler quietening
...
This commit was SVN r684.
2004-02-10 17:18:27 +00:00
David Daniel
7812efa3ce
More object fixes
...
This commit was SVN r682.
2004-02-10 17:03:15 +00:00
Tim Woodall
6453116b31
cleanup for new object changes
...
This commit was SVN r681.
2004-02-10 16:53:41 +00:00
David Daniel
67836f42c3
Fixing lam_comm_init typo (induced by massive edit)
...
This commit was SVN r679.
2004-02-10 14:34:49 +00:00
Jeff Squyres
734fe9f39c
if 0'ed out for the moment -- missing a prototype
...
This commit was SVN r677.
2004-02-10 14:31:41 +00:00
David Daniel
00e50911b0
A large commit:
...
Changing the object.h model to conform more to people's (C++-biased)
expectations. See the comment at the top of src/lam/lfc/object.h for
full details.
Also a couple of tweaks to the datatype directory (but nothing working
yet).
This commit was SVN r674.
2004-02-10 14:04:27 +00:00
Jeff Squyres
413d87586d
Convert from LAM_MALLOC / LAM_FREE to regular malloc / free. When
...
memory debugging is enabled, there are magic defines to change from
malloc / free to lam_malloc / free.
This commit was SVN r673.
2004-02-10 00:09:36 +00:00
Prabhanjan Kambadur
a7684be971
Oops, forgot to change this
...
This commit was SVN r666.
2004-02-08 23:34:29 +00:00
Prabhanjan Kambadur
2327f7e1ae
This will resolve the duplicate symbols issue on OSX
...
This commit was SVN r665.
2004-02-08 23:19:45 +00:00
Jeff Squyres
2748878e9f
Fix yet another linker error on OS X
...
This commit was SVN r655.
2004-02-06 04:20:13 +00:00
Jeff Squyres
056485c6da
Move global variables into files with functions in them. POSIX says
...
that linkers don't have to pull in .o files unless they have functions
in them, so having global symbols in files by themselves does not
guarantee that a program trying to use them will be able to link
successfully.
This commit was SVN r652.
2004-02-05 01:52:56 +00:00
Prabhanjan Kambadur
7e4da72a91
Forgot to add info as one of the subdirs to be traversed
...
This commit was SVN r646.
2004-02-04 01:34:06 +00:00
Prabhanjan Kambadur
2df9fad227
Adding some functionality to MPI_Info functions. Yet to add anything
...
relevant to Fortran functions. So, nothing has been changed in
MPI_Info_f2c and MPI_Info_c2f functions. Everything else has functioning
code now.
This commit was SVN r645.
2004-02-03 22:34:01 +00:00
Prabhanjan Kambadur
4cd799d590
Adding libmpi_info.la as one of the libraries to be built. Also adding
...
the necessary data structures to support MPI_Info* functions.
This commit was SVN r644.
2004-02-03 22:03:22 +00:00
Tim Woodall
3836a7bf33
- factor common elements into fragment base class
...
- tcp cleanup
This commit was SVN r642.
2004-02-03 21:33:29 +00:00
Prabhanjan Kambadur
60be99b4cd
Adding a few comments and description to the info* functions
...
This commit was SVN r637.
2004-02-01 22:28:20 +00:00
Prabhanjan Kambadur
fbc9be66a6
Adding structure lam_info_entry_t and member lam_info_list
...
This commit was SVN r636.
2004-02-01 22:27:22 +00:00
Jeff Squyres
ea3855d1cb
Take thread issues into account, but don't do much with the information
...
yet
This commit was SVN r632.
2004-01-31 21:48:41 +00:00
Jeff Squyres
2136489dda
Return the real error, not LAM_ERROR
...
This commit was SVN r619.
2004-01-30 23:03:12 +00:00
Jeff Squyres
f3574207cc
Close down the coll type
...
This commit was SVN r618.
2004-01-30 23:03:01 +00:00
Jeff Squyres
97271026bc
Do more stuff during startup; initialize various MCA types, etc.
...
This commit was SVN r610.
2004-01-30 03:59:39 +00:00
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
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
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
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
5bdb66e693
Add lam_request_cls
...
This commit was SVN r574.
2004-01-29 02:50:02 +00:00
Jeff Squyres
a224b8d594
Change type to avoid compiler warning
...
This commit was SVN r572.
2004-01-29 02:46:03 +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
Prabhanjan Kambadur
8d08a67f45
adding new functions:k and l
...
This commit was SVN r542.
2004-01-25 23:03:40 +00:00
Prabhanjan Kambadur
4dd216aaec
adding new functions: k and l
...
This commit was SVN r541.
2004-01-25 23:02:30 +00:00
Prabhanjan Kambadur
2ced423d3e
Adding new functions: Letter I
...
This commit was SVN r540.
2004-01-25 22:07:54 +00:00
Prabhanjan Kambadur
fed1964471
Adding new functions:
...
This commit was SVN r539.
2004-01-25 22:07:28 +00:00
Prabhanjan Kambadur
840286e1ff
adding Grequest_ functions
...
This commit was SVN r538.
2004-01-25 01:59:17 +00:00
Prabhanjan Kambadur
72988dd217
adding new funcions
...
This commit was SVN r537.
2004-01-25 01:51:49 +00:00
Prabhanjan Kambadur
46ce8a4482
adding new functions
...
This commit was SVN r536.
2004-01-25 01:51:28 +00:00