Skip to content

How do I enable timing summaries for CTSM ports using NUOPC? #1918

Answered by glemieux
glemieux asked this question in Q&A
Discussion options

You must be logged in to vote

NUOPC uses the ESMF built in profiler, which is off by default (and doesn't appear to be able to turn ON during ESMF library installation). As such, most machines turn this on in the config_machines.xml file (I neglected to do this with lobata when I added it to the configuration file).

To enable the timing summaries you can add the following to your specific machine configuration:

    <environment_variables comp_interface="nuopc">
      <env name="ESMF_RUNTIME_PROFILE">ON</env>
      <env name="ESMF_RUNTIME_PROFILE_OUTPUT">SUMMARY</env>
    </environment_variables>

Replies: 1 comment 1 reply

Comment options

glemieux
Dec 1, 2022
Collaborator Author

You must be logged in to vote
1 reply
@billsacks
Comment options

Answer selected by glemieux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants