Skip to content

tkdhss111/fortran-openblas-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran-openblas-installer

Installer for gfortran static/shared library of OpenBLAS with BLAS95 and LAPACK95 interfaces

  • OpenBLAS has both BLAS and LAPACK routines
  • OpenBLAS is written in C and assembly with optimization

Install in Linux

Static/shared libraries are to be stored in INSTALL_DIR directory in makefile. Replace it with full path.

make

To test all test files,

make check

Install in Windows

  • Install MSYS2/MinGW64 for compilation in advance
  • GNU makefile is used instead of nmake makefile stored in C:/Program Files (x86)/Intel/oneAPI/mkl
  • Try a few times if installation fails

About

Installer for gfortran static/shared library of OpenBLAS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published