Skip to content

Commit

Permalink
update compute canada docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed May 20, 2024
1 parent f484a8f commit 062a6a6
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ the easy_build scripts needed for missing libraries. They can be installed in a
Digitial Alliance Canada
-----------------------------

To build on Compute Canada stack machines, such as Graham, all dependencies must be built
from source to ensure the correct optimizations are used.

Only the ``gcc/9.3.0`` compiler in ``StdEnv/2020`` is tested. This can be enabled with

::

module load gcc/9.3.0



Ensure the environment is correctly setup

::
Expand Down Expand Up @@ -293,17 +304,5 @@ The high performance allocators may need to be disabled and can be done via



Building on Compute Canada (WestGrid)
******************************************

To build on Compute Canada stack machines, such as Graham, all dependencies must be built
from source to ensure the correct optimizations are used. This should be done with the Compute Canada easybuild system.

Only the ``gcc/9.3.0`` compiler in ``StdEnv/2020`` is supported. This can be enabled with

::

module load gcc/9.3.0



0 comments on commit 062a6a6

Please sign in to comment.