×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

linking fortran and abaqus: cannot open file 'MSVCRT.LIB'

linking fortran and abaqus: cannot open file 'MSVCRT.LIB'

linking fortran and abaqus: cannot open file 'MSVCRT.LIB'

(OP)
Dear Friends
I am trying to work with user subroutines in abaqus and I have this error in the text file now.

"Abaqus JOB job-1
Abaqus Version 6.7-1
Begin Compiling Abaqus/Standard User Subroutines
12/3/2008 10:32:01 AM
End Compiling Abaqus/Standard User Subroutines
12/3/2008 10:32:02 AM
Begin Linking Abaqus/Standard User Subroutines
12/3/2008 10:32:02 AM
LINK : fatal error LNK1104: cannot open file 'MSVCRT.LIB'
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"

Do you have any idea about how to solve this error?
regards
 

RE: linking fortran and abaqus: cannot open file 'MSVCRT.LIB'

You need to have the appropiate version of MS Visual C++ and Intel Fortran compilers in order to have the job running with subroutines.

If the correct version of compilers are installed, then you have to make sure that the paths to various library files are defined correctly.

You can verify the intallation running the following command on command prompt:

abaqus verify -user_std

Best.

 

RE: linking fortran and abaqus: cannot open file 'MSVCRT.LIB'

This can happen even with a well installed setup. Try:

1. Open your Abaqus site environment file, which is typically found at C:\ABAQUS\(version)\site\abaqus_v6.env
2. Look for a line that begins with link_sl
3. In that line, change the text

      /DEFAULTLIB:MSVCRT.LIB

      to

      /NODEFAULTLIB:MSVCRT.LIB

 

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources