File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ompi/mpi/fortran/use-mpi-tkr Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
14
14
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
15
15
# reserved.
16
- # Copyright (c) 2014-2015 Research Organization for Information Science
16
+ # Copyright (c) 2014-2016 Research Organization for Information Science
17
17
# and Technology (RIST). All rights reserved.
18
18
# Copyright (c) 2016 IBM Corporation. All rights reserved.
19
19
# $COPYRIGHT$
@@ -59,7 +59,7 @@ lib_LTLIBRARIES += lib@OMPI_LIBMPI_NAME@_usempi.la
59
59
mpi.lo : mpi.F90
60
60
mpi.lo : mpi-f90-interfaces.h
61
61
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
63
63
64
64
# Per MPI-3 p610:34-41, if we're building a TKR mpi module, we should
65
65
# not build any interfaces for MPI subroutines that take a choice
@@ -162,5 +162,5 @@ endif
162
162
163
163
EXTRA_DIST = \
164
164
mpi-f90-interfaces.h \
165
- mpi-f90-cptr-interfaces.F90
165
+ mpi-f90-cptr-interfaces.h
166
166
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module mpi
43
43
! this compiler may or may not support). We use an "if" preprocessor
44
44
! macro in this file, so we need to use the preprocessor include
45
45
! directive, not the Fortran include.
46
- #include " mpi-f90-cptr-interfaces.F90 "
46
+ #include " mpi-f90-cptr-interfaces.h "
47
47
48
48
! This file is generated, and is *huge*. Its size is directly related
49
49
! to the --with-f90-max-array-dim configure parameter.
You can’t perform that action at this time.
0 commit comments