Skip to content

Commit 9c3d5ec

Browse files
authored
Merge pull request #285 from xylar/switch-aurora-group
Change group to E3SMinput for E3SM-Unified and diags
2 parents bf79c30 + f516a9a commit 9c3d5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mache/machines/aurora.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[e3sm_unified]
44

55
# the unix group for permissions for the e3sm-unified conda environment
6-
group = E3SM_Dec
6+
group = E3SMinput
77

88
# the compiler set to use for system libraries
99
compiler = oneapi-ifx
@@ -13,7 +13,7 @@ mpi = mpich
1313

1414
# the path to the directory where activation scripts, the base environment, and
1515
# system libraries will be deployed
16-
base_path = /lus/flare/projects/E3SM_Dec/soft/e3sm-unified
16+
base_path = /lus/flare/projects/E3SMinput/soft/e3sm-unified
1717

1818
# whether to use system modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
1919
# (spack modules are used otherwise)
@@ -25,10 +25,10 @@ use_system_hdf5_netcdf = True
2525
[diagnostics]
2626

2727
# The base path to the diagnostics directory
28-
base_path = /lus/flare/projects/E3SM_Dec/diagnostics
28+
base_path = /lus/flare/projects/E3SMinput/diagnostics
2929

3030
# the unix group for permissions for diagnostics
31-
group = E3SM_Dec
31+
group = E3SMinput
3232

3333

3434
# The parallel section describes options related to running jobs in parallel

0 commit comments

Comments
 (0)