Skip to content
Snippets Groups Projects
Commit 0854c975 authored by Michael Müller's avatar Michael Müller
Browse files

Style Fixes

parent c5bf6daf
No related branches found
No related tags found
2 merge requests!820Automated merge from preview to main,!802Ubuntu+MPICH - Update singularity_recipe_hints.md
...@@ -96,7 +96,6 @@ From: ubuntu:20.04 ...@@ -96,7 +96,6 @@ From: ubuntu:20.04
# Configure and compile/install # Configure and compile/install
cd /tmp/mpich/mpich-$MPICH_VERSION cd /tmp/mpich/mpich-$MPICH_VERSION
./configure --prefix=$MPICH_DIR && make install ./configure --prefix=$MPICH_DIR && make install
cd ..
# Set env variables so we can compile our application # Set env variables so we can compile our application
...@@ -112,7 +111,7 @@ From: ubuntu:20.04 ...@@ -112,7 +111,7 @@ From: ubuntu:20.04
At your local machine: At your local machine:
```console ```console
whoami@localhost# sudo singularity build ubuntu_mpich.sif ubuntu_mpich.def marie@local$ sudo singularity build ubuntu_mpich.sif ubuntu_mpich.def
``` ```
This will create the `ubuntu_mpich.sif` file that you have to copy to HPC system. This will create the `ubuntu_mpich.sif` file that you have to copy to HPC system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment