Skip to content

Commit 9f8dd40

Browse files
committed
#2216: Bump version of cuda image, since 11.2.0 is no longer available on dockerhub
1 parent 39350c0 commit 9f8dd40

4 files changed

+5
-3
lines changed

ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variables:
2727
ARCH: amd64
2828
UBUNTU: 20.04
2929
COMPILER_TYPE: nvidia
30-
COMPILER: 11.2.0
30+
COMPILER: 11.2.2
3131
HOST_COMPILER: gcc-9
3232
BUILD_TYPE: release
3333
ULIMIT_CORE: 0

ci/docker/ubuntu-nvidia-cpp.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ RUN ./mpich.sh 3.3.2 -j4
5353

5454
ARG external_fmt
5555
COPY ./ci/deps/fmt.sh fmt.sh
56+
5657
RUN if test ${external_fmt} -eq 1; then \
58+
chmod +x ./fmt.sh && \
5759
./fmt.sh 7.1.3 -j4; \
5860
fi
5961

cmake/load_bundled_libraries.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(${vt_external_fmt})
2828
else()
2929
message(STATUS "vt_external_fmt = ON but fmt_DIR is not provided!")
3030
endif()
31-
find_package(fmt 9.1.0 REQUIRED)
31+
find_package(fmt 7.1.0 REQUIRED)
3232

3333
else()
3434
set(FMT_LIBRARY fmt)

scripts/workflows-azure.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ vt_tests_num_nodes = 4
7979
[PR-tests-nvcc-11-2-gcc-9]
8080
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
8181
compiler_type = nvidia
82-
compiler = 11.2.0
82+
compiler = 11.2.2
8383
host_compiler = gcc-9
8484
distro = 20.04
8585
cache_name = ubuntu-nvidia-11.2-cache

0 commit comments

Comments
 (0)