1
1

Don't forget to finalize the selected module during shutdown.

This commit was SVN r613.
Этот коммит содержится в:
Jeff Squyres 2004-01-30 22:28:32 +00:00
родитель dae32f6e58
Коммит 34df3d80b8

Просмотреть файл

@ -17,6 +17,12 @@ int mca_pml_base_close(void)
{
extern lam_list_t mca_pml_base_modules_available;
/* Blatently ignore the return code (what would we do to recover,
anyway? This module is going away, so errors don't matter
anymore) */
mca_pml.pml_finalize();
/* Close all remaining available modules (may be one if this is a
LAM RTE program, or [possibly] multiple if this is laminfo) */