File tree 2 files changed +7
-4
lines changed
2 files changed +7
-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.11 • x64"
249
249
container : centos:8
250
250
251
251
steps :
@@ -260,13 +260,16 @@ 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 : >
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
264
267
265
268
- name : Configure
266
269
shell : bash
267
270
run : |
268
271
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
270
273
cmake -S . -B build -DDOWNLOAD_CATCH=ON -DCMAKE_CXX_STANDARD=14 -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
271
274
272
275
- 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