We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63c793 commit 0ae0021Copy full SHA for 0ae0021
.github/workflows/ci.yml
@@ -113,8 +113,9 @@ jobs:
113
run: cmake --workflow nofind
114
115
116
-
+# not a meaningful need for this in a pure fortran program
117
valgrind-memory:
118
+ if: false
119
runs-on: ubuntu-latest
120
needs: gcc-new
121
timeout-minutes: 10
memcheck.cmake
@@ -8,7 +8,7 @@
8
9
cmake_minimum_required(VERSION 3.19)
10
11
-list(APPEND opts -DCMAKE_BUILD_TYPE=Debug)
+list(APPEND opts -DCMAKE_BUILD_TYPE=Debug -Dh5fortran_BUILD_TESTING=ON)
12
13
if(NOT DEFINED CTEST_MEMORYCHECK_TYPE)
14
set(CTEST_MEMORYCHECK_TYPE "Valgrind")
0 commit comments