a minor change

This commit is contained in:
Ruipeng Li 2022-03-09 14:29:22 -08:00
parent 1dc1261fe8
commit 86dae0be5b

View File

@ -629,7 +629,7 @@ hypre_ParCSRCommHandleDestroy( hypre_ParCSRCommHandle *comm_handle )
status0 = hypre_CTAlloc(hypre_MPI_Status,
hypre_ParCSRCommHandleNumRequests(comm_handle), HYPRE_MEMORY_HOST);
#if defined(HYPRE_USING_NVTX)
hypre_GpuProfilingPushRange("MPI_Waitall");
hypre_GpuProfilingPushRange("hypre_MPI_Waitall");
#endif
hypre_MPI_Waitall(hypre_ParCSRCommHandleNumRequests(comm_handle),
hypre_ParCSRCommHandleRequests(comm_handle), status0);