Commit 476ace58 authored by Henderson, Shane's avatar Henderson, Shane
Browse files

Update to have the right names

parent ece95325
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@
        "LAPACK_LIBRARY_DIRS": "/opt/vera_tpls/lapack-3.5.0/lib",

        "CMAKE_C_COMPILER": "gcc",
        "CMAKE_CXX_COMPILER": "g++"
        "CMAKE_CXX_COMPILER": "g++",
        "CMAKE_Fortran_COMPILER": "gfortran"
      }
    },

@@ -86,14 +87,14 @@

  "testPresets": [
    {
      "name": "serial",
      "name": "serial-debug",
      "displayName": "CTest (serial)",
      "configurePreset": "serial-debug",
      "execution": { "jobs": 4 },
      "output": { "outputOnFailure": true }
    },
    {
      "name": "mpi",
      "name": "mpi-debug",
      "displayName": "CTest (mpi) — excludes CI-disabled tests",
      "configurePreset": "mpi-debug",
      "execution": { "jobs": 4 },