Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2216: Bump version of cuda image, since 11.2.0 is no longer availabl…
Browse files Browse the repository at this point in the history
…e on dockerhub
JacobDomagala committed Dec 19, 2023

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 39350c0 commit 9f8dd40
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ variables:
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: 11.2.0
COMPILER: 11.2.2
HOST_COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
2 changes: 2 additions & 0 deletions ci/docker/ubuntu-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
@@ -53,7 +53,9 @@ RUN ./mpich.sh 3.3.2 -j4

ARG external_fmt
COPY ./ci/deps/fmt.sh fmt.sh

RUN if test ${external_fmt} -eq 1; then \
chmod +x ./fmt.sh && \
./fmt.sh 7.1.3 -j4; \
fi

2 changes: 1 addition & 1 deletion cmake/load_bundled_libraries.cmake
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ if(${vt_external_fmt})
else()
message(STATUS "vt_external_fmt = ON but fmt_DIR is not provided!")
endif()
find_package(fmt 9.1.0 REQUIRED)
find_package(fmt 7.1.0 REQUIRED)

else()
set(FMT_LIBRARY fmt)
2 changes: 1 addition & 1 deletion scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ vt_tests_num_nodes = 4
[PR-tests-nvcc-11-2-gcc-9]
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
compiler_type = nvidia
compiler = 11.2.0
compiler = 11.2.2
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-11.2-cache

0 comments on commit 9f8dd40

Please sign in to comment.