Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

LAPACK linking

$
0
0

Dear all,

I'm trying to use LAPACK with Intel Visual Fortran Compiler for Windows. I'm hoping to be bale to use it in ABAQUS  UEL subroutine.

Here is the guideline to install LAPACK (http://icl.cs.utk.edu/lapack-for-windows/lapack/index.html#libraries):

  1. Download the LAPACK precompiled binaries. File names of the precomputed debug libraries end with the letter "d" e.g. BLASd.lib and LAPACKd.lib (in comparison to the release versions BLAS.lib and LAPACK.lib).
  2. Locate your BLAS libraries for your machine. (You may want to choose the Debug config if you choose GOTOBLAS)
  3. Download the LAPACK-VS-Example Visual Studio project and unzip
  4. Move or Copy the libraries from step 1 in the LAPACK-VS-Example folder.
  5. If you are not using the Reference BLAS, you will need to modify change the properties "Linker > General > Additional Library Directory" to tell Visual Studio where the libraries are, and also add the name of your BLAS library in "Linker > Input > Additional Dependencies"
  6. Compile the project and run the resulting executable.

Because I'm using the reference BLAS, I'm not suppose to deal with step 5.

I have two questions:

1- Is it possible to use LAPACK with ABAQUS UEL subroutine or not?

2- How can I locate BLAS libraries to my machine (step 2)? without locating them to machine (which I don't know how to do) I'm getting these errors while running it:

Error    1     error #11018: Cannot open LAPACK.lib    ipo 

Error    2     error #11018: Cannot open BLAS.lib    ipo    

Error    3     fatal error LNK1181: cannot open input file 'LAPACK.lib'    LINK    

Thanks in advance for helping me.

Regards,

   

 


Viewing all articles
Browse latest Browse all 3270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>