Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
f5fbfdc7
Commit
f5fbfdc7
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
munge13 on consistency0 has a messy folderstructure
parent
cec1c184
No related branches found
No related tags found
1 merge request
!293
Ubuntu
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-common/tasks/installMungeFromSource.yml
+4
-4
4 additions, 4 deletions
roles/slurm-common/tasks/installMungeFromSource.yml
with
4 additions
and
4 deletions
roles/slurm-common/tasks/installMungeFromSource.yml
+
4
−
4
View file @
f5fbfdc7
...
@@ -8,22 +8,22 @@
...
@@ -8,22 +8,22 @@
src
:
"
http://consistency0/src/munge-{{
munge_version
}}.tar.bz2"
src
:
"
http://consistency0/src/munge-{{
munge_version
}}.tar.bz2"
copy
:
no
copy
:
no
dest
:
/tmp
dest
:
/tmp
creates
:
/tmp/munge-{{ munge_version }}/configure
creates
:
/tmp/munge-
munge-
{{ munge_version }}/configure
when
:
not munge_binary.stat.exists
when
:
not munge_binary.stat.exists
-
name
:
build munge
-
name
:
build munge
shell
:
./configure --prefix={{ munge_dir }} && make
shell
:
./configure --prefix={{ munge_dir }} && make
args
:
args
:
chdir
:
/tmp/munge-{{ munge_version }}
chdir
:
/tmp/munge-
munge-
{{ munge_version }}
creates
:
/tmp/munge-{{ munge_version }}/src/munge/munge
creates
:
/tmp/munge-
munge-
{{ munge_version }}/src/munge/munge
when
:
not munge_binary.stat.exists
when
:
not munge_binary.stat.exists
-
name
:
install munge
-
name
:
install munge
shell
:
make install
shell
:
make install
become
:
true
become
:
true
args
:
args
:
chdir
:
/tmp/munge-{{ munge_version }}
chdir
:
/tmp/munge-
munge-
{{ munge_version }}
creates
:
"
{{
munge_dir
}}/bin/munge"
creates
:
"
{{
munge_dir
}}/bin/munge"
when
:
not munge_binary.stat.exists
when
:
not munge_binary.stat.exists
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
73dc3e48
·
4 years ago
mentioned in commit
73dc3e48
mentioned in commit 73dc3e48713cd5e7abc9f8469e1f00963a668386
Toggle commit list
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