File tree Expand file tree Collapse file tree 2 files changed +45
-45
lines changed
nrel/inventory/group_vars/openhpc Expand file tree Collapse file tree 2 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 1
1
openhpc_install_type : generic # i.e. don't want OpenHPC
2
2
openhpc_packages_extra_nrel : # extra indirection to allow lab environment to filter this
3
- - bzip2
4
- - curl
5
- - fio
6
- - libaio
7
- - libaio-devel
8
- - git
9
- - gzip
10
- - make
11
- - patch
12
- - tar
13
- - unzip
14
- - wget
15
- - xz
16
- - zstd
17
- - tmux
18
- - vim
19
- - nano
20
- - python39-devel
21
-
22
- - slurm-libpmi-ohpc
23
- - slurm-sview-ohpc
24
- - slurm-libpmi-ohpc
25
- - docs-ohpc
26
- - EasyBuild-ohpc
27
- - ohpc-autotools
28
- - cmake-ohpc
29
- - hwloc-ohpc
30
- - singularity-ohpc
31
- - slurm-libpmi-ohpc
32
- - slurm-sview-ohpc
33
- - slurm-libpmi-ohpc
34
- - ohpc-base
35
- - ohpc-base-compute
36
- - ohpc-slurm-client
37
- - lmod-ohpc
38
- - nhc-ohpc
39
- - valgrind-ohpc
40
- - clustershell
41
- - conman-ohpc
42
- - magpie-ohpc
43
- - charliecloud-ohpc
3
+ # - bzip2
4
+ # - curl
5
+ # - fio
6
+ # - libaio
7
+ # - libaio-devel
8
+ # - git
9
+ # - gzip
10
+ # - make
11
+ # - patch
12
+ # - tar
13
+ # - unzip
14
+ # - wget
15
+ # - xz
16
+ # - zstd
17
+ # - tmux
18
+ # - vim
19
+ # - nano
20
+ # - python39-devel
21
+
22
+ # - slurm-libpmi-ohpc
23
+ # - slurm-sview-ohpc
24
+ # - slurm-libpmi-ohpc
25
+ # - docs-ohpc
26
+ # - EasyBuild-ohpc
27
+ # - ohpc-autotools
28
+ # - cmake-ohpc
29
+ # - hwloc-ohpc
30
+ # - singularity-ohpc
31
+ # - slurm-libpmi-ohpc
32
+ # - slurm-sview-ohpc
33
+ # - slurm-libpmi-ohpc
34
+ # - ohpc-base
35
+ # - ohpc-base-compute
36
+ # - ohpc-slurm-client
37
+ # - lmod-ohpc
38
+ # - nhc-ohpc
39
+ # - valgrind-ohpc
40
+ # - clustershell
41
+ # - conman-ohpc
42
+ # - magpie-ohpc
43
+ # - charliecloud-ohpc
44
44
45
45
46
46
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ login_names = {
40
40
login- 1 : " vermilion_util_c8m15"
41
41
admin: " vermilion_util_c8m15"
42
42
}
43
- proxy_name = " admin "
43
+ proxy_name = " vtadmin "
44
44
45
45
# name: IPaddr
46
46
login_ips = {
47
- login - 1 : " 10.60.105.71"
48
- admin : " 10.60.105.73"
47
+ vtlogin - 1 : " 10.60.105.71"
48
+ vtadmin : " 10.60.105.73"
49
49
}
50
50
51
51
login_image = " slurm_rocky93_kbs"
@@ -56,7 +56,7 @@ login_flavor = "vermilion_util_c8m15"
56
56
control_image = " slurm_rocky93_kbs"
57
57
control_flavor = " vermilion_util_c8m15"
58
58
control_ip = " 10.60.105.70"
59
-
59
+ control_name = " vtcontrol "
60
60
# ##################################################
61
61
62
62
cluster_name = " vtest"
You can’t perform that action at this time.
0 commit comments