Skip to content

Commit

Permalink
fortran/use-mpi-tkr: remove old kruft
Browse files Browse the repository at this point in the history
These subroutines are no longer referenced in the "mpi" module
interface; remove them.

I *believe* that these subroutines may have been kept for ABI /
backwards linking compatibility at one point.  But for Open MPI
v5.0.0, we're breaking ABI, so these old symbols do not need to be
maintained any more.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Oct 1, 2021
1 parent 2798fd8 commit 9865f3a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 242 deletions.
7 changes: 1 addition & 6 deletions ompi/mpi/fortran/use-mpi-tkr/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006-2019 Cisco Systems, Inc. All rights reserved
# Copyright (c) 2006-2021 Cisco Systems, Inc. All rights reserved
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
# reserved.
# Copyright (c) 2014-2021 Research Organization for Information Science
Expand Down Expand Up @@ -87,11 +87,6 @@ lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES = \
mpi.F90 \
mpi_aint_add_f90.f90 \
mpi_aint_diff_f90.f90 \
mpi_comm_spawn_multiple_f90.f90 \
mpi_testall_f90.f90 \
mpi_testsome_f90.f90 \
mpi_waitall_f90.f90 \
mpi_waitsome_f90.f90 \
mpi_wtick_f90.f90 \
mpi_wtime_f90.f90

Expand Down
60 changes: 0 additions & 60 deletions ompi/mpi/fortran/use-mpi-tkr/mpi_comm_spawn_multiple_f90.f90

This file was deleted.

43 changes: 0 additions & 43 deletions ompi/mpi/fortran/use-mpi-tkr/mpi_testall_f90.f90

This file was deleted.

47 changes: 0 additions & 47 deletions ompi/mpi/fortran/use-mpi-tkr/mpi_testsome_f90.f90

This file was deleted.

39 changes: 0 additions & 39 deletions ompi/mpi/fortran/use-mpi-tkr/mpi_waitall_f90.f90

This file was deleted.

47 changes: 0 additions & 47 deletions ompi/mpi/fortran/use-mpi-tkr/mpi_waitsome_f90.f90

This file was deleted.

0 comments on commit 9865f3a

Please sign in to comment.