Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
9a9877de
Commit
9a9877de
authored
Jan 16, 2021
by
jannick.wolters
Browse files
fixed code block warnings
parent
a54b06bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/installation.rst
View file @
9a9877de
...
...
@@ -116,6 +116,7 @@ Append ``HINTS VTK_INSTALL_DIR` to the ``find_package( VTK ... )`` line in the C
Compile it
.. code-block:: bash
module load devel/cmake/3.16
module load compiler/gnu/9.2
module load mpi/openmpi/4.0
...
...
doc/philosophy.rst
View file @
9a9877de
...
...
@@ -27,19 +27,21 @@ Test the library installation in the docker container
.. code-block:: bash
docker run -it --rm rtsn/test:latest bash
docker run -it --rm rtsn/test:latest bash
Note the steps required and add them to the `Dockerfile` in the `scripts` folder.
Build the new container (takes some time)
.. code-block:: bash
cd docker build -t rtsn/test:latest .
cd docker build -t rtsn/test:latest .
or commit your changes to the image (google that procedure).
Push the new image to `hub.docker.com`
.. code-block:: bash
docker push rtsn/test:latest
docker push rtsn/test:latest
This last step requires a preceeding `docker login`. Ask Jannick for login credentials.
...
...
jannick.wolters
@jm2154
mentioned in commit
0a6769b6
·
Apr 30, 2021
mentioned in commit
0a6769b6
mentioned in commit 0a6769b6fa984a254036d2f64a8701cd506e73d5
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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