mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-05-01 11:58:19 +08:00
Added missing MPI_Comm_free() call before MPI_Finalize()
This commit is contained in:
parent
1292b25553
commit
c6afef0b6f
@ -1056,6 +1056,7 @@ testResult_t run() {
|
||||
PRINT("# Avg bus bandwidth : %g %s\n", bw[0], check_avg_bw == -1 ? "" : (bw[0] < check_avg_bw*(0.9) ? "FAILED" : "OK"));
|
||||
PRINT("#\n");
|
||||
#ifdef MPI_SUPPORT
|
||||
MPI_Comm_free(&mpi_comm);
|
||||
MPI_Finalize();
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user