Loading CMakePresets.json +4 −3 Original line number Diff line number Diff line Loading @@ -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" } }, Loading Loading @@ -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 }, Loading Loading
CMakePresets.json +4 −3 Original line number Diff line number Diff line Loading @@ -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" } }, Loading Loading @@ -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 }, Loading