File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11TOPDIR = ..
22include $(TOPDIR ) /Makefile.system
33
4- LIBACML = -fopenmp /opt/pb/acml-5-3-1-gfortran-64bit/gfortran64_fma4_mp/lib/libacml_mp.a -lgfortran -lm
4+ # ACML standard
5+ ACML =/opt/acml5.3.1/gfortran64_mp/lib
6+ LIBACML = -fopenmp $(ACML ) /libacml_mp.a -lgfortran -lm
57
6- LIBATLAS = -fopenmp /usr/lib64/atlas/liblapack.a /usr/lib64/atlas/libptcblas.a /usr/lib64/atlas/libptf77blas.a /usr/lib64/atlas/libatlas.a -lgfortran -lm
8+ # ACML custom
9+ # ACML=/opt/pb/acml-5-3-1-gfortran-64bit/gfortran64_fma4_mp/lib
10+ # LIBACML = -fopenmp $(ACML)/libacml_mp.a -lgfortran -lm
711
8- MKL =/home/saar/intel_mkl
12+ # Atlas Ubuntu
13+ # ATLAS=/usr/lib/atlas-base
14+ # LIBATLAS = -fopenmp $(ATLAS)/liblapack_atlas.a $(ATLAS)/libptcblas.a $(ATLAS)/libptf77blas.a $(ATLAS)/libatlas.a -lgfortran -lm
15+
16+ # Atlas RHEL and Fedora
17+ ATLAS =/usr/lib64/atlas
18+ LIBATLAS = -fopenmp $(ATLAS ) /liblapack.a $(ATLAS ) /libptcblas.a $(ATLAS ) /libptf77blas.a $(ATLAS ) /libatlas.a -lgfortran -lm
19+
20+ # Intel standard
21+ MKL =/opt/intel/mkl/lib/intel64
922LIBMKL = -L$(MKL ) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm
1023
24+ # Intel custom
25+ # MKL=/home/saar/intel_mkl
26+ # LIBMKL = -L$(MKL) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm
27+
28+
1129
1230goto :: slinpack.goto dlinpack.goto clinpack.goto zlinpack.goto \
1331 scholesky.goto dcholesky.goto ccholesky.goto zcholesky.goto \
You can’t perform that action at this time.
0 commit comments