free MPI Communicators on destruction (#134)
make sure that all communicators that have been created during the runtime of the application are correctly freed again, to avoid memory leaks.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
474112d03c
Коммит
bce329abd6
@@ -223,7 +223,7 @@ class Backend {
|
||||
* @todo document where this is used and try to coalesce this into another
|
||||
* class
|
||||
*/
|
||||
MPI_Comm backend_comm{};
|
||||
MPI_Comm backend_comm{MPI_COMM_NULL};
|
||||
|
||||
/**
|
||||
* @brief Object contains the interface and internal data structures
|
||||
|
||||
Ссылка в новой задаче
Block a user