Skip to content

Commit 0157cb4

Browse files
committed
Tracking ci.yml changes from master.
1 parent d5125ea commit 0157cb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,17 +401,17 @@ jobs:
401401
# Testing on CentOS 7 + PGI compilers, which seems to require more workarounds
402402
centos-nvhpc7:
403403
runs-on: ubuntu-latest
404-
name: "🐍 3 • CentOS7 / PGI 20.9 • x64"
404+
name: "🐍 3 • CentOS7 / PGI 22.3 • x64"
405405
container: centos:7
406406

407407
steps:
408408
- uses: actions/checkout@v3
409409

410410
- name: Add Python 3 and a few requirements
411-
run: yum update -y && yum install -y epel-release && yum install -y git python3-devel make environment-modules cmake3
411+
run: yum update -y && yum install -y epel-release && yum install -y git python3-devel make environment-modules cmake3 yum-utils
412412

413413
- name: Install NVidia HPC SDK
414-
run: yum -y install https://developer.download.nvidia.com/hpc-sdk/20.9/nvhpc-20-9-20.9-1.x86_64.rpm https://developer.download.nvidia.com/hpc-sdk/20.9/nvhpc-2020-20.9-1.x86_64.rpm
414+
run: yum-config-manager --add-repo https://developer.download.nvidia.com/hpc-sdk/rhel/nvhpc.repo && yum -y install nvhpc-22.3
415415

416416
# On CentOS 7, we have to filter a few tests (compiler internal error)
417417
# and allow deeper template recursion (not needed on CentOS 8 with a newer
@@ -421,7 +421,7 @@ jobs:
421421
shell: bash
422422
run: |
423423
source /etc/profile.d/modules.sh
424-
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/20.9
424+
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/22.3
425425
cmake3 -S . -B build -DDOWNLOAD_CATCH=ON \
426426
-DCMAKE_CXX_STANDARD=11 \
427427
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \
@@ -658,7 +658,7 @@ jobs:
658658
container: i386/debian:buster
659659

660660
steps:
661-
- uses: actions/checkout@v3
661+
- uses: actions/checkout@v1 # Required to run inside docker
662662

663663
- name: Install requirements
664664
run: |

.github/workflows/ci_sh_def.yml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2022-05-02 12:41:48.573584316 -0700
2-
+++ ci_sh_def.yml 2022-05-02 12:42:27.140839307 -0700
1+
--- ci.yml 2022-05-05 16:12:58.585658042 -0700
2+
+++ ci_sh_def.yml 2022-05-05 16:13:29.421627917 -0700
33
@@ -1,4 +1,16 @@
44
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
 (0)