Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7121 Discussions

Re: Fortran Compiler within ABAQUS2024 and MSC Marc

Xiang_Kong
Beginner
582 Views

UPDATE

(1)  ifort is working after adding Variable Name: IFORT_COMPILER24; Variable value: C:\Program Files (x86)\Intel\oneAPI\compiler\2024.2\bin. It looks Fortran is well installed. 

 

(2) All verification is passed at Abaqus by Abaqus verify -all . However, the program can run but the output results are 0. Only displacement/strain gives value as imposed.  It looks subroutines are NOT really compiled and excuted. 

 

(3)  Subroutines computation is launched under MarcMentat (tried on 2024.1 and 2022.2), which always gives 'no Intel MKL available
Marc Exit number 3' while the software can run computation correctly without subroutines (i.e. without Fortran compile).  It seems MKL library migh be NOT well integrated into Visual Studio 2022 after reading https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-MKL-2024-0-fails-to-fully-integrate-into-Visual-Studio/m-p/1553412

0 Kudos
1 Reply
Fengrui
Moderator
456 Views

Hello,


Thank you for posting in the forum!


It looks to be a problem related to environment setting. I'm not an expert of Abaqus, but let's first try to make sure that oneMKL is installed correctly with Visual Studio. Regarding point (3), could you try to run an oneMKL Fortran example using Visual Studio to check if the environment works expectedly? Based on your Fortran compiler location, the examples should be located at "C:\Program Files (x86)\Intel\oneAPI\mkl\2024.2\share\doc\mkl\examples\examples_core_f.zip". Actually I can not reproduce the issue in the link you shared.


Thanks,

Fengrui


0 Kudos
Reply