Amin
It looks like you need BLAS and LAPACK.
First download LAPACK at http://www.netlib.org and untar.
After use the attached make.inc in your LAPACK directory
You will need to change its name to make.inc
mv make.inc ifort make.inc
make blaslib
will generate the BLAS library
make
will generate the LAPACK library and test it.
Hope it helps
Julie
On Feb 9, 2010, at 7:30 PM, ESMAEILI AMIN wrote:
Dear Sir
Hi
I've downloaded the BLAS from your site and do the following command lines in
openSUSE linux
mkdir BLAS
mv blas.tgz BLAS
cd BLAS
tar xfz blas.tgz
ifort -O3 -c *.f
all the process are correct, but when I want to run this commmand:
ar r libblas.a *.o
this error would be observed:
ar: creating libblas.a
I run the program with this command line:
ifort -openmp -fpp -lblas -o cal shale_v01.f90
but the compiling is as follows:
shale_v01.f90(51): (col. 14) remark: LOOP WAS VECTORIZED.
shale_v01.f90(51): (col. 14) remark: LOOP WAS VECTORIZED.
shale_v01.f90(113): (col. 9) remark: LOOP WAS VECTORIZED.
shale_v01.f90(119): (col. 13) remark: LOOP WAS VECTORIZED.
ld: cannot find -lblas
and no output file will creadted. please help me to run the program correctly
with using blas library.
Best Regards
Sincerely
Amin
<shale_v01.f90>_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
**********************************************
Julie Langou; Research Associate in Computer Science
Innovative Computing Laboratory;
University of Tennessee from Denver, Colorado ;-)
julie@Domain.Removed; http://www.cs.utk.edu/~julie/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20100210/629c2ebe/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.inc.ifort
Type: application/octet-stream
Size: 2463 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20100210/629c2ebe/make.inc.obj
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20100210/629c2ebe/attachment-0001.html
|