File tree Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 55# -- Verify whether an OpenCoarrays prerequisite meets the required minimum version number.
66#
77# OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
8- # Copyright (c) 2015-2020 , Sourcery, Inc.
9- # Copyright (c) 2015-2020, Sourcery Institute
8+ # Copyright (c) 2015-2022 , Sourcery Institute
9+ # Copyright (c) 2015-2022, Archaeologic Inc.
1010# All rights reserved.
1111#
1212# Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 77# Invokes the chosen Fortran compiler with the received command-line
88# arguments.
99#
10- # Copyright (c) 2015-2020 , Sourcery Institute
11- # Copyright (c) 2015-2020, Sourcery, Inc.
10+ # Copyright (c) 2015-2022 , Sourcery Institute
11+ # Copyright (c) 2015-2022, Archaeologic Inc.
1212# All rights reserved.
1313#
1414# Redistribution and use in source and binary forms, with or without
305305if [[ ${1} == -[vV] || ${1} == ' --version' ]]; then
306306 echo " "
307307 echo " OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version} )"
308- echo " Copyright (C) 2015-2020 Sourcery Institute"
309- echo " Copyright (C) 2015-2020 Sourcery, Inc."
308+ echo " Copyright (C) 2015-2022 Sourcery Institute"
309+ echo " Copyright (C) 2015-2022 Archaeologic Inc."
310310 echo " "
311311 echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
312312 echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 22#
33# Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@
44#
5- # Copyright (c) 2015-2020, Sourcery, Inc.
5+ # Copyright (c) 2015-2022, Sourcery Institute
6+ # Copyright (c) 2015-2022, Archaeologic Inc.
67# All rights reserved.
78#
89# Redistribution and use in source and binary forms, with or without
@@ -214,7 +215,8 @@ if ((${#} == 0)); then
214215elif [[ " ${1} " == -[vV] || " ${1} " == ' --version' ]]; then
215216 echo " "
216217 echo " OpenCoarrays Coarray Fortran Executable Launcher (cafrun version ${caf_version} )"
217- echo " Copyright (C) 2015-2020 Sourcery, Inc."
218+ echo " Copyright (C) 2015-2022 Sourcery Institute"
219+ echo " Copyright (C) 2015-2022 Archaeologic Inc."
218220 echo " "
219221 echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
220222 echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 11/* One-sided MPI implementation of Libcaf
22*
3- * Copyright (c) 2012-2018, Sourcery, Inc.
3+ * Copyright (c) 2012-2022, Sourcery Institute
4+ * Copyright (c) 2012-2022, Archaeolgoic Inc.
45* All rights reserved.
56*
67* Redistribution and use in source and binary forms, with or without
2526* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2627* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
2728
28- /****l* mpi/mpi_caf.c
29- * NAME
30- * mpi_caf
31- * SYNOPSIS
32- * This program implements the LIBCAF_MPI transport layer.
33- ******
34- */
35-
3629#include <stdio.h>
3730#include <stdlib.h>
3831#include <string.h> /* For memcpy. */
You can’t perform that action at this time.
0 commit comments