File tree 36 files changed +73
-69
lines changed 36 files changed +73
-69
lines changed Original file line number Diff line number Diff line change 10
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
11
# All rights reserved.
12
12
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
13
- # Copyright (c) 2015 Research Organization for Information Science
13
+ # Copyright (c) 2015-2017 Research Organization for Information Science
14
14
# and Technology (RIST). All rights reserved.
15
15
# $COPYRIGHT$
16
16
#
@@ -45,7 +45,7 @@ libmpi_fortran_base_la_SOURCES = \
45
45
constants.h \
46
46
datarep.h \
47
47
fint_2_int.h \
48
- strings .h \
48
+ fortran_base_strings .h \
49
49
attr_fn_f.c \
50
50
conversion_fn_null_f.c \
51
51
f90_accessors.c \
File renamed without changes.
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
13
+ * Copyright (c) 2017 Research Organization for Information Science
14
+ * and Technology (RIST). All rights reserved.
13
15
* $COPYRIGHT$
14
16
*
15
17
* Additional copyrights may follow
25
27
26
28
#include "ompi/constants.h"
27
29
#include "opal/util/argv.h"
28
- #include "ompi/mpi/fortran/base/strings .h"
30
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
29
31
30
32
31
33
/*
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/mpi/fortran/base/constants.h"
26
- #include "ompi/mpi/fortran/base/strings .h"
26
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
27
27
#include "ompi/communicator/communicator.h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
27
27
#if OMPI_BUILD_MPI_PROFILING
28
28
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
27
27
#if OMPI_BUILD_MPI_PROFILING
28
28
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
27
27
#if OMPI_BUILD_MPI_PROFILING
28
28
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/constants.h"
27
27
#include "ompi/communicator/communicator.h"
28
28
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/mpi/fortran/base/constants.h"
26
- #include "ompi/mpi/fortran/base/strings .h"
26
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
27
27
#include "opal/util/argv.h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* Copyright (c) 2016 Los Alamos National Security, LLC. All rights
16
16
* reserved.
25
25
26
26
#include "ompi/mpi/fortran/mpif-h/bindings.h"
27
27
#include "ompi/mpi/fortran/base/constants.h"
28
- #include "ompi/mpi/fortran/base/strings .h"
28
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
29
29
#include "opal/util/argv.h"
30
30
31
31
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/constants.h"
27
27
#include "ompi/communicator/communicator.h"
28
28
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/file/file.h"
27
27
28
28
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/file/file.h"
27
27
28
28
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/file/file.h"
27
27
28
28
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
#include "ompi/file/file.h"
27
27
28
28
#if OMPI_BUILD_MPI_PROFILING
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
22
22
#include "ompi_config.h"
23
23
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
- #include "ompi/mpi/fortran/base/strings .h"
25
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
26
26
27
27
#if OMPI_BUILD_MPI_PROFILING
28
28
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
12
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13
- * Copyright (c) 2015 Research Organization for Information Science
13
+ * Copyright (c) 2015-2017 Research Organization for Information Science
14
14
* and Technology (RIST). All rights reserved.
15
15
* $COPYRIGHT$
16
16
*
24
24
#include "ompi/mpi/fortran/mpif-h/bindings.h"
25
25
#include "ompi/constants.h"
26
26
#include "ompi/communicator/communicator.h"
27
- #include "ompi/mpi/fortran/base/strings .h"
27
+ #include "ompi/mpi/fortran/base/fortran_base_strings .h"
28
28
29
29
#if OMPI_BUILD_MPI_PROFILING
30
30
#if OPAL_HAVE_WEAK_SYMBOLS
You can’t perform that action at this time.
0 commit comments