Vishal Sahay
49c3d1e1ec
Fix warnings due to improper signedness
...
This commit was SVN r980.
2004-03-26 16:18:55 +00:00
Tim Woodall
1bf36c4663
- init fields for valgrind/purify
...
This commit was SVN r979.
2004-03-26 16:15:16 +00:00
Tim Woodall
d521a2dd81
fixed wait
...
This commit was SVN r978.
2004-03-26 16:14:13 +00:00
Tim Woodall
503cf31950
- initialize header size correctly
...
This commit was SVN r977.
2004-03-26 15:06:48 +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
Jeff Squyres
7c19f705eb
Temporary workaround for bug 819 so that one can compile on OS X. The
...
#if 0 added here needs to be removed once bug 819 is fixed.
This commit was SVN r975.
2004-03-26 11:04:18 +00:00
Jeff Squyres
a43db2dfd4
Fix my compiler warnings
...
This commit was SVN r974.
2004-03-26 10:38:16 +00:00
Jeff Squyres
a57c85b31d
No need for stamp* in svn:ignore anymore; there are no more generated
...
files here
This commit was SVN r973.
2004-03-26 10:29:20 +00:00
Brian Barrett
2d35d7981d
turn off -ansi because it breaks things badly on linux
...
This commit was SVN r972.
2004-03-26 07:04:45 +00:00
George Bosilca
bbc67b25c8
Remove nearly all warning when compile with ANSI flag.
...
This commit was SVN r971.
2004-03-26 06:14:18 +00:00
Brian Barrett
1ca7589fd9
* add something in win.c to make compiler shut up
...
* fix win.h so that it compiles
This commit was SVN r970.
2004-03-26 05:32:37 +00:00
Brian Barrett
1cd0bbdbbf
Number of small changes to fix compile warnings. Most of these should be
...
completely harmless
This commit was SVN r969.
2004-03-26 05:00:29 +00:00
Brian Barrett
079affe31d
* turn on -ansi for C code
...
This commit was SVN r968.
2004-03-26 04:59:55 +00:00
Jeff Squyres
0580c57088
Update svn:ignore
...
This commit was SVN r967.
2004-03-26 04:49:34 +00:00
Jeff Squyres
69263505b7
Bunches of changes to make "make dist" work properly
...
This commit was SVN r966.
2004-03-26 04:28:42 +00:00
Jeff Squyres
46d0f47357
Add the "r" number at the end of the version if we're in a SVN tree
...
This commit was SVN r965.
2004-03-26 04:25:54 +00:00
David Daniel
60dc2b7bbe
Changing Doxyfile so that doxygen will scan files matching the
...
pattern *.dox.
Also adding files src/README.dox indicating how to add documentation
to the "main page", and src/mpi/README.dox as an example of adding
a page of supplementary information.
Don't know if there is a "standard" way of doing this, but it seems
to work, and saves us having to stuff too much detail into real
source files.
This commit was SVN r964.
2004-03-26 02:25:41 +00:00
Brian Barrett
4af69e5aca
Turn on pedantic and Wcomment. No more C++ comments in C code ;)
...
This commit was SVN r963.
2004-03-25 21:34:42 +00:00
Brian Barrett
0454bd7cc2
Fix some C++ style comments in C code
...
This commit was SVN r962.
2004-03-25 21:31:43 +00:00
Brian Barrett
5f71a8e395
The gcc extension to verify printf argument list types at compile time appears not to understand that any pointer should automatically be downcast to a void* without warning. Help the compiler out a little bit.
...
This commit was SVN r961.
2004-03-25 21:19:33 +00:00
Brian Barrett
82cada0e2d
* add headers for BSD-based systems
...
* clean up some warnings with -pedantic
This commit was SVN r960.
2004-03-25 21:00:58 +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
George Bosilca
36f890a6a6
Include the errno.h file to have the definition of errno.
...
This commit was SVN r958.
2004-03-25 19:19:16 +00:00
George Bosilca
be14710283
Remove all C++ variable definitions from the <blink>C</blink> code !!!
...
This commit was SVN r957.
2004-03-25 19:18:13 +00:00
George Bosilca
4e5be3a5d2
Correct the PMPI declaration.
...
This commit was SVN r956.
2004-03-25 19:10:41 +00:00
Jeff Squyres
7544d591cf
Remove no-longer-used configure option
...
This commit was SVN r955.
2004-03-24 14:49:04 +00:00
Vishal Sahay
c00d43e77c
Add additional functions to the hash to enable iterating thorugh the hash elements as in a list
...
This commit was SVN r954.
2004-03-24 01:54:59 +00:00
Vishal Sahay
7bb2e7e3ba
Add functionality to copy/delete all attributes at once, to be used by functions like MPI_*_DUP, MPI_*_FREE
...
This commit was SVN r953.
2004-03-23 23:44:53 +00:00
Rich Graham
c6f6c52f5b
add MPI error handling.
...
This commit was SVN r952.
2004-03-22 21:42:12 +00:00
Jeff Squyres
b3d4735fc2
Add an extra line that carries a lot of weight. :-)
...
This commit was SVN r951.
2004-03-20 02:40:57 +00:00
Jeff Squyres
765fd3f4f8
Oops -- these should actually be size_t, not int.
...
This commit was SVN r950.
2004-03-20 01:55:10 +00:00
Jeff Squyres
cfe2bd2427
Convert to use an accessor function (lam_pointer_array_get_size()) so
...
that we hide the internal member field
This commit was SVN r949.
2004-03-20 01:54:18 +00:00
Jeff Squyres
f31f7fc207
Finalize errhandler doxygen docs
...
This commit was SVN r948.
2004-03-20 00:53:55 +00:00
Jeff Squyres
53581e13c6
Implemented MPI_Errhandler_f2c and MPI_Errhandler_c2f
...
This commit was SVN r947.
2004-03-19 19:01:09 +00:00
Jeff Squyres
aac803a3cb
Return MPI_GROUP_NULL, not NULL.
...
This commit was SVN r946.
2004-03-19 19:00:28 +00:00
Jeff Squyres
c296eaacc7
A few more errhandler things; should be complete for comms now (still
...
have fortran issues to do)
This commit was SVN r945.
2004-03-19 18:01:03 +00:00
Jeff Squyres
f83a8fb659
Some more errhandler stuff, including updated invocation macros in
...
errhandler/errhandler.h.
This commit was SVN r944.
2004-03-19 17:29:39 +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
Tim Woodall
7774c2d11e
resolved compiler warning
...
This commit was SVN r942.
2004-03-19 17:28:53 +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
Edgar Gabriel
4e77d33a5e
updated checklist.txt
...
This commit was SVN r940.
2004-03-19 17:26:53 +00:00
Jeff Squyres
6fa5b23df8
Checklist of MPI functions so that we can know when we are done ;-)
...
This commit was SVN r939.
2004-03-19 17:18:49 +00:00
Vishal Sahay
af4a977a21
Change references to keyhash according to the comm/datatype/win object -- append a prefix to keyhash in the respective structure
...
This commit was SVN r938.
2004-03-19 16:34:09 +00:00
Jeff Squyres
03a4898a4d
Really correct the group create logic this time. Really.
...
This commit was SVN r937.
2004-03-19 14:25:08 +00:00
Jeff Squyres
5a1bc373a3
Change the pointer array functions to return LAM_ERROR instead of -1
...
This commit was SVN r936.
2004-03-19 14:15:16 +00:00
Tim Woodall
61f9cc7792
cleanup compiler warnings/errors
...
This commit was SVN r935.
2004-03-19 14:08:34 +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
5e67eb96c8
- Update for new global function name (lam_group_allocate)
...
- Silence some minor compiler warnings
This commit was SVN r933.
2004-03-19 06:11:48 +00:00
Jeff Squyres
b9b207888e
Silence compiler warnings
...
This commit was SVN r932.
2004-03-19 06:11:00 +00:00
Jeff Squyres
72504c96f6
- Fix bug that didn't enable picky compiler in svn checkouts (oops)
...
- Remove all searches for "CVS" directories
This commit was SVN r931.
2004-03-19 06:07:54 +00:00