#=============================================================================== # ILP32 mode, C interface /ATLAS BLAS, do not test for integer overflow. #=============================================================================== # Using Intel's icc compiler: CC = icc CFLAGS = -ansi -O3 -ip -tpp7 -xW -vec_report0 UMFPACK_CONFIG = -DCBLAS -DTESTING -I/cise/research/sparse/Install/ATLAS/Linux_P4SSE2/include LIB = -lcblas -latlas -lm RANLIB = ranlib MV = mv -f RM = rm -f MEX = mex -inline -g AR = ar cr #=============================================================================== CLEAN = *.o *.obj *.ln *.bb *.bbg *.da *.c.tcov *.c.gcov gmon.out