Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
11d5663f
Commit
11d5663f
authored
Oct 03, 2019
by
Marco Govoni
Browse files
Updated installation doc
parent
70ba563b
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/installations/midway.rst
View file @
11d5663f
...
...
@@ -17,7 +17,7 @@ WEST executables can be compiled using the following script:
.. code-block:: bash
$ cat build_
midway
.sh
$ cat build_
west
.sh
#!/bin/bash
module load intelmpi/5.1+intel-16.0 mkl/2017.up4 Anaconda3/5.1.0
...
...
@@ -40,6 +40,12 @@ WEST executables can be compiled using the following script:
cd West
make
To use the script do:
.. code-block:: bash
$ bash build_west.sh
Running WEST Jobs
~~~~~~~~~~~~~~~~~
...
...
doc/installations/theta.rst
View file @
11d5663f
...
...
@@ -17,7 +17,7 @@ WEST executables can be compiled using the following script:
.. code-block:: bash
$ cat build_
theta
.sh
$ cat build_
west
.sh
#!/bin/bash
module load miniconda-3.6/conda-4.5.12
...
...
@@ -39,6 +39,12 @@ WEST executables can be compiled using the following script:
cd West
make
To use the script do:
.. code-block:: bash
$ bash build_west.sh
Running WEST Jobs
~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment