fix Win_flush prototype in function table (#289)
the bug was exposed when trying to compile a backend with HDP flush
support.
[ROCm/rocshmem commit: e2c6bb8bd4]
This commit is contained in:
gecommit door
GitHub
bovenliggende
d37af80d7e
commit
3eadf8cc62
@@ -71,7 +71,7 @@ struct mpilib_funcs_t {
|
||||
int (*Ibarrier)(MPI_Comm comm, MPI_Request *request);
|
||||
int (*Win_create)(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, MPI_Win *win);
|
||||
int (*Win_free)(MPI_Win *win);
|
||||
int (*Win_flush)(MPI_Win win);
|
||||
int (*Win_flush)(int rank, MPI_Win win);
|
||||
int (*Win_flush_all)(MPI_Win win);
|
||||
int (*Win_flush_local)(int rank, MPI_Win win);
|
||||
int (*Win_lock)(int lock_type, int rank, int mpi_assert, MPI_Win win);
|
||||
|
||||
Verwijs in nieuw issue
Block a user