forked from TDIV/TBM3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake.inc.atlas
19 lines (16 loc) · 853 Bytes
/
make.inc.atlas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#----------------------------------------------------------|
# Copyright (C) 2016 Yuan-Yen Tai, Hongchul Choi, |
# Jian-Xin Zhu |
# |
# Los Alamos National Laboratory, T-4 Group |
# |
#----------------------------------------------------------|
CC = g++
BOOST_DIR = /home/tai/opt/boost/include
CUDA_DIR = /usr/local/cuda-7.5
MAGMA_DIR = /home/tai/opt/magma
# Linux+Atlas library preference
OSFLAG = -L/usr/lib/lapack/\
-L/usr/lib/atlas-base/lib \
-std=c++11 -O3 -DADD_ -fopenmp -DMAGMA_SETAFFINITY -DHAVE_CUBLAS -DMIN_CUDA_ARCH=300 \
-llapack -lf77blas -lcblas -latlas -lcublas -lcudart -lstdc++ -lm -lgfortran -lifcore