Skip to content

Commit c15e79c

Browse files
committed
no changes to output/ dir
1 parent a895728 commit c15e79c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

outputs/module-configs/lmod.1.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
modules:
22
default:
33
enable::
4-
- lmod
4+
- lmod
55
lmod:
66
core_compilers:
7-
- 'gcc@11'
7+
- 'gcc@11'
88
hierarchy:
9-
- mpi
9+
- mpi
1010
hash_length: 0
1111
include:
12-
- gcc
12+
- gcc
1313
exclude:
14-
14+
1515
all:
1616
filter:
1717
exclude_env_vars:
18-
- "C_INCLUDE_PATH"
19-
- "CPLUS_INCLUDE_PATH"
20-
- "LIBRARY_PATH"
18+
- "C_INCLUDE_PATH"
19+
- "CPLUS_INCLUDE_PATH"
20+
- "LIBRARY_PATH"
2121
environment:
2222
set:
2323
'{name}_ROOT': '{prefix}'
@@ -27,5 +27,5 @@ modules:
2727
SLURM_MPI_TYPE: pmi2
2828
OMPI_MCA_btl_openib_warn_default_gid_prefix: '0'
2929
projections:
30-
all: '{name}/{version}'
31-
^lapack: '{name}/{version}-{^lapack.name}'
30+
all: '{name}/{version}'
31+
^lapack: '{name}/{version}-{^lapack.name}'

outputs/module-configs/lmod.2.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
modules:
22
default:
33
enable::
4-
- lmod
4+
- lmod
55
lmod:
66
core_compilers:
7-
- 'gcc@11'
7+
- 'gcc@11'
88
hierarchy:
9-
- mpi
10-
- lapack
9+
- mpi
10+
- lapack
1111
hash_length: 0
1212
include:
13-
- gcc
13+
- gcc
1414
exclude:
15-
15+
1616
all:
1717
filter:
1818
exclude_env_vars:
@@ -28,4 +28,4 @@ modules:
2828
SLURM_MPI_TYPE: pmi2
2929
OMPI_MCA_btl_openib_warn_default_gid_prefix: '0'
3030
projections:
31-
all: '{name}/{version}'
31+
all: '{name}/{version}'

0 commit comments

Comments
 (0)