Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FWCC
Slurm in Docker
Commits
7c8e779d
Commit
7c8e779d
authored
Dec 18, 2019
by
Pape, David (FWCC) - 139658
Browse files
Merge branch 'feature-more-nodes' into develop
parents
8e27c955
3cd5d860
Pipeline
#20006
passed with stage
in 8 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7c8e779d
...
...
@@ -5,10 +5,10 @@ like `srun`, `sbatch`, etc. This container can be used for testing your HPC appl
## Setup
The container is set up to automatically detect your hardware on start-up. It will provide
one
compute node that share
s
the specification
s
of the platform
i
t is running on (number of
cores,
hyperthreading, ...). The
*cluster*
(if you want to call your single node that) is called
`sid`
(Slurm in Docker) and it has one
partition,
`sidp`
, containing
said
node.
The container is set up to automatically detect your hardware on start-up. It will provide
four
compute node
s
that share the specification of the platform t
he container
is running on (number of
cores,
hyperthreading, ...). The
*cluster*
is called
`sid`
(Slurm in Docker) and it has one
partition,
`sidp`
, containing
the
node
s
`sidc[1-4]`
.
When you start the container, the services are already up and running. You will be greeted by a Bash
shell running as
`root`
.
...
...
@@ -36,7 +36,7 @@ The image is updated weekly.
If you have Docker set up on your system, you can easily build the container by executing
`make`
.
This will run the default target
`build`
which builds and tags the image for you. The first build
may take a
few minutes
.
may take a
while
.
The default name of the container is
`registry.hzdr.de/fwcc/slurm-in-docker`
. If you want to
choose a shorter name, you can pass it as an argument when building the container, e.g.
...
...
Write
Preview
Supports
Markdown
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