Skip to content

Commit 44814ae

Browse files
committed
Merge branch 'azamat/jlse/update-oneapi-module' (PR #4775)
Update JLSE OneAPI module. [BFB]
2 parents 740c4b2 + 5aeac51 commit 44814ae

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

cime_config/machines/config_batch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,10 @@
382382
<batch_system MACH="jlse" type="cobalt_theta">
383383
<batch_submit>qsub</batch_submit>
384384
<queues>
385-
<queue walltimemax="01:00:00" jobmin="1" jobmax="12" default="true">skylake_8180</queue>
385+
<queue walltimemax="01:00:00" jobmin="1" jobmax="12">skylake_8180</queue>
386386
<queue walltimemax="01:00:00" jobmin="1" jobmax="16">iris</queue>
387387
<queue walltimemax="01:00:00" jobmin="1" jobmax="18">yarrow</queue>
388-
<queue walltimemax="01:00:00" jobmin="1" jobmax="12">arcticus</queue>
388+
<queue walltimemax="01:00:00" jobmin="1" jobmax="12" default="true">arcticus</queue>
389389
</queues>
390390
</batch_system>
391391

cime_config/machines/config_machines.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,9 @@
19951995
<BATCH_SYSTEM>cobalt_theta</BATCH_SYSTEM>
19961996
<SUPPORTED_BY>e3sm</SUPPORTED_BY>
19971997
<MAX_TASKS_PER_NODE>112</MAX_TASKS_PER_NODE>
1998+
<MAX_TASKS_PER_NODE compiler="oneapi-ifx">96</MAX_TASKS_PER_NODE>
19981999
<MAX_MPITASKS_PER_NODE>112</MAX_MPITASKS_PER_NODE>
2000+
<MAX_MPITASKS_PER_NODE compiler="oneapi-ifx">24</MAX_MPITASKS_PER_NODE>
19992001
<PROJECT_REQUIRED>FALSE</PROJECT_REQUIRED>
20002002
<mpirun mpilib="default">
20012003
<executable>mpirun</executable>
@@ -2019,15 +2021,11 @@
20192021
<cmd_path lang="python">/usr/bin/modulecmd python</cmd_path>
20202022
<modules>
20212023
<command name="purge"/>
2022-
<command name="use">/soft/modulefiles</command>
2023-
<command name="use">/soft/packaging/spack-builds/modules/linux-rhel7-x86_64</command>
2024-
<command name="use">/soft/restricted/CNDA/modulefiles</command>
2025-
<command name="use">/home/azamat/soft/modulefiles</command>
2026-
<command name="load">cmake/3.17.0-gcc-9.3.0-5dgh2gv</command>
2024+
<command name="use">/soft/restricted/CNDA/modules</command>
20272025
</modules>
20282026
<modules compiler="!gnu">
2029-
<command name="load">e3sm-env-vars/2021.06.10</command>
2030-
<command name="load">oneapi/2021.04.30.003</command>
2027+
<command name="load">oneapi/release/2021.10.30.001</command>
2028+
<command name="load">cmake/3.22.1</command>
20312029
</modules>
20322030
<modules compiler="gnu">
20332031
<command name="unload">cmake</command>

0 commit comments

Comments
 (0)