Skip to content

Commit

Permalink
Merge pull request #11888 from ggouaillardet/topic/session_get_nth_pset
Browse files Browse the repository at this point in the history
mpif-h: add missing declaration in session_get_nth_pset_f()
  • Loading branch information
jsquyres authored Sep 1, 2023
2 parents 1edfdb0 + 234ad2a commit 9f82d1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ompi/mpi/fortran/mpif-h/session_get_nth_pset_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Copyright (c) 2011-2013 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2015-2023 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
*
* $COPYRIGHT$
Expand Down Expand Up @@ -78,6 +78,7 @@ void ompi_session_get_nth_pset_f(MPI_Fint *session, MPI_Fint *info, MPI_Fint *n,
int c_ierr;
MPI_Session c_session;
char c_name[MPI_MAX_PSET_NAME_LEN];
OMPI_SINGLE_NAME_DECL(pset_len);

c_session = PMPI_Session_f2c(*session);

Expand Down

0 comments on commit 9f82d1c

Please sign in to comment.