Skip to content
Snippets Groups Projects
Commit 9b5b462e authored by Mikael Simberg's avatar Mikael Simberg Committed by Benjamin Cumming
Browse files

Fix typo in install.rst (#914)

parent 42ddeb2c
No related branches found
No related tags found
No related merge requests found
......@@ -516,7 +516,7 @@ Putting it all together, a typical workflow to build Arbor on a Cray system is:
export CRAYPE_LINK_TYPE=dynamic
module swap PrgEnv-cray PrgEnv-gnu
moudle swap gcc/7.1.0
module swap gcc/7.1.0
export CC=`which cc`; export CXX=`which CC`;
cmake -DARB_WITH_MPI=ON # MPI support
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment