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

Problem while linking abaqus with fortran

Oumaima
Beginner
855 Views

I have installed 

abaqus 2022

Microsoft Visual Studio 2019

Intel OneAPI base toolkit 2024.1

Intel OneAPI HPC toolkit 2024.1

while linking abaqus with fortran I got this error

error.png

Any help please !

0 Kudos
3 Replies
TobiasK
Moderator
816 Views

@Oumaima This is probably a question for the Abaqus support not for the Fortran forum here.

0 Kudos
mecej4
Honored Contributor III
798 Views

Decades ago, I had a colleague who had a prominently displayed plaque that said:

 

     Engineering is Precision Guesswork

 

That bit of wisdom prompts me to observe that there was no "problem with linking", as reported in this thread.

The Abaqus verification batch file caused a short Fortran program to be generated, compiled, linked and run. The run, however, did not produce the expected result, and this mishap can have had a number of reasons.

You may inspect the log file user_std.log for more details that may or may not add to the confusion, but nothing divulged so far indicates that there was any "problem with linking" in the sense that any user of Intel Fortran is likely to think of.

Oumaima
Beginner
785 Views

@mecej4 The log file user_std.log shows:

Fetching files: ['std_user']
Abaqus FETCH job std_user
fetching: std_user.for
fetching: std_user.inp
Running Abaqus/Standard user subroutine

Action Type: analysis
JobTest user_std args: ['-job', 'std_user', '-user', 'std_user', '-seq']

0 Kudos
Reply