Closing the output stream
This commit was SVN r1523.
Этот коммит содержится в:
родитель
97bed7c0d4
Коммит
77bbd609d8
@ -6,6 +6,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "util/output.h"
|
||||
#include "include/constants.h"
|
||||
#include "mca/mca.h"
|
||||
#include "mca/base/base.h"
|
||||
@ -29,6 +30,9 @@ int mca_coll_base_close(void)
|
||||
mca_coll_base_components_available_valid = false;
|
||||
}
|
||||
|
||||
/* Close the output stream for this framework */
|
||||
ompi_output_close(mca_coll_base_output);
|
||||
|
||||
/* All done */
|
||||
|
||||
return OMPI_SUCCESS;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user