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.
Этот коммит содержится в:
Edgar Gabriel
2025-05-20 09:59:00 -05:00
коммит произвёл GitHub
родитель 474112d03c
Коммит bce329abd6
6 изменённых файлов: 19 добавлений и 8 удалений
+1 -1
Просмотреть файл
@@ -422,7 +422,7 @@ __host__ int rocshmem_team_split_strided(
* not */
backend->team_tracker.track(*new_team);
}
MPI_Comm_free (&team_comm);
return 0;
}