{
  "_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" : 38,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "branch" : [
              {
                "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "branch" : [
              {
                "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
        "branch" : [
          {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#38",
  "duration" : 921699,
  "estimatedDuration" : 908924,
  "executor" : None,
  "fullDisplayName" : "clubb_cmake_test #38",
  "id" : "38",
  "keepLog" : False,
  "number" : 38,
  "queueId" : 2110,
  "result" : "SUCCESS",
  "timestamp" : 1773735549001,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_cmake_test/38/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/clubb_driver.F90",
            "run_scripts/run_scm.py"
          ],
          "commitId" : "2108b26241ca7695b3358c5f905385e79189cdc2",
          "timestamp" : 1773679567000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Forgot to add the changes to make concurrency safe - which caused random failures when using the new parallel run_scm_all.py with options like -out_dir or -ngrdcol\u000a",
          "date" : "2026-03-16 11:46:07 -0500",
          "id" : "2108b26241ca7695b3358c5f905385e79189cdc2",
          "msg" : "Forgot to add the changes to make concurrency safe - which caused random failures when using the new parallel run_scm_all.py with options like -out_dir or -ngrdcol",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "run_scripts/run_scm.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "cmake/toolchains/linux_x86_64_gfortran.cmake",
            "cmake/toolchains/linux_x86_64_nvfortran.cmake",
            "cmake/toolchains/linux_x86_64_gcc.cmake",
            "cmake/toolchains/linux_x86_64_nvhpc.cmake",
            "cmake/toolchains/linux_x86_64_ifx.cmake",
            "cmake/toolchains/linux_x86_64_intel.cmake",
            "compile.py",
            "cmake/toolchains/linux_x86_64_cce.cmake"
          ],
          "commitId" : "6b49cb739e4c6970da64b808e791b85a227b44b3",
          "timestamp" : 1773718458000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Slightly more general compile setup (#1277)\u000a\u000a* Making compiler lookup a little more general, this allows us to compile on Derecho too. Now it uses LMOD_FAMILY_COMPILER by default, then tries FC as a backup, and has a map of names so that things like intel/intel-oneapi map to the same things. Also adding a toolchain for the cray compiler (cce).\u000a\u000a* Removing old toolchains\u000a",
          "date" : "2026-03-16 22:34:18 -0500",
          "id" : "6b49cb739e4c6970da64b808e791b85a227b44b3",
          "msg" : "Slightly more general compile setup (#1277)",
          "paths" : [
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_nvhpc.cmake"
            },
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_nvfortran.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_cce.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_gcc.cmake"
            },
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_ifx.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_intel.cmake"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            },
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_gfortran.cmake"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "cmake/deps/GPTLDependency.cmake"
          ],
          "commitId" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
          "timestamp" : 1773718471000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "GPTL cmake update (#1279)\u000a\u000a* Making compiling with gptl more robust. Before it could only compile when we used openmp too, but that's been worked around, and now it can compile on nvhpc too thanks to the static and disabled-shared flags that were added. Also works with gcc now.\u000a\u000a* Adding comment\u000a\u000a* Small cleanup and a better comment\u000a",
          "date" : "2026-03-16 22:34:31 -0500",
          "id" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
          "msg" : "GPTL cmake update (#1279)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "cmake/deps/GPTLDependency.cmake"
            }
          ]
        }
      ],
      "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" : 39,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_cmake_test/39/"
  },
  "previousBuild" : {
    "number" : 37,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_cmake_test/37/"
  }
}