-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Options related to deploying an e3sm-unified conda environment on supported | ||
# machines | ||
[e3sm_unified] | ||
|
||
# the unix group for permissions for the e3sm-unified conda environment | ||
group = E3SM | ||
|
||
# the path to the directory where activation scripts, the base environment, and | ||
# system libraries will be deployed | ||
base_path = /eagle/E3SM/software/e3sm-unified | ||
|
||
|
||
# config options related to data needed by diagnostics software such as | ||
# e3sm_diags and MPAS-Analysis | ||
[diagnostics] | ||
|
||
# The base path to the diagnostics directory | ||
base_path = /eagle/E3SM/diagnostics | ||
|
||
# the unix group for permissions for diagnostics | ||
group = E3SM | ||
|
||
|
||
# The parallel section describes options related to running jobs in parallel | ||
[parallel] | ||
|
||
# parallel system of execution | ||
system = pbs | ||
|
||
# whether to use mpirun or srun to run a task | ||
parallel_executable = mpirun | ||
|
||
# cores per node on the machine | ||
cores_per_node = 32 | ||
|
||
# account for running diagnostics jobs | ||
account = E3SMInput | ||
|
||
# available partition(s) (default is the first) | ||
partitions = prod | ||
|
||
|
||
# config options related to synchronizing files | ||
[sync] | ||
|
||
# the full hostname of the machine | ||
hostname = polaris.alcf.anl.gov |