CESM: Difference between revisions
Jump to navigation
Jump to search
(Skeleton for this new page) |
(Machine file for Béluga) |
||
Line 1: | Line 1: | ||
{{draft}} | {{draft}} | ||
= | =Porting and Validating= | ||
==Local machine file== | |||
Create and edit <code>~/.cime/config_machines.xml</code> with the specific content: | |||
<tabs> | |||
<tab name="Beluga"> | |||
{{File | |||
|name=~/.cime/config_machines.xml | |||
|lang="xml" | |||
|contents= | |||
<?xml version="1.0"?> | |||
<config_machines version="2.0"> | |||
<machine MACH="beluga"> | |||
<DESC>https://docs.alliancecan.ca/wiki/Béluga/en</DESC> | |||
<NODENAME_REGEX>b[cegl].*.int.ets1.calculquebec.ca</NODENAME_REGEX> | |||
<OS>LINUX</OS> | |||
<COMPILERS>intel,gnu</COMPILERS> | |||
<MPILIBS>openmpi,intelmpi</MPILIBS> | |||
<PROJECT>def-EDIT_THIS</PROJECT> | |||
<CHARGE_ACCOUNT>def-EDIT_THIS</CHARGE_ACCOUNT> | |||
<CIME_OUTPUT_ROOT>/scratch/$USER</CIME_OUTPUT_ROOT> | |||
<DIN_LOC_ROOT>$ENV{CESMDATAROOT}/inputdata</DIN_LOC_ROOT> | |||
<DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT> | |||
<BATCH_SYSTEM>slurm</BATCH_SYSTEM> | |||
<SUPPORTED_BY>support@tech.alliancecan.ca</SUPPORTED_BY> | |||
<MAX_TASKS_PER_NODE>40</MAX_TASKS_PER_NODE> | |||
<MAX_MPITASKS_PER_NODE>40</MAX_MPITASKS_PER_NODE> | |||
<PROJECT_REQUIRED>TRUE</PROJECT_REQUIRED> | |||
</machine> | |||
</config_machines> | |||
}} | |||
</tab> | |||
<tab name="Cedar"> | |||
</tab> | |||
<tab name="Graham"> | |||
</tab> | |||
<tab name="Narval"> | |||
</tab> | |||
<tab name="Niagara"> | |||
</tab> | |||
</tabs> | |||
=Reference= | =Reference= | ||
* [https://www.cesm.ucar.edu/ Main website] | * [https://www.cesm.ucar.edu/ Main website] |
Revision as of 13:45, 6 September 2023
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
Porting and Validating
Local machine file
Create and edit ~/.cime/config_machines.xml
with the specific content:
File : ~/.cime/config_machines.xml
<?xml version="1.0"?>
<config_machines version="2.0">
<machine MACH="beluga">
<DESC>https://docs.alliancecan.ca/wiki/Béluga/en</DESC>
<NODENAME_REGEX>b[cegl].*.int.ets1.calculquebec.ca</NODENAME_REGEX>
<OS>LINUX</OS>
<COMPILERS>intel,gnu</COMPILERS>
<MPILIBS>openmpi,intelmpi</MPILIBS>
<PROJECT>def-EDIT_THIS</PROJECT>
<CHARGE_ACCOUNT>def-EDIT_THIS</CHARGE_ACCOUNT>
<CIME_OUTPUT_ROOT>/scratch/$USER</CIME_OUTPUT_ROOT>
<DIN_LOC_ROOT>$ENV{CESMDATAROOT}/inputdata</DIN_LOC_ROOT>
<DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT>
<BATCH_SYSTEM>slurm</BATCH_SYSTEM>
<SUPPORTED_BY>support@tech.alliancecan.ca</SUPPORTED_BY>
<MAX_TASKS_PER_NODE>40</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>40</MAX_MPITASKS_PER_NODE>
<PROJECT_REQUIRED>TRUE</PROJECT_REQUIRED>
</machine>
</config_machines>