Molcas Forum

Support and discussions for Molcas and OpenMolcas users and developers

You are not logged in.

Announcement

Welcome to the Molcas forum.

Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!

You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".

#1 2018-01-05 07:54:27

abid
Member
Registered: 2015-11-12
Posts: 41

Configuring MKL

Dear Ignacio,
I have mkl installed and want to install OpenMolcas. How can I set the path of mkl for lapack to avoid the problem.
"LAPACK+BLAS sources are not available

I want to direct this to installed path, how can I do that.
Thank you very much

Offline

#2 2018-01-05 09:35:37

Ignacio
Administrator
From: Uppsala
Registered: 2015-11-03
Posts: 1,012

Re: Configuring MKL

Have you read the Quick Start guide (in particular the Selecting a linear algebra library section)?

Offline

#3 2018-02-14 11:20:10

abid
Member
Registered: 2015-11-12
Posts: 41

Re: Configuring MKL

Dear All
I am running on a machine which is standalone, mean no internet. What I did is as following:
1. Downloaded the OpenMolcas
2. Installed ifort intel compiler
3. After this unzipped the files and run the ./configure-cmake (cmake is also installed) using following command
   ./configure-cmake --mkl /path/to/intel mkl
4. It works and generates a file for configurations which terminates with message "configuration completed"
5. Also it was saying that pymolcas is installed. But When I run some job,  it gives the message "LAPACK+BLAS sources are not available"
In external folder lapack is empty, can  you please point out the mistakes. or can you please exactly give the commands which can help me to install this open molcas on stand alone machine.
Thank you very much

Offline

#4 2018-02-14 14:39:27

Ignacio
Administrator
From: Uppsala
Registered: 2015-11-03
Posts: 1,012

Re: Configuring MKL

The only occasion to get a "LAPACK+BLAS sources not available" message is when running cmake, if using LINALG= Internal or Runtime. I don't know what you are doing to get it when "running some job".

You said that #4 completes correctly... did you actually compile the program or just configured it (did you run "make" from the generated directory or the "make-*" script)?

The "configure-cmake" script hasn't been very well tested, I don't know if it still works.

Offline

#5 2019-01-28 15:38:39

cymantren
Member
Registered: 2017-09-18
Posts: 37

Re: Configuring MKL

Dear Abid,

I also use MKL an I did the following, at least if you MKL is correctly installed: Linux:
Change your ".bashrc" script to:
-----------------------------------------------
#intel2018.0.128
export MKL_LIB_DIR=/opt/intel/compilers_and_libraries_2018.0.128/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a
export LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2018.0.128/linux/mkl/lib/:$LD_LIBRARY_PATH

#OpenMolcas
export MOLCAS=~build
export PATH=$PATH:$HOME/bin
-------------------------------------------------
close and start the console again !


Greetings

Alfred

Offline

Board footer

Powered by FluxBB 1.5.11

Last refresh: Today 00:07:07