File tree 4 files changed +466
-8
lines changed
4 files changed +466
-8
lines changed Original file line number Diff line number Diff line change
1
+ ##########################
2
+ # PLASMA #
3
+ ##########################
4
+ make distclean ; ./autogen.sh ; ./configure
5
+ LDFLAGS="-L/home/eder/repos/xkaapi-2.0/install/lib
6
+ -L/home/eder/repos/plasma-installer_2.5.0b1/install/lib"
7
+ CFLAGS="-I/home/eder/repos/xkaapi-2.0/install/include
8
+ -I/home/eder/repos/plasma-installer_2.5.0b1/install/include
9
+ -L/home/eder/repos/plasma-installer_2.5.0b1/install/lib -lhwloc -lplasma -lquark
10
+ -lcoreblas -lcblas -lblas -llapacke -llapack -lpthread"
11
+ CXXFLAGS="-I/home/eder/repos/plasma-installer_2.5.0b1/install/include
12
+ -L/home/eder/repos/plasma-installer_2.5.0b1/install/lib -lhwloc -lplasma -lquark
13
+ -lcoreblas -lcblas -lblas -llapacke -llapack -lblas" ; make -j10
14
+
15
+ ##########################
16
+ # OPEN BLAS #
17
+ ##########################
You can’t perform that action at this time.
0 commit comments