]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorhn <hn49@aub.edu.lb>
Thu, 28 Sep 2017 08:04:49 +0000 (10:04 +0200)
committerhn <hn49@aub.edu.lb>
Thu, 28 Sep 2017 08:04:49 +0000 (10:04 +0200)
IDA/Makefile [new file with mode: 0644]

diff --git a/IDA/Makefile b/IDA/Makefile
new file mode 100644 (file)
index 0000000..20a836f
--- /dev/null
@@ -0,0 +1,12 @@
+
+
+
+CPP_FLAGS= -fopenmp  -O3 -lc   -lm  
+
+LIBS= -larmadillo -lopenblas
+
+test_mat2: test_mat2.cpp
+       g++ -std=c++11 $(CPP_FLAGS)  -o $@ $<   $(LIBS)
+
+clean:
+       rm test_mat2