From b7c0ec5a31e0ae82d438730cd77afd43eed2995a Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:54:20 -0700 Subject: [PATCH] trying to fix line spacing in dropdown --- docs/Users_Guide/installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 44ecb581c4..883dcd37db 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -217,17 +217,28 @@ Environment Variable Descriptions following environment variables if using the Intel compilers: For non-oneAPI Intel compilers: + export FC=ifort + export F77=ifort + export F90=ifort + export CC=icc + export CXX=icpc + For oneAPI Intel compilers: + export FC=ifx + export F77=ifx + export F90=ifx + export CC=icx + export CXX=icpx This is due to the machines allowing users to load a module but not setting these environment