From 9397e11c6ff7e8bb852648755ef7fb3ae60a4079 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 1 Apr 2020 20:57:43 -0400 Subject: [PATCH] fix issue in README file --- tools/singularity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/singularity/README.md b/tools/singularity/README.md index ac7c64f1fc..15c4ffe4b4 100644 --- a/tools/singularity/README.md +++ b/tools/singularity/README.md @@ -51,6 +51,6 @@ make | fedora30_mingw.def | Fedora 30 with MinGW cross-compiler toolchain | | ubuntu16.04.def | Ubuntu 16.04LTS with default MPI == OpenMPI | | ubuntu18.04.def | Ubuntu 18.04LTS with default MPI == OpenMPI | -| ubuntu18.04_amd_nvidia.def | Ubuntu 18.04LTS with Nvidia CUDA 10.2 toolkit | | ubuntu18.04_amd_rocm.def | Ubuntu 18.04LTS with AMD ROCm toolkit | +| ubuntu18.04_nvidia.def | Ubuntu 18.04LTS with Nvidia CUDA 10.2 toolkit | | ubuntu18.04_intel_opencl.def | Ubuntu 18.04LTS with Intel OpenCL runtime |