{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 144,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
            "branch" : [
              {
                "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
            "branch" : [
              {
                "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
        "branch" : [
          {
            "SHA1" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#144",
  "duration" : 5118987,
  "estimatedDuration" : 5469712,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_debug_build #144",
  "id" : "144",
  "keepLog" : False,
  "number" : 144,
  "queueId" : 12034,
  "result" : "SUCCESS",
  "timestamp" : 1763113630551,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_debug_build/144/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "compile/file_list/G_unit_tests_files",
            "src/G_unit_tests.F90",
            "src/G_unit_test_types/fill_holes_tests.F90",
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "run_scripts/fill_holes.py",
            "jenkins_tests/clubb_G_unit_gfortran_tests/Jenkinsfile",
            "CMakeLists.txt",
            "src/clubb_tuner.F90",
            "src/Microphys/advance_microphys_module.F90",
            "src/CLUBB_core/output_netcdf.F90",
            "src/G_unit_test_types/CMakeLists.txt",
            "src/CLUBB_core/model_flags.F90",
            "src/G_unit_test_types/pdf_parameter_tests.F90",
            "compile.py",
            "run_scripts/run_timestep_tests.py",
            "src/G_unit_test_types/spurious_source_test.F90",
            "cmake/deps/GPTLDependency.cmake",
            "input/tunable_parameters_compatible_r8029/configurable_model_flags.in",
            "run_scripts/run_G_unit_tests.py",
            "src/CLUBB_core/model_flags.mod",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90",
            "run_scripts/run_scm.py",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/CMakeLists.txt",
            "cmake/utils/CPPDefinitions.cmake",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/fill_holes.F90",
            "src/CMakeLists.txt",
            "input/tunable_parameters/configurable_model_flags.in"
          ],
          "commitId" : "665f3896481654acdb49de9afae25d7a9b24a81c",
          "timestamp" : 1763082040000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "New fill_holes methods (#1262)\u000a\u000a* Adding little code bits to help explore fill_holes. This is just a diagnostic playground\u000a\u000a* Improvements\u000a\u000a* Maybe better algorithm?\u000a\u000a* Improvements to the new fill holes\u000a\u000a* Nice progress\u000a\u000a* Small tweaks\u000a\u000a* Mainly adding gptl option for cmake and new run_timestep_tests.py\u000a\u000a* Making namelist input for fill type, and adding ANOTHER new filler that should be completely parallelizable, but right now large hole groups steal too much from nearby points and it looks kinda bad.\u000a\u000a* Big improvements, new algorithm is good now\u000a\u000a* Small updates\u000a\u000a* Making new fill_holes_type flag for clubb_config_flags\u000a\u000a* New hybrid filler\u000a\u000a* Small fixes\u000a\u000a* Changes, mainly for performance, also adding -gptl option to compile.py to make it use the gptl library\u000a\u000a* Bunch of things\u000a\u000a* Updates\u000a\u000a* small fix\u000a\u000a* Various cleanup and comments\u000a\u000a* Small improvement to p_atomic\u000a\u000a* Updates for speed mainly\u000a\u000a* Small improvement to p_atomic\u000a\u000a* Potential improvement to p_atomic\u000a\u000a* Updates for speed mainly\u000a\u000a* Updates to make G_unit fill holes test\u000a\u000a* Improving new tests and making widening_windows and smart_window work in flipped grid mode\u000a\u000a* All methods passing G_unit test, still need a little cleanup\u000a\u000a* Slight comments update\u000a\u000a* Cleanup\u000a\u000a* Adding named constants for fill type\u000a\u000a* Uncommentting source checks after compile\u000a\u000a* Adding new file to old compile method\u000a\u000a* Small fixes\u000a\u000a* Small fixes\u000a\u000a* Mainly comments\u000a\u000a* Making G_unit test use the new python script and compiler method. Small bug fix too\u000a\u000a* Little fixes\u000a",
          "date" : "2025-11-13 19:00:40 -0600",
          "id" : "665f3896481654acdb49de9afae25d7a9b24a81c",
          "msg" : "New fill_holes methods (#1262)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_G_unit_gfortran_tests/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/output_netcdf.F90"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/fill_holes.py"
            },
            {
              "editType" : "edit",
              "file" : "compile/file_list/G_unit_tests_files"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/run_timestep_tests.py"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/pdf_parameter_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "cmake/utils/CPPDefinitions.cmake"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_compatible_r8029/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            },
            {
              "editType" : "edit",
              "file" : "run_scripts/run_scm.py"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/run_G_unit_tests.py"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "add",
              "file" : "src/CLUBB_core/model_flags.mod"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Microphys/advance_microphys_module.F90"
            },
            {
              "editType" : "add",
              "file" : "cmake/deps/GPTLDependency.cmake"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/fill_holes.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "add",
              "file" : "src/G_unit_test_types/fill_holes_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "CMakeLists.txt"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "microphysics.F90"
          ],
          "commitId" : "9745207a28bd22786d72673afd580fbc5f17938b",
          "timestamp" : 1763082148000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Making compatible with new version of clubb (#167)\u000a\u000a",
          "date" : "2025-11-13 19:02:28 -0600",
          "id" : "9745207a28bd22786d72673afd580fbc5f17938b",
          "msg" : "Making compatible with new version of clubb (#167)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "microphysics.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/fill_holes.F90"
          ],
          "commitId" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
          "timestamp" : 1763105789000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Small bug fix in fill_holes_parallel on GPU\u000a",
          "date" : "2025-11-14 01:36:29 -0600",
          "id" : "50a5528a55591d69e8b704dccebe1e7d6baa2669",
          "msg" : "Small bug fix in fill_holes_parallel on GPU",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/fill_holes.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 145,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_debug_build/145/"
  },
  "previousBuild" : {
    "number" : 143,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_debug_build/143/"
  }
}