Jeff Squyres
68d1b3c314
Use LAM_ENABLE_DEBUG_OVERRIDE
...
This commit was SVN r766.
2004-02-13 05:39:46 +00:00
Jeff Squyres
d772d8db45
Fix for bug 681: add debug version of realloc()
...
This commit was SVN r689.
2004-02-10 18:58:55 +00:00
Jeff Squyres
e1fb3b0db4
- Remove LAM_MEM_ZERO
...
- Remove LAM_MALLOC and LAM_FREE -- simply #define malloc/free to be
lam_malloc and lam_free as necessary
This commit was SVN r672.
2004-02-10 00:07:09 +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
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
Prabhanjan Kambadur
21cb820f71
adding functions
...
This commit was SVN r580.
2004-01-29 18:19:10 +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
4857a61c20
adding new functions (g*)
...
This commit was SVN r535.
2004-01-25 01:50:19 +00:00
Prabhanjan Kambadur
d11a3010d5
removing my name from all files
...
This commit was SVN r531.
2004-01-24 22:20:44 +00:00
Prabhanjan Kambadur
6358218261
adding functions beginning with d,e and f
...
This commit was SVN r530.
2004-01-24 21:57:13 +00:00
Prabhanjan Kambadur
21bc9ef220
Adding functions beginning with alphabet T
...
This commit was SVN r527.
2004-01-22 03:31:32 +00:00
Prabhanjan Kambadur
dfa56dae82
Adding C bindings of MPI functions beginning with alphabet MPI_C*
...
This commit was SVN r507.
2004-01-21 00:05:46 +00:00
Prabhanjan Kambadur
ba7cc48476
adding the b* function prototypes
...
This commit was SVN r493.
2004-01-20 06:31:52 +00:00
Prabhanjan Kambadur
117b635fcb
adding MPI_A* functions
...
This commit was SVN r489.
2004-01-20 06:07:06 +00:00
Jeff Squyres
5b66cb3f7a
Updates to make MPI_Fint work
...
This commit was SVN r461.
2004-01-17 04:10:01 +00:00
Jeff Squyres
eda594df84
First cut at thread support / eliminate warnings due to lack of
...
LAM_HAVE_THREADS
This commit was SVN r364.
2004-01-14 07:06:57 +00:00
Jeff Squyres
8abdc42be1
Oops -- missing "typedef"
...
This commit was SVN r264.
2004-01-11 20:50:35 +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
a57e4b965b
Filled in a lot of mpi.h
...
This commit was SVN r198.
2004-01-10 08:17:22 +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
24396e54a4
- defined base request
...
- removed p2p specifics from mpi datatypes
This commit was SVN r182.
2004-01-09 19:21:43 +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
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
07ad5a5ec3
adding LAM_PATH_MAX to lam_config.h
...
This commit was SVN r176.
2004-01-09 18:40:26 +00:00
Jeff Squyres
77ace57c5a
More fixes for bug 625 -- make all .h files get [conditionally] installed.
...
This commit was SVN r169.
2004-01-09 17:44:07 +00:00
Jeff Squyres
f47db3f07c
Add prototypes for MPI_Init and MPI_Finalize
...
This commit was SVN r159.
2004-01-09 08:25:50 +00:00
Jeff Squyres
f269658f22
Added some missing .h files
...
This commit was SVN r140.
2004-01-09 03:25:00 +00:00
Jeff Squyres
a650988429
Need to prototype PMPI functions as well (if we compile with profiling
...
support).
This commit was SVN r111.
2004-01-08 13:36:59 +00:00
Jeff Squyres
360914e620
Change the top typenames
...
This commit was SVN r101.
2004-01-07 21:45:50 +00:00
Jeff Squyres
20dd96c391
Ensure that we always have the "bool" type in C, as well as the constants
...
"true" and "false", either via the C99 header <stdbool.h> or via our own
declarations.
This commit was SVN r91.
2004-01-07 19:33:37 +00:00
Jeff Squyres
b93da5b412
Remove $Id$
...
This commit was SVN r69.
2004-01-07 14:55:59 +00:00
Jeff Squyres
6bc4ed4810
- Remove $Id$
...
- Remove header, replace with $HEADER$ (to be filled in later)
This commit was SVN r67.
2004-01-07 14:54:25 +00:00
Jeff Squyres
6d64a8ad94
Add a prototype for MPI_Comm_set_name to silence a compiler warning
...
This commit was SVN r55.
2004-01-07 08:32:16 +00:00
Jeff Squyres
88087bf709
- Removed header, replaced with $HEADER$ (to be filled in later)
...
- use full relative pathnames for include files
- Other minor stylistic changes (per group agreement)
- s/bool_t/lam_bool_t/
- s/FALSE/LAM_FALSE/
- s/TRUE/LAM_TRUE/
- s/CMPI/LAM_MPI/ or s/CMPI/LAM/
This commit was SVN r37.
2004-01-07 07:53:25 +00:00
Jeff Squyres
6affec5874
- Add new header files
...
- s/CMPI/LAM_MPI/
This commit was SVN r36.
2004-01-07 07:51:23 +00:00
Jeff Squyres
40b9dfc4f0
Add/update .cvsignore files
...
This commit was SVN r18.
2003-12-28 15:43:14 +00:00
Jeff Squyres
f14226057a
Add/update .cvsignore files
...
This commit was SVN r17.
2003-12-28 15:38:13 +00:00
Tim Woodall
e952ab1f88
initial port to C (very incomplete)
...
This commit was SVN r8.
2003-12-22 16:29:21 +00:00
Jeff Squyres
550c12b968
Make things compile (but not link :-)
...
This commit was SVN r4.
2003-11-22 16:57:54 +00:00
Jeff Squyres
cadf5e6fc7
First commit
...
This commit was SVN r3.
2003-11-22 16:45:44 +00:00
Jeff Squyres
350564b9f3
First commit
...
This commit was SVN r1.
2003-11-22 16:36:58 +00:00