Skip to content

Commit 8bc8102

Browse files
committed
ci: update to PGI 20.11, drop 20.7
1 parent bc853ff commit 8bc8102

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
# Testing CentOS 8 + PGI compilers
246246
centos-nvhpc8:
247247
runs-on: ubuntu-latest
248-
name: "🐍 3 • CentOS8 / PGI 20.7 • x64"
248+
name: "🐍 3 • CentOS8 / PGI 20.11 • x64"
249249
container: centos:8
250250

251251
steps:
@@ -260,13 +260,16 @@ jobs:
260260
python3 -m pip install cmake --prefer-binary
261261
262262
- name: Install NVidia HPC SDK
263-
run: yum -y install https://developer.download.nvidia.com/hpc-sdk/nvhpc-20-7-20.7-1.x86_64.rpm https://developer.download.nvidia.com/hpc-sdk/nvhpc-2020-20.7-1.x86_64.rpm
263+
run: >
264+
yum -y install
265+
https://developer.download.nvidia.com/hpc-sdk/20.11/nvhpc-20-11-20.11-1.x86_64.rpm
266+
https://developer.download.nvidia.com/hpc-sdk/20.11/nvhpc-2020-20.11-1.x86_64.rpm
264267
265268
- name: Configure
266269
shell: bash
267270
run: |
268271
source /etc/profile.d/modules.sh
269-
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/20.7
272+
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/20.11
270273
cmake -S . -B build -DDOWNLOAD_CATCH=ON -DCMAKE_CXX_STANDARD=14 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
271274
272275
- name: Build

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Supported compilers
137137
(`possible issue <https://github.com/pybind/pybind11/pull/2573>`_ on 20.2)
138138
5. Cygwin/GCC (tested on 2.5.1)
139139
6. NVCC (CUDA 11.0 tested)
140-
7. NVIDIA PGI (20.7 and 20.9 tested)
140+
7. NVIDIA PGI (20.11 and 20.9 tested)
141141

142142
About
143143
-----

0 commit comments

Comments
 (0)