Skip to content

Commit

Permalink
master Fix Intel build on Cheyenne and ReadTheDocs build (#74)
Browse files Browse the repository at this point in the history
* Modify README_cheyenne_intel.txt to build with Intel
Use older version of sphinx-bibtex, since the newest release version 2.0.0
is incompatible.

* Fix invalid requirement for sphinxcontrib-bibtex

* Modifications to README for Orion Intel
  • Loading branch information
JulieSchramm authored Dec 17, 2020
1 parent eb91f12 commit ebe1f8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README_cheyenne_intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module load cmake/3.16.4

module use /glade/p/ral/jntp/GMTB/tools/hpc-stack-nco-20201113/modulefiles/stack
module load hpc/1.0.0-beta1
module load hpc-intel/18.0.5.274
module load hpc-impi/2018.0.4
module load hpc-intel/19.1.1
module load hpc-mpt/2.22
module load jasper/2.0.22
module load zlib/1.2.11
module load png/1.6.35
Expand Down
7 changes: 4 additions & 3 deletions docs/README_orion_intel.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Setup instructions for MSU Orion using Intel-19.1.0.166 (bash shell)
#Setup instructions for MSU Orion using Intel-18.0.5 (bash shell)

module load contrib noaatools

Expand All @@ -7,8 +7,9 @@ module load cmake/3.17.3
module use /apps/contrib/NCEP/test/hpc-stack-nco/modulefiles/stack

module load hpc/1.0.0-beta1
module load hpc-intel/18.0.5.274
module load hpc-impi/2018.0.4
module load hpc-intel/2018.4
module load hpc-impi/2018.4

module load jasper/2.0.22
module load zlib/1.2.11
module load png/1.6.35
Expand Down
2 changes: 1 addition & 1 deletion docs/UsersGuide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinxcontrib-bibtex
sphinxcontrib-bibtex<2.0.0

0 comments on commit ebe1f8c

Please sign in to comment.