{
  "_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" : 125,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
            "branch" : [
              {
                "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
            "branch" : [
              {
                "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
        "branch" : [
          {
            "SHA1" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
            "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" : "#125",
  "duration" : 1218719,
  "estimatedDuration" : 1599633,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_gpu_column_mirror_test #125",
  "id" : "125",
  "keepLog" : False,
  "number" : 125,
  "queueId" : 3225,
  "result" : "SUCCESS",
  "timestamp" : 1778054587366,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_gpu_column_mirror_test/125/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "clubb_python_api/f2py_fortran_wrappers/clip_explicit_wrapper.F90",
            "clubb_jax/advance_clubb_core.py",
            "clubb_python_api/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90",
            "clubb_python_api/clubb_python/CLUBB_core/clip_explicit.py",
            "clubb_python_api/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90",
            "jenkins_tests/clubb_BFB_multi_col_gpu_nvhpc_test/Jenkinsfile",
            "jenkins_tests/clubb_driver_test/Jenkinsfile",
            "clubb_python_api/tests/test_call_tree_advance_xp2_xpyp.py",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "clubb_python_api/tests/test_advance_core_subs.py",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "jenkins_tests/clubb_plot_nvhpc_gpu_vs_cpu/Jenkinsfile",
            "clubb_python_driver/advance_clubb_core.py",
            "clubb_python_api/f2py_fortran_wrappers/advance_windm_edsclrm_module_wrapper.F90",
            "clubb_python_api/clubb_f2py.pyf",
            "clubb_python_api/tests/test_call_tree_advance_windm_edsclrm.py",
            "clubb_python_api/clubb_python/CLUBB_core/advance_xm_wpxp.py",
            "clubb_python_api/clubb_python/CLUBB_core/advance_windm_edsclrm.py",
            "clubb_python_api/tests/test_call_tree_advance_xm_wpxp.py",
            "clubb_python_api/clubb_python/CLUBB_core/advance_xp2_xpyp.py"
          ],
          "commitId" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
          "timestamp" : 1778019721000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing python api and python/jax driver. Also fixing bug that caused non-BFBness in stats outputs (only upwp_cl/vpwp_cl) when using l_predict_upwp_vpwp=.false., and adding ulimit -s 8388608 to fix GPU test (though it's unclear why exactly we need this all of a sudden for this test). RESOLVED:643d128a5613019595aecd643f1028e937ad4b76 RESOLVED:f146255f50732c445ccbd012ca45888a9ce44d0b, and since this changes stats this is technically BIT_CHANGING\"\u000a",
          "date" : "2026-05-05 17:22:01 -0500",
          "id" : "5e3cfdd6efddf098dbddb41a5848e3ef4189aac8",
          "msg" : "Fixing python api and python/jax driver. Also fixing bug that caused non-BFBness in stats outputs (only upwp_cl/vpwp_cl) when using l_predict_upwp_vpwp=.false., and adding ulimit -s 8388608 to fix GPU test (though it's unclear why exactly we need this all of a sudden for this test). RESOLVED:643d128a5613019595aecd643f1028e937ad4b76 RESOLVED:f146255f50732c445ccbd012ca45888a9ce44d0b, and since this changes stats this is technically BIT_CHANGING\"",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_plot_nvhpc_gpu_vs_cpu/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/tests/test_advance_core_subs.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/tests/test_call_tree_advance_windm_edsclrm.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/f2py_fortran_wrappers/advance_windm_edsclrm_module_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/clubb_python/CLUBB_core/advance_windm_edsclrm.py"
            },
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_driver_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/clubb_python/CLUBB_core/advance_xp2_xpyp.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_driver/advance_clubb_core.py"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/clubb_python/CLUBB_core/clip_explicit.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/f2py_fortran_wrappers/clip_explicit_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/tests/test_call_tree_advance_xp2_xpyp.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/clubb_python/CLUBB_core/advance_xm_wpxp.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/tests/test_call_tree_advance_xm_wpxp.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_jax/advance_clubb_core.py"
            },
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_BFB_multi_col_gpu_nvhpc_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/clubb_f2py.pyf"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 126,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_gpu_column_mirror_test/126/"
  },
  "previousBuild" : {
    "number" : 124,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_gpu_column_mirror_test/124/"
  }
}