cblas

Ceci est une ancienne révision du document !


Source

Compilation

nemo-henry% diff Makefile.X86SOL2 Makefile.SUN4SOL2
2c2
< # Makefile.X86SOL2
---
> # Makefile.SUN4SOL2
19c19
< PLAT = X86SOL2
---
> PLAT = SUN4SOL2
25,26c25,26
< BLLIB = -xlic_lib=sunperf
< CBDIR = $(HOME)/CBLAS
---
> BLLIB = libblas.a
> CBDIR = $(HOME/CBLAS
34c34
< CC = cc
---
> CC = gcc
42,44c42,44
< CFLAGS = -g -DADD_ -xtarget=opteron -xarch=amd64
< FFLAGS = -g -u -xtarget=opteron -xarch=amd64
< LOADFLAGS = -xtarget=opteron -xarch=amd64
---
> CFLAGS = -g -DADD_ -ansi -pedantic -Wall
> FFLAGS = -g -u
> LOADFLAGS =

Utilisation

cc -xtarget=opteron -xarch=amd64 -o test_dgemv /local/henry/CBLAS/lib/X86SOL2/cblas_X86SOL2 -xlic_lib=sunperf -I./src test_dgemv.c

Exemples

  • cblas.1191333584.txt.gz
  • Dernière modification : 2017/08/25 09:55
  • (modification externe)