Skip to content

Commit 244b601

Browse files
committed
add objects in blas , built on mac highsierra
1 parent 1f62238 commit 244b601

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+3
-3
lines changed

highSierra-BLAS-3.7.1/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ include make.inc
5656
#######################################################################
5757

5858
all: $(BLASLIB)
59-
mkdir objects;mv *.o objects
60-
mkdir lib;mv *.a lib
59+
mkdir objects;yes |mv *.o objects
60+
mkdir lib; yes|mv *.a lib
6161

6262
#---------------------------------------------------------
6363
# Comment out the next 6 definitions if you already have
676 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/make.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PLAT = _LINUX
1616
# desired load options for your machine.
1717
#
1818
FORTRAN = gfortran
19-
OPTS = -Ofast -march=native -fomit-frame-pointer -funroll-loops -ffast-math -Ofast -fno-signed-zeros -ffp-contract=fast -mmmx -msse -flto -maes -march=native
19+
OPTS = -Ofast -march=native -fomit-frame-pointer -funroll-loops -ffast-math -fno-signed-zeros -ffp-contract=fast -mmmx -msse -flto -maes -march=native -shared
2020
DRVOPTS = $(OPTS) $CFLAGS $MATHFLAGS
2121
NOOPT =
2222
LOADER = gfortran

highSierra-BLAS-3.7.1/objects/caxpy.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ccopy.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cdotc.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cdotu.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cgbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cgemm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cgemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cgerc.o

-20 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cgeru.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chemm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cher.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cher2.o

-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cherk.o

0 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chpmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chpr.o

0 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/chpr2.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/crotg.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cscal.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/csrot.o

0 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/cswap.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/csymm.o

-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/csyrk.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctbsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctpmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctpsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctrmm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctrmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctrsm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ctrsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dasum.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/daxpy.o

-8 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dcopy.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ddot.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dgbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dgemm.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dgemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dger.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dnrm2.o

0 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/drot.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/drotg.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/drotm.o

-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dscal.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsdot.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dspmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dspr.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dspr2.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dswap.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsymm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsymv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsyr.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsyr2.o

-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dsyrk.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtbsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtpmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtpsv.o

-28 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtrmm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtrmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtrsm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/dtrsv.o

4 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/lsame.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sasum.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/saxpy.o

-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/scopy.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sdot.o

-16 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sgbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sgemm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sgemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sger.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/snrm2.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/srot.o

-20 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/srotg.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/srotm.o

-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssbmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sscal.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sspmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sspr.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sspr2.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/sswap.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssymm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssymv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssyr.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssyr2.o

-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ssyrk.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/stbmv.o

-20 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/stbsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/stpmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/stpsv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/strmm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/strmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/strsm.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/strsv.o

-8 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zaxpy.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zcopy.o

-20 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zdotc.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zdotu.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zdrot.o

-16 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zgbmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zgemm.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zgemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zgerc.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zgeru.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhemm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhemv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zher.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zher2.o

-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zherk.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhpmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhpr.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zhpr2.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zrotg.o

0 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zscal.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zswap.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zsymm.o

-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/zsyrk.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztbmv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztbsv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztpmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztpsv.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztrmm.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztrmv.o

-12 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztrsm.o

-8 Bytes
Binary file not shown.

highSierra-BLAS-3.7.1/objects/ztrsv.o

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)