1
1
Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
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