Brian Barrett
0cc9045e79
* Move the parallel job handle type into lam/types.h and use in both the
...
pcm and oob module type
This commit was SVN r221.
2004-01-10 18:34:07 +00:00
Tim Woodall
92310bd68d
fixed warnings
...
This commit was SVN r220.
2004-01-10 18:26:58 +00:00
Brian Barrett
549f034f4e
* First take at a shell for the COFS (Control Over File System) interface
...
for out of band messaging
This commit was SVN r219.
2004-01-10 18:23:53 +00:00
Jeff Squyres
718118cf33
Updates
...
This commit was SVN r218.
2004-01-10 18:19:55 +00:00
Brian Barrett
73da7e3041
* add constants.h to suck in LAM_ERROR
...
This commit was SVN r217.
2004-01-10 18:14:48 +00:00
Jeff Squyres
4e65080d5d
Use the new doxygen-friendly names
...
This commit was SVN r216.
2004-01-10 18:09:15 +00:00
Jeff Squyres
37c242799f
Include "mpi.h"
...
This commit was SVN r215.
2004-01-10 18:09:01 +00:00
Jeff Squyres
4a7d46ec17
Rename types to match current definitions
...
This commit was SVN r214.
2004-01-10 18:05:56 +00:00
Jeff Squyres
8ce5d9e75d
Rename type to match the current definition
...
This commit was SVN r213.
2004-01-10 18:05:37 +00:00
Jeff Squyres
cb2315e546
Update to match new type names
...
This commit was SVN r212.
2004-01-10 17:28:05 +00:00
Jeff Squyres
0b80a7b558
- Various updates
...
- Make names doxygen-friendly
This commit was SVN r211.
2004-01-10 17:27:28 +00:00
Jeff Squyres
8de2fdd709
Fix some careless typos in my last commit :-(
...
This commit was SVN r210.
2004-01-10 17:23:26 +00:00
Jeff Squyres
37b97065b0
Fix a bunch of careless typos. :-(
...
This commit was SVN r209.
2004-01-10 17:22:04 +00:00
Jeff Squyres
b7885a282b
Closer to finalized version of the interface
...
This commit was SVN r208.
2004-01-10 17:21:33 +00:00
Jeff Squyres
0d1f3720f3
- Add extra bool flag that was just added to the mca_module_t struct
...
in mca.h
- MCA and type ames must be lower case (to match the directory and
output structure)
This commit was SVN r207.
2004-01-10 17:17:20 +00:00
Jeff Squyres
049002bf63
- Add mca_is_checkpointable bool flag
...
- Rename type: mca_module_t is now the base "super" for all modules
- Make the type names doxygen-friendly
This commit was SVN r206.
2004-01-10 17:14:05 +00:00
Brian Barrett
aa111c1464
* Remove libruntime.la, as it no longer exists
...
This commit was SVN r205.
2004-01-10 17:12:06 +00:00
Jeff Squyres
6e7e3d1f87
Make the names friendly to doxygen
...
This commit was SVN r204.
2004-01-10 17:10:29 +00:00
Jeff Squyres
b73dd787ab
Minor changes -- make the name friendly to doxygen
...
This commit was SVN r203.
2004-01-10 17:05:04 +00:00
Jeff Squyres
2bfdc3d7ca
Add C++ protection
...
This commit was SVN r202.
2004-01-10 14:59:06 +00:00
Jeff Squyres
5d54543fd7
Add MPI_Alloc_mem and MPI_Free_mem
...
This commit was SVN r201.
2004-01-10 08:22:06 +00:00
Jeff Squyres
51a330f2ad
Add lam/info.h lam/op.h
...
This commit was SVN r200.
2004-01-10 08:20:36 +00:00
Jeff Squyres
47d7109d5b
- Make the context ID be uint32_t
...
- Make the coll type correct
- Change to make the type "struct lam_communicator" so that mpi.h is
happy. This may end up changing; we should name all the MPI opaque
object structs the same way.
This commit was SVN r199.
2004-01-10 08:20:15 +00:00
Jeff Squyres
a57e4b965b
Filled in a lot of mpi.h
...
This commit was SVN r198.
2004-01-10 08:17:22 +00:00
Brian Barrett
0d6e729e0b
* Remove the lam/runtime code, moving instead to singleton mca modules
...
directly
* Update pcm, oob, and registry mca module headers to match changes Jeff
and I talked about tonight to do checkpoint/restart and all that
This commit was SVN r197.
2004-01-10 08:09:54 +00:00
Brian Barrett
8094a048a2
* try to not document undocumented code
...
This commit was SVN r196.
2004-01-10 07:25:11 +00:00
Brian Barrett
7dea5b743e
* Added PCM interface templates for PCM, Registry, and OOB
...
* Filled in a bunch of .cvsignore files
This commit was SVN r195.
2004-01-10 05:13:00 +00:00
Brian Barrett
3a71c36fe4
* Added shell for Process Control, Out-of-band messaging, and Registry MCA
...
module types
This commit was SVN r194.
2004-01-10 04:44:43 +00:00
Brian Barrett
a72a7f1d26
* First take at the RTE interface. Obviously doesn't work, but at least
...
can generate some doxygen API documentation
This commit was SVN r193.
2004-01-10 00:55:24 +00:00
Tim Woodall
e22ac476dc
teg module definitions
...
This commit was SVN r192.
2004-01-10 00:32:29 +00:00
Brian Barrett
d03f375fc7
* fix problem where find_app would return last useful app, not the first
...
useful
This commit was SVN r191.
2004-01-10 00:02:53 +00:00
Tim Woodall
d674b48364
added new module
...
This commit was SVN r190.
2004-01-09 23:21:18 +00:00
Tim Woodall
e874133d22
move to new pml instance
...
This commit was SVN r189.
2004-01-09 23:20:23 +00:00
Prabhanjan Kambadur
16fbec7894
adding AC_DEFINE_UNQUOTED for LAM_F77 and LAM_F90
...
This commit was SVN r188.
2004-01-09 22:54:32 +00:00
Jeff Squyres
9b2bf109c1
Rename lam_dbl* to lam_list*
...
This commit was SVN r187.
2004-01-09 22:48:57 +00:00
Jeff Squyres
8379837f48
Update the cvsignore
...
This commit was SVN r186.
2004-01-09 22:10:43 +00:00
Jeff Squyres
770d49570b
Moving all the header files. :-)
...
This commit was SVN r185.
2004-01-09 22:09:51 +00:00
Jeff Squyres
03fa5c843b
Add MPI_Op
...
This commit was SVN r184.
2004-01-09 22:08:49 +00:00
Tim Woodall
3448a54eee
fixed syntax errors
...
This commit was SVN r183.
2004-01-09 19:22:30 +00:00
Tim Woodall
24396e54a4
- defined base request
...
- removed p2p specifics from mpi datatypes
This commit was SVN r182.
2004-01-09 19:21:43 +00:00
Tim Woodall
dfbdcd8c2e
renamed/moved p2p headers
...
This commit was SVN r181.
2004-01-09 19:20:50 +00:00
David Daniel
90eabbbcbd
Adding API for atomic operations. We probably don't need to implement all of this.
...
This commit was SVN r180.
2004-01-09 19:15:42 +00:00
Jeff Squyres
4831ce2780
Fix installation of all header files in all cases (even if we're not building
...
C++, F90, F77, or separate compilation for profiling).
This commit was SVN r179.
2004-01-09 18:55:51 +00:00
Jeff Squyres
0809111335
Ensure that we install the headers in the right place
...
This commit was SVN r178.
2004-01-09 18:54:05 +00:00
Prabhanjan Kambadur
3b2c1b6dd7
Fixing STRDIR in path.c and prototyping errors
...
This commit was SVN r177.
2004-01-09 18:47:52 +00:00
Prabhanjan Kambadur
07ad5a5ec3
adding LAM_PATH_MAX to lam_config.h
...
This commit was SVN r176.
2004-01-09 18:40:26 +00:00
Jeff Squyres
67a26a1d65
Oops -- didn't mean to commit all the OPT* stuff.
...
This commit was SVN r175.
2004-01-09 18:39:35 +00:00
Jeff Squyres
ae7e1d0c5e
Actually not necessary to have a finalize pointer in the module
...
struct; the coll base will have the mca_coll_t's from all the modules
who said that they can run, and that has a finalize() method pointer
in it (and this makes it uniform for the modules -- the finalize()
method will *always* be called after query(); the init() function
simply will not be invoked if the module was not selected).
This commit was SVN r174.
2004-01-09 18:22:08 +00:00
David Daniel
422cbbf710
ifdeffing stuff out for now -- still a work in progress
...
This commit was SVN r173.
2004-01-09 18:00:16 +00:00
Rob Awles
03e38978c6
corrected darwin include line from powerpc/atomic.h to ppc_32/atomic.h.
...
This commit was SVN r172.
2004-01-09 17:59:09 +00:00