Skip to content

Commit 059dab8

Browse files
author
Scott Davidson
committed
Make eessi optional but installed by default
1 parent a4ebf5a commit 059dab8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environments/common/inventory/groups

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ control
1414
compute
1515

1616
[eessi:children]
17-
# All Slurm nodes.
18-
openhpc
17+
# Hosts on which EESSI stack should be configured
1918

2019
[hpctests:children]
2120
# Login group to use for running mpi-based testing.

environments/common/layouts/everything

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ compute
5454

5555
[etc_hosts]
5656
# Hosts to manage /etc/hosts e.g. if no internal DNS. See ansible/roles/etc_hosts/README.md
57+
58+
[eessi:children]
59+
openhpc

0 commit comments

Comments
 (0)