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 5
5
# -- Verify whether an OpenCoarrays prerequisite meets the required minimum version number.
6
6
#
7
7
# 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.
10
10
# All rights reserved.
11
11
#
12
12
# Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 7
7
# Invokes the chosen Fortran compiler with the received command-line
8
8
# arguments.
9
9
#
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.
12
12
# All rights reserved.
13
13
#
14
14
# Redistribution and use in source and binary forms, with or without
305
305
if [[ ${1} == -[vV] || ${1} == ' --version' ]]; then
306
306
echo " "
307
307
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."
310
310
echo " "
311
311
echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
312
312
echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 2
2
#
3
3
# Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@
4
4
#
5
- # Copyright (c) 2015-2020, Sourcery, Inc.
5
+ # Copyright (c) 2015-2022, Sourcery Institute
6
+ # Copyright (c) 2015-2022, Archaeologic Inc.
6
7
# All rights reserved.
7
8
#
8
9
# Redistribution and use in source and binary forms, with or without
@@ -214,7 +215,8 @@ if ((${#} == 0)); then
214
215
elif [[ " ${1} " == -[vV] || " ${1} " == ' --version' ]]; then
215
216
echo " "
216
217
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."
218
220
echo " "
219
221
echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
220
222
echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 1
1
/* One-sided MPI implementation of Libcaf
2
2
*
3
- * Copyright (c) 2012-2018, Sourcery, Inc.
3
+ * Copyright (c) 2012-2022, Sourcery Institute
4
+ * Copyright (c) 2012-2022, Archaeolgoic Inc.
4
5
* All rights reserved.
5
6
*
6
7
* Redistribution and use in source and binary forms, with or without
25
26
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
27
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
27
28
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
-
36
29
#include <stdio.h>
37
30
#include <stdlib.h>
38
31
#include <string.h> /* For memcpy. */
You can’t perform that action at this time.
0 commit comments