CMAKE_MINIMUM_REQUIRED(VERSION 3.13..3.26.3)
set(PACKAGE_NAME "imach")
SET(IMACH_VERSION_MAJOR 0)
-SET(IMACH_VERSION_MINOR 99s11)
+SET(IMACH_VERSION_MINOR 99s12)
SET(IMACH_VERSION_PATCH 0)
SET(IMACH_VERSION_NOTE "")
SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})
uploadsetup:
rsync -v ../build/Output/imach-$(VERSION)-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download
+TESTFILE=../tests/testV2.imach
+
+valgrind-test : imach $(TESTFILE)
+ valgrind --dsymutil=yes --leak-check=full --show-leak-kinds=all --track-origins=yes ./imach $(TESTFILE)
+
$(PARAM).htm: imach $(PARAM).imach data1.txt
./imach $(PARAM).imach
e=vector(1, n);
tflin=vector(1, n);
v=matrix(1, n, 1, n);
- for(i=1;i<=n;i++){d[i]=y[i]=z[i]=q0[0]=e[i]=tflin[i]=0.;}
+ for(i=1;i<=n;i++){d[i]=y[i]=z[i]=q0[i]=e[i]=tflin[i]=0.;}
small_windows = (macheps) * (macheps); vsmall = small_windows*small_windows;
large = 1.0/small_windows; vlarge = 1.0/vsmall;
m2 = sqrt(macheps); m4 = sqrt(m2);
#define __IMACH_VERSION_MAJOR__ 0
-#define __IMACH_VERSION_MINOR__ 99s11
+#define __IMACH_VERSION_MINOR__ 99s12
#define __IMACH_VERSION_PATCH__ 0
#define __IMACH_VERSION__ "0.99s11"