File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245
245
# Testing CentOS 8 + PGI compilers
246
246
centos-nvhpc8 :
247
247
runs-on : ubuntu-latest
248
- name : " 🐍 3 • CentOS8 / PGI 20.7 • x64"
248
+ name : " 🐍 3 • CentOS8 / PGI 20.9 • x64"
249
249
container : centos:8
250
250
251
251
steps :
@@ -260,13 +260,13 @@ jobs:
260
260
python3 -m pip install cmake --prefer-binary
261
261
262
262
- 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 : yum -y install https://developer.download.nvidia.com/hpc-sdk/nvhpc-20-11 -20.11 -1.x86_64.rpm https://developer.download.nvidia.com/hpc-sdk/nvhpc-2020-20.11 -1.x86_64.rpm
264
264
265
265
- name : Configure
266
266
shell : bash
267
267
run : |
268
268
source /etc/profile.d/modules.sh
269
- module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/20.7
269
+ module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/20.11
270
270
cmake -S . -B build -DDOWNLOAD_CATCH=ON -DCMAKE_CXX_STANDARD=14 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
271
271
272
272
- name : Build
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Supported compilers
137
137
(`possible issue <https://github.com/pybind/pybind11/pull/2573 >`_ on 20.2)
138
138
5. Cygwin/GCC (tested on 2.5.1)
139
139
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)
141
141
142
142
About
143
143
-----
You can’t perform that action at this time.
0 commit comments