Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Problem during linking Abaqus and Fortran subroutine - Linux system

Status
Not open for further replies.

AlessandroDeIasio

Structural
Jun 1, 2022
1
0
0
GB
Hi everyone,

I'm trying to run an Abaqus which uses a user-defined subroutine USDFLD on my uni supercomputer. I use a .sh file to run the job in the command window. I load both the Abaqus and Fortran modules, and it compiles correctly. The problem arises when linking Abaqus and the compiler.

The .out file is like that:

Begin Compiling Abaqus/Standard User Subroutines
Wed 01 Jun 2022 12:08:10 PM BST
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.2.174 Build 20170213
Copyright (C) 1985-2017 Intel Corporation. All rights reserved.

Intel(R) Fortran 17.0-1675
End Compiling Abaqus/Standard User Subroutines
Begin Linking Abaqus/Standard User Subroutines
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.2.174 Build 20170213
Copyright (C) 1985-2017 Intel Corporation. All rights reserved.

GNU ld version 2.27-44.base.el7
ld: cannot find -lstdc++
ld: cannot find -lstdc++
Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines
Abaqus/Analysis exited with errors​


I tried to find a solution on google but I didn't find anything. I'm also not very familiar with Linux. Can someone help me, please?

Alessandro
 
Status
Not open for further replies.
Back
Top