1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Fixes to SHMEM comms

This commit is contained in:
Christopher Kelly
2017-02-28 13:31:54 -08:00
parent 96d44d5c55
commit 06a132e3f9
4 changed files with 32 additions and 14 deletions

View File

@ -390,6 +390,9 @@ void Grid_finalize(void)
MPI_Finalize();
Grid_unquiesce_nodes();
#endif
#if defined (GRID_COMMS_SHMEM)
shmem_finalize();
#endif
}
void * Grid_backtrace_buffer[_NBACKTRACE];