File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ openhpc_enable:
4545ohpc_slurm_services :
4646 control : slurmctld
4747 batch : slurmd
48- login : slurmd
4948ohpc_release_repos :
5049 " 7 " : " https://github.com/openhpc/ohpc/releases/download/v1.3.GA/ohpc-release-1.3-1.el7.x86_64.rpm" # ohpc v1.3 for Centos 7
5150 " 8 " : " http://repos.openhpc.community/OpenHPC/2/CentOS_8/x86_64/ohpc-release-2-1.el8.x86_64.rpm" # ohpc v2 for Centos 8
Original file line number Diff line number Diff line change 99 openhpc_enable :
1010 control : " {{ inventory_hostname in groups['testohpc_control'] }}"
1111 batch : " {{ inventory_hostname in groups['testohpc_compute'] }}"
12- login : " {{ inventory_hostname in groups['testohpc_login'] }}"
1312 runtime : true
1413 openhpc_slurm_control_host : " {{ groups['testohpc_control'] | first }}"
1514 openhpc_slurm_partitions :
Original file line number Diff line number Diff line change 99 openhpc_enable :
1010 control : " {{ inventory_hostname in groups['testohpc_control'] }}"
1111 batch : " {{ inventory_hostname in groups['testohpc_compute'] }}"
12- login : " {{ inventory_hostname in groups['testohpc_login'] }}"
1312 runtime : true
1413 openhpc_slurm_control_host : " {{ groups['testohpc_control'] | first }}"
1514 openhpc_slurm_partitions :
You can’t perform that action at this time.
0 commit comments