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
601720fc
Commit
601720fc
authored
8 years ago
by
Chris Hines
Browse files
Options
Downloads
Plain Diff
Merge branch 'repos' into 'master'
Repos See merge request
!82
parents
7308b61f
f97b5c36
No related branches found
No related tags found
1 merge request
!82
Repos
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/config_repos/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/config_repos/tasks/main.yml
roles/slurm-common/tasks/main.yml
+19
-0
19 additions, 0 deletions
roles/slurm-common/tasks/main.yml
with
20 additions
and
0 deletions
roles/config_repos/tasks/main.yml
+
1
−
0
View file @
601720fc
...
...
@@ -24,6 +24,7 @@
-
CentOS-OpenStack-kilo.repo
-
epel.repo
-
monashhpc_mellanox.repo
-
epel-testing.repo
when
:
ansible_os_family == 'RedHat' and ansible_distribution_major_version == "7"
-
name
:
add our repos
...
...
This diff is collapsed.
Click to expand it.
roles/slurm-common/tasks/main.yml
+
19
−
0
View file @
601720fc
...
...
@@ -61,6 +61,10 @@
sudo
:
true
when
:
slurmlogdir is defined
-
name
:
make sure slurm conf dir exists
file
:
dest={{ slurm_dir }}/etc state=directory
sudo
:
true
-
name
:
create greps directory
file
:
path={{ slurm_dir }}/etc/gres state=directory owner=slurm group=slurm mode=755
sudo
:
true
...
...
@@ -124,6 +128,21 @@
-
include
:
installSlurmFromSource.yml
-
name
:
make sure slurm conf dir exists
file
:
dest={{ slurm_dir }}/etc state=directory
sudo
:
true
-
name
:
create greps directory
file
:
path={{ slurm_dir }}/etc/gres state=directory owner=slurm group=slurm mode=755
sudo
:
true
-
name
:
check slurm generic resource
shell
:
"
{{
slurm_gres_check
}}"
register
:
slurm_generic_resource
ignore_errors
:
true
when
:
slurm_gres_check is defined
-
name
:
Gres - Test for Nvidia devices
script
:
./nvidia-probe.py
register
:
probeOutput
...
...
This diff is collapsed.
Click to expand it.
Chris Hines
@chines
mentioned in commit
3f731b05
·
4 years ago
mentioned in commit
3f731b05
mentioned in commit 3f731b05e3a273fc0194d20d7b23c66f8843a222
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