Jeff Squyres
|
e9ed717748
|
First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
pending.
This commit was SVN r3655.
|
2004-11-22 01:38:40 +00:00 |
|
Jeff Squyres
|
a15ba6d59d
|
Arf -- it's not a pointer, it's a boolean.
This commit was SVN r3231.
|
2004-10-20 11:02:57 +00:00 |
|
Jeff Squyres
|
ceafa4d178
|
int->size_t fixes
This commit was SVN r3224.
|
2004-10-19 23:58:12 +00:00 |
|
Edgar Gabriel
|
dccafe7e01
|
a fix for an error to run
Intel tests. The previous version crashed in MPI_Errhandler_set ...
This commit was SVN r2555.
|
2004-09-09 14:38:04 +00:00 |
|
Edgar Gabriel
|
718be11bdb
|
fixing a problem for error handlers as discussed with Jeff a couple of weeks ago. The macros used in the MPI functions have not changed, thus the modifications should be transparent to all other functions.
This commit was SVN r2522.
|
2004-09-06 12:06:27 +00:00 |
|
Jeff Squyres
|
d7f5aea250
|
- Actually return the new errhandler, not OMPI_SUCCESS (duh)
- Fix typo in logic test to properly initialize the new errhandler
This commit was SVN r2365.
|
2004-08-28 16:49:40 +00:00 |
|
Jeff Squyres
|
584252a4b6
|
Move some initial data around that was initializing the wrong members,
and therefore causing tests to fail
This commit was SVN r1811.
|
2004-07-26 22:24:56 +00:00 |
|
Jeff Squyres
|
119e15d22d
|
Removed unused variable
This commit was SVN r1281.
|
2004-06-15 20:27:46 +00:00 |
|
David Daniel
|
563ac2a338
|
First pass of lam -> ompi conversion
This commit was SVN r1191.
|
2004-06-07 15:33:53 +00:00 |
|
George Bosilca
|
94a84cbaff
|
I correct the creation of the MPI_ERROR_ARE_FATAL, MPI_ERRHANDLER_NULL and MPI_ERRORS_RETURN variables. Less code but same effect as the initializer for the lam_errhandler_t insert the errhandler in the array as the previsious code. The only big difference is that now the error handler class is correctly derived from the parent.
This commit was SVN r1108.
|
2004-04-30 20:11:07 +00:00 |
|
Jeff Squyres
|
94e45c07d4
|
Fix typo -- doh!
This commit was SVN r1071.
|
2004-04-21 00:38:11 +00:00 |
|
Jeff Squyres
|
65b9686184
|
- Ensure user-created errhandlers are not marked as intrinsic
- fix typo in comment
This commit was SVN r1064.
|
2004-04-20 23:10:44 +00:00 |
|
Jeff Squyres
|
22cd1bc116
|
Change the public variables back to instances -- not pointers
This commit was SVN r1058.
|
2004-04-20 22:17:20 +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 |
|
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 |
|
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
|
53581e13c6
|
Implemented MPI_Errhandler_f2c and MPI_Errhandler_c2f
This commit was SVN r947.
|
2004-03-19 19:01:09 +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
|
19629774f0
|
First cut at error handlers. Still have more to go.
This commit was SVN r934.
|
2004-03-19 06:12:43 +00:00 |
|