File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
44! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
55! All rights reserved.
6+ ! Copyright (c) 2018 Research Organization for Information Science
7+ ! and Technology (RIST). All rights reserved.
68!
79! $COPYRIGHT$
810!
4749! Line 2 of the ignore TKR syntax
4850#define OMPI_FORTRAN_IGNORE_TKR_TYPE @OMPI_FORTRAN_IGNORE_TKR_TYPE@
4951
52+
53+ #define OMPI_FORTRAN_BUILD_SIZEOF @OMPI_FORTRAN_BUILD_SIZEOF@
5054! Integers
5155
5256#define OMPI_HAVE_FORTRAN_INTEGER1 @OMPI_HAVE_FORTRAN_INTEGER1@
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ if BUILD_FORTRAN_SIZEOF
8585nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
8686 mpi-tkr-sizeof.h \
8787 mpi-tkr-sizeof.f90
88+
89+ mpi.lo : mpi-tkr-sizeof.h
8890endif
8991
9092# Note that we invoke some OPAL functions directly in
You can’t perform that action at this time.
0 commit comments