Skip to content

Commit e960a8e

Browse files
authored
Merge branch 'develop' into feat/launcher-modifiers
2 parents 9eb8409 + 98d8124 commit e960a8e

File tree

191 files changed

+336
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+336
-221
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2023 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2016-2022, Swiss National Supercomputing Center (CSCS/ETH Zurich)
3+
Copyright (c) 2016-2024, Swiss National Supercomputing Center (CSCS/ETH Zurich)
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

bin/reframe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# PYTHON_ARGCOMPLETE_OK
33
#
4-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
4+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
55
# ReFrame Project Developers. See the top-level LICENSE file for details.
66
#
77
# SPDX-License-Identifier: BSD-3-Clause

bootstrap.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
3+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
44
# ReFrame Project Developers. See the top-level LICENSE file for details.
55
#
66
# SPDX-License-Identifier: BSD-3-Clause
@@ -105,6 +105,11 @@ else
105105
get_pip_url="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
106106
fi
107107

108+
if ! type "curl" > /dev/null 2>&1; then
109+
echo -e "could not find \`curl': please install curl and try again"
110+
exit 1
111+
fi
112+
108113
INFO "curl -s $get_pip_url | $python"
109114
curl -s $get_pip_url | $python
110115

ci-scripts/configs/lmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

ci-scripts/configs/spack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

ci-scripts/configs/tmod32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

ci-scripts/configs/tmod4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

ci-scripts/genrelnotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
3+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
44
# ReFrame Project Developers. See the top-level LICENSE file for details.
55
#
66
# SPDX-License-Identifier: BSD-3-Clause

config/cscs-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
1+
# Copyright 2016-2024 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
22
# ReFrame Project Developers. See the top-level LICENSE file for details.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)