1 (edited by rongbao 16-09-2019 18:03:05)

Topic: Problem with USE_PARDISO_ORG on win7 and Microsoft Visual Studio 2017

Dear all,
I have built OOFEM on win7 by using Microsoft Visual Studio 2017 and Intel® Parallel Studio XE 2018. I set "USE_PARDISO_ORG"= On.  I downloaded the "libpardiso600-WIN-X86-64.lib" from https://www.pardiso-project.org/. But when I built the project in VS2017, it showed the “LINK : fatal error LNK1181: could not find the “gfortran.lib” ” . How can I obtain the “gfortran.lib” in Win7?
Thank you very much for all your help.

Post's attachments

Cmake GUI.JPG 37.39 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

2

Re: Problem with USE_PARDISO_ORG on win7 and Microsoft Visual Studio 2017

Hi,
looks like that pardiso requires fortran libraries. It seems you have downloaded the version compiled using Intel compiler.
You can find Redistributable Libraries for Intel® C++ and Fortran 2019 Compilers for Windows under the following link:
https://software.intel.com/en-us/articl … or-windows
By installing, you should get missing fortran dependence.

Borek