Skip to content

Commit 5a94c9a

Browse files
committed
1. implements PLASMA interface
2. adds some more benchmarking features 3. removes ATLAS linkage from Makefile
1 parent 5d17986 commit 5a94c9a

File tree

4 files changed

+466
-8
lines changed

4 files changed

+466
-8
lines changed

build-scripts.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
##########################

0 commit comments

Comments
 (0)