Page 1 of 1

Problem in Compiling BLASLIB

PostPosted: Mon Oct 13, 2014 6:11 am
by fxj126
Dear all,
I'm a new user. I use the OpenSuse Linux System.
After the copy step of "make.inc", I don not know how to compile BLAS by typing "make blaslib". Where should I type these words?
And do I need change any settings in the file "make.inc"?
Thank you for your help!

Re: Problem in Compiling BLASLIB

PostPosted: Mon Oct 13, 2014 12:42 pm
by admin
I would recommend a quick Shell / Linux command and Makefile tutorial.

Open a terminal, go into your LAPACK folder (cd is the command to change directory)
Then type make blaslib.
make -> command to call Makefile build system.
blaslib -> target to build the BLAS library

Hope it helps