Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28759 Discussions

compile_fortran error with Abaqus

MattSky
Beginner
570 Views

Hey everyone, 

I am working to install and setup Abaqus User Subroutines on a virtual Windows 10 image. I have a research license and installed Abaqus. When trying to setting up User Subroutines, I followed the instruction in this link https://www.fidelisfea.com/post/abaqus-fortran-user-subroutines-what-they-are-and-how-to-execute-them.

 

When I added the compile_fortran += ['/names:lowercase',] to the Research env file and ran abaqus info=system. I get Abaqus error 1.

MattSky_1-1695654686436.png

 

 

When I remove the compile_fortran variable, I command goes through, but the user verification (abaqus verify -user_std fails. See Abaqus error 2.

MattSky_0-1695654661498.png

 

Versions:

Microsoft VS 2022 17.7.4

Intel oneAPI Base and HPC toolkits 2023.2.0

 

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
556 Views

You'll have to ask this in an Abaqus support forum. There is no clue in the output that the Intel Fortran compiler is triggering this error.

Reply