You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.ia64 863 B

12345678910111213141516171819202122
  1. CCOMMON_COPT += # -DUSE64BITINT # -DGEMMTEST
  2. # CCOMMON_OPT += -DPARAMTEST
  3. FLAMEPATH = $(HOME)/flame/lib/ia64
  4. ifndef SMP
  5. LIBMKL = -L$(MKLPATH)/64 -Wl,-rpath,$(MKLPATH)/64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lguide -lpthread -lm
  6. else
  7. LIBMKL = -L$(MKLPATH)/64 -Wl,-rpath,$(MKLPATH)/64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lguide -lpthread -lm
  8. endif
  9. LIBFLAME = -L$(FLAMEPATH) -llapack2flame -lflame $(TOPDIR)/$(LIBNAME) -lgfortran -lpthread -lm
  10. LIBMLIB = ../../level1/others/libmisc.a -L/opt/intel/fc/ia64/9.1.040/lib -L/opt/mlib/lib \
  11. -llapack -lguide -lifcore -lm -lpthread
  12. LIBSCSL = -L/opt/scsl/1.4.1.0/lib -Wl,-rpath,/opt/scsl/1.4.1.0/lib -lscs
  13. ifndef SMP
  14. LIBATLAS = -L/usr/lib/atlas3.6.0 -lf77blas -latlas -lm
  15. else
  16. LIBATLAS = -L$(HOME)/misc/lib -L/usr/lib/atlas3.6.0p -llapack -lptcblas -lptf77blas -latlas -lpthread -lm
  17. endif