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
1a58d741
Commit
1a58d741
authored
Nov 17, 2020
by
Pape, David (FWCC) - 139658
Browse files
Parallelize Slurm build
parent
d3d7985a
Pipeline
#78926
failed with stage
in 3 minutes and 33 seconds
Changes
1
Pipelines
32
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1a58d741
...
...
@@ -16,7 +16,7 @@ RUN dnf download --source slurm && \
cd
/root/rpmbuild/SPECS
&&
\
sed
-i
"s/--disable-multiple-slurmd/--enable-multiple-slurmd/"
slurm.spec
&&
\
dnf builddep
-y
slurm.spec
&&
\
rpmbuild
-bb
slurm.spec
&&
\
RPM_BUILD_NCPUS
=
$(
nproc
)
rpmbuild
-bb
slurm.spec
&&
\
cd
/root/rpmbuild/RPMS/x86_64
&&
\
dnf
install
-y
slurm
{
,-libs,-devel,-perlapi,-slurm
{
ctld,d,dbd
}}
-
$(
ls
slurm
*
|
head
-n
1 |
cut
-d
-
-f
2-
)
&&
\
cd
/
&&
\
...
...
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