Skip to content

Commit 5543b19

Browse files
committed
fortran/use-mpi-tkr: rename mpi-f90-cptr-interfaces.F90 into mpi-f90-cptr-interfaces.h
this file is meant to be included and not compiled, so use a consistent naming Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 2b18044 commit 5543b19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ompi/mpi/fortran/use-mpi-tkr/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
1414
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
1515
# reserved.
16-
# Copyright (c) 2014-2015 Research Organization for Information Science
16+
# Copyright (c) 2014-2016 Research Organization for Information Science
1717
# and Technology (RIST). All rights reserved.
1818
# Copyright (c) 2016 IBM Corporation. All rights reserved.
1919
# $COPYRIGHT$
@@ -59,7 +59,7 @@ lib_LTLIBRARIES += lib@OMPI_LIBMPI_NAME@_usempi.la
5959
mpi.lo: mpi.F90
6060
mpi.lo: mpi-f90-interfaces.h
6161
mpi.lo: $(top_builddir)/ompi/mpi/fortran/configure-fortran-output.h
62-
mpi.lo: mpi-f90-cptr-interfaces.F90
62+
mpi.lo: mpi-f90-cptr-interfaces.h
6363

6464
# Per MPI-3 p610:34-41, if we're building a TKR mpi module, we should
6565
# not build any interfaces for MPI subroutines that take a choice
@@ -162,5 +162,5 @@ endif
162162

163163
EXTRA_DIST = \
164164
mpi-f90-interfaces.h \
165-
mpi-f90-cptr-interfaces.F90
165+
mpi-f90-cptr-interfaces.h
166166

ompi/mpi/fortran/use-mpi-tkr/mpi.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module mpi
4343
! this compiler may or may not support). We use an "if" preprocessor
4444
! macro in this file, so we need to use the preprocessor include
4545
! directive, not the Fortran include.
46-
#include "mpi-f90-cptr-interfaces.F90"
46+
#include "mpi-f90-cptr-interfaces.h"
4747

4848
! This file is generated, and is *huge*. Its size is directly related
4949
! to the --with-f90-max-array-dim configure parameter.

0 commit comments

Comments
 (0)