Skip to content

Commit

Permalink
take 2 fixing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich authored Jan 16, 2024
1 parent b7c0ec5 commit 2948310
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,28 +218,20 @@ Environment Variable Descriptions

For non-oneAPI Intel compilers:

export FC=ifort

export F77=ifort

export F90=ifort

export CC=icc

export CXX=icpc
| 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
| 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
variables as expected, leading to failed installations. For user convenience, additional
Expand Down

0 comments on commit 2948310

Please sign in to comment.