File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
4
4
! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
5
5
! All rights reserved.
6
+ ! Copyright (c) 2018 Research Organization for Information Science
7
+ ! and Technology (RIST). All rights reserved.
6
8
!
7
9
! $COPYRIGHT$
8
10
!
47
49
! Line 2 of the ignore TKR syntax
48
50
#define OMPI_FORTRAN_IGNORE_TKR_TYPE @OMPI_FORTRAN_IGNORE_TKR_TYPE@
49
51
52
+
53
+ #define OMPI_FORTRAN_BUILD_SIZEOF @OMPI_FORTRAN_BUILD_SIZEOF@
50
54
! Integers
51
55
52
56
#define OMPI_HAVE_FORTRAN_INTEGER1 @OMPI_HAVE_FORTRAN_INTEGER1@
Original file line number Diff line number Diff line change 10
10
# University of Stuttgart. All rights reserved.
11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# All rights reserved.
13
- # Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
13
+ # Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved
14
14
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
15
15
# reserved.
16
16
# Copyright (c) 2014-2016 Research Organization for Information Science
@@ -90,6 +90,7 @@ nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
90
90
mpi-tkr-sizeof.h \
91
91
mpi-tkr-sizeof.f90
92
92
endif
93
+ mpi.lo : $(nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES )
93
94
94
95
# Note that we invoke some OPAL functions directly in
95
96
# libmpi_usempi.la, so we need to link in the OPAL library directly
You can’t perform that action at this time.
0 commit comments