Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with user subroutine 2

Status
Not open for further replies.

kevin128

Mechanical
Joined
Oct 27, 2008
Messages
3
Location
BE
Hi,
I'm using abaqus 6.7, I'm new with it and it's my first simulation.
I'm using a user subroutine in fortran in order to use a load case and the problem may come from there.
The simulation crash and this is what's in the log file:


"
LINK: extra operand `/subsystem:console'
Try `LINK --help' for more information.
Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines.
This error may be due to a mismatch in the Abaqus user subroutine
arguments.
These arguments sometimes change from release to release, so user
subroutines
used with a previous version of Abaqus may need to be adjusted.
Abaqus/Analysis exited with errors"


Any idea of what is the problem, what is the use of "subsystem:console"

thanks in advance

Kevin
 
Kevin, are you using an old User Subroutine? According to the message, it looks like your subroutine may have an incorrect number of arguments; inconsistent with the V6.7 subroutine. Check the arguments in the routine you are using against what the v6.7 manual says.

I don't know what `/subsystem:console' is.
 
I don't remember the "subsystem:console" part but I got this error whenever there was even a syntax error in my subroutine. So it may not be that the subroutine is old and things have changed, it may just be an error in the fortran code.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top