George Bosilca
e1942d9068
Add the attribute default copy & delete functions for all types of objects: communicators, datatypes and
...
windows. Add the MPI 1 function to.
This commit was SVN r1372.
2004-06-17 18:29:35 +00:00
George Bosilca
8ba6f49786
Update the fortran datatype indexes.
...
This commit was SVN r1341.
2004-06-17 00:04:39 +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
David Daniel
2f96ba71fe
renaming files
...
This commit was SVN r1192.
2004-06-07 15:40:19 +00:00
David Daniel
563ac2a338
First pass of lam -> ompi conversion
...
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Edgar Gabriel
5f570a8b62
modified the value of MPI_COMM_NULL to two, since we need to have a valid
...
entry in the f_to_c translation table for this object. We still wanted
to be MPI_COMM_WORLD zero and MPI_COMM_SELF 1.
Reviewed and agreed by Jeff.
This commit was SVN r1146.
2004-05-21 19:30:39 +00:00
Vishal Sahay
62e5cbea60
Remove typos and add one more defn
...
This commit was SVN r1127.
2004-05-07 23:45:40 +00:00
Jeff Squyres
e4bbefd57b
Fix for bug 845: elminiated an #if/#endif block that is only necessary
...
if we're going to suport non-ANSI compilers (in which case we would
need a corresponding #else block with a set of non-ANSI typedefs),
which we're not going to do. :-)
This commit was SVN r1102.
2004-04-28 01:52:56 +00:00
George Bosilca
d45d74b36c
Add the type for 2 more MPI predefined datatypes: lam_mpi_2cplex and lam_mpi_2dblcplex.
...
This commit was SVN r1100.
2004-04-27 18:26:05 +00:00
Prabhanjan Kambadur
ca48b3962b
Changing some prototypes and also changing the functions. There were some spelling mistakes and other problems. Also commiting the MPI topology functions
...
This commit was SVN r1075.
2004-04-21 20:55:54 +00:00
Jeff Squyres
4be63d8cd2
Forgot to fix op global names, and forgot to add global for op_null.
...
Oops.
This commit was SVN r1063.
2004-04-20 23:10:05 +00:00
Jeff Squyres
7177358f23
Doh! Fix typo.
...
This commit was SVN r1060.
2004-04-20 22:35:13 +00:00
Jeff Squyres
ea6b6c4fd5
- Remove some extraneous ()'s
...
- Add type for MPI_OP_NULL
- Rename global op intrinsics
- Change errhandler globals back to instances, not pointers
This commit was SVN r1059.
2004-04-20 22:18:26 +00:00
Jeff Squyres
49ea6ecf4b
Oops. Need to have a *pointer* to the errhandlers in the mpi.h file,
...
not the actual struct. Duh!
This commit was SVN r1054.
2004-04-20 18:30:15 +00:00
Prabhanjan Kambadur
04fc003dd1
Checking in the files to complete the MPI errhandler functions
...
This commit was SVN r1053.
2004-04-19 23:46:16 +00:00
Brian Barrett
5a826f6ea6
Fix some prototypes for when profiling isn't used
...
This commit was SVN r991.
2004-03-27 06:02:12 +00:00
Edgar Gabriel
44a20d832a
first set of communicator functions. up to now
...
supporting MPI-1 intra-communicators.
The getnextcid function still to be done properly.
This commit was SVN r982.
2004-03-26 20:02:42 +00:00
Tim Woodall
c1ee4fec23
- initial integration with datatypes
...
- p2p mpi i/f functions
- adding doxygen comments
This commit was SVN r976.
2004-03-26 14:15:20 +00:00
George Bosilca
1754d9ab7e
Update the mpi.h file with the new definitions for lam_mpi_* datatypes.
...
Update the ddt engine (still work in progress).
Starting to implement the MPI_ datatype functions.
This commit was SVN r959.
2004-03-25 19:22:50 +00:00
Jeff Squyres
dcfb9f7d43
First cut of mpif.h. Probably still needs heavy modification.
...
This commit was SVN r943.
2004-03-19 17:28:56 +00:00
Jeff Squyres
f871b73606
First cut at mpif.h; probably needs to be heavily modified.
...
This commit was SVN r941.
2004-03-19 17:27:35 +00:00
Jeff Squyres
19629774f0
First cut at error handlers. Still have more to go.
...
This commit was SVN r934.
2004-03-19 06:12:43 +00:00
Jeff Squyres
251f68b94f
Re-separate out the always-installable headers from the
...
LAM-development headers.
This commit was SVN r925.
2004-03-18 21:35:28 +00:00