Skip to content

Commit

Permalink
take 3 fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich authored Jan 16, 2024
1 parent 2948310 commit 18873cf
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,22 +216,20 @@ Environment Variable Descriptions
It is necessary for the user to specify (in the install_met_env.<machine> config file) the
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
| 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
variables as expected, leading to failed installations. For user convenience, additional
Expand Down

0 comments on commit 18873cf

Please sign in to comment.