From 57e059bdea16161f965c6ed9cbb58b7e7ced7518 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Tue, 16 Jan 2024 00:24:14 -0600 Subject: [PATCH] Small clean up of docs --- docs/build.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index bffbc9d9..4c515b0a 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -84,7 +84,7 @@ It will look like this $ cat ~/.spack/repos.yaml repos: - - /some/path/here//spack-repo + - /some/path/here/spack-repo - $spack/var/spack/repos/builtin @@ -113,13 +113,6 @@ This step will build and install the dependencies via spack. spack install -j 8 # number of parallel builds, adjust accordingly -Intel MKL -~~~~~~~~~ - -.. warning:: - Using MKL with Trilinos is not supported as the final CHM link will conflict with the internal BLAS in GSL. - - Build CHM ***********