Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
0854c975
Commit
0854c975
authored
2 years ago
by
Michael Müller
Browse files
Options
Downloads
Patches
Plain Diff
Style Fixes
parent
c5bf6daf
No related branches found
Branches containing commit
No related tags found
2 merge requests
!820
Automated merge from preview to main
,
!802
Ubuntu+MPICH - Update singularity_recipe_hints.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+1
-2
1 addition, 2 deletions
...h.tu-dresden.de/docs/software/singularity_recipe_hints.md
with
1 addition
and
2 deletions
doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+
1
−
2
View file @
0854c975
...
@@ -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
@local
host#
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment