<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>75</buildNumber><marked><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><branch><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><name>origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><branch><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><name>origin/clubb_silhs_devel</name></branch></revision></originclubb_silhs_devel><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>71</buildNumber><marked><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><branch><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><branch><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>284</buildNumber><marked><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><branch><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><branch><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></revision></refsremotesoriginclubb_silhs_devel></buildsByBranchName><lastBuiltRevision><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><branch><SHA1>c6c7f1b252905f0413d60e205e71a3cf6180fe8a</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/e3sm.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><action></action><building>false</building><displayName>#284</displayName><duration>2930002</duration><estimatedDuration>3428101</estimatedDuration><fullDisplayName>e3sm_run_gfortran_test #284</fullDisplayName><id>284</id><keepLog>false</keepLog><number>284</number><queueId>24450</queueId><result>SUCCESS</result><timestamp>1689753850814</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/284/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>diffusion.F90</affectedPath><affectedPath>clip_semi_implicit.F90</affectedPath><affectedPath>clip_explicit.F90</affectedPath><affectedPath>clubb_api_module.F90</affectedPath><affectedPath>advance_xm_wpxp_module.F90</affectedPath><affectedPath>numerical_check.F90</affectedPath><affectedPath>grid_class.F90</affectedPath><affectedPath>penta_lu_solver.F90</affectedPath><affectedPath>calc_roots.F90</affectedPath><affectedPath>advance_windm_edsclrm_module.F90</affectedPath><affectedPath>turbulent_adv_pdf.F90</affectedPath><affectedPath>mono_flux_limiter.F90</affectedPath><affectedPath>advance_helper_module.F90</affectedPath><affectedPath>advance_wp2_wp3_module.F90</affectedPath><affectedPath>advance_xp2_xpyp_module.F90</affectedPath><affectedPath>advance_xp3_module.F90</affectedPath><affectedPath>advance_clubb_core_module.F90</affectedPath><affectedPath>tridiag_lu_solver.F90</affectedPath><affectedPath>mean_adv.F90</affectedPath><affectedPath>fill_holes.F90</affectedPath><affectedPath>adg1_adg2_3d_luhar_pdf.F90</affectedPath><affectedPath>corr_varnce_module.F90</affectedPath><commitId>1238826836d00367458527d254d2b3c9d7f87e93</commitId><timestamp>1689730027000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Openacc tweaks and cleanup 2 (#1099)

* Making all end parallel directives specify end loop

* Replacing last acc declare in a procedure with acc enter/exit data commands

* Removing pure declarations, turns out they dont really improve performance and openmp isn't allowed within them.

* Adding explicit directives to penta_lu and tridiag_lu, as opposed to the previously used kernels directive. Also splitting up a loop to improve GPU performance.

* Splitting up a couple loops for performance reasons.

* Missed one somehow
</comment><date>2023-07-18 20:27:07 -0500</date><id>1238826836d00367458527d254d2b3c9d7f87e93</id><msg>Openacc tweaks and cleanup 2 (#1099)</msg><path><editType>edit</editType><file>clip_explicit.F90</file></path><path><editType>edit</editType><file>tridiag_lu_solver.F90</file></path><path><editType>edit</editType><file>grid_class.F90</file></path><path><editType>edit</editType><file>advance_xp2_xpyp_module.F90</file></path><path><editType>edit</editType><file>mean_adv.F90</file></path><path><editType>edit</editType><file>numerical_check.F90</file></path><path><editType>edit</editType><file>corr_varnce_module.F90</file></path><path><editType>edit</editType><file>fill_holes.F90</file></path><path><editType>edit</editType><file>advance_windm_edsclrm_module.F90</file></path><path><editType>edit</editType><file>advance_wp2_wp3_module.F90</file></path><path><editType>edit</editType><file>advance_xp3_module.F90</file></path><path><editType>edit</editType><file>clubb_api_module.F90</file></path><path><editType>edit</editType><file>penta_lu_solver.F90</file></path><path><editType>edit</editType><file>calc_roots.F90</file></path><path><editType>edit</editType><file>adg1_adg2_3d_luhar_pdf.F90</file></path><path><editType>edit</editType><file>turbulent_adv_pdf.F90</file></path><path><editType>edit</editType><file>advance_xm_wpxp_module.F90</file></path><path><editType>edit</editType><file>mono_flux_limiter.F90</file></path><path><editType>edit</editType><file>advance_helper_module.F90</file></path><path><editType>edit</editType><file>diffusion.F90</file></path><path><editType>edit</editType><file>clip_semi_implicit.F90</file></path><path><editType>edit</editType><file>advance_clubb_core_module.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit><inProgress>false</inProgress><nextBuild><number>285</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/285/</url></nextBuild><previousBuild><number>283</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/283/</url></previousBuild></workflowRun>