I am using intel® parallel studio xe cluster edition(Student Version)as fortran compiler with abaqus 6.11-1.
When I tried to compile the input file with user subroutine Umat(crystal plasticity) file then following log
was generated. I'm unable to figure out the error as message file was not generated.Any help would be
appreciated.Thank you!
Input file and umat file is available on :https://icme.hpc.msstate.edu/mediawiki/index.php/Code:_ABAQUS_CPFEM
Abaqus 6.11-1
Begin Compiling Abaqus/Standard User Subroutines
Wed Jun 22 01:26:05 2016
ifort: command line remark #10148: option '-w90' not supported
ifort: command line remark #10148: option '-w95' not supported
End Compiling Abaqus/Standard User Subroutines
Wed Jun 22 01:26:09 2016
Begin Linking Abaqus/Standard User Subroutines
Wed Jun 22 01:26:09 2016
ifort: command line remark #10148: option '-i-dynamic' not supported
End Linking Abaqus/Standard User Subroutines
Wed Jun 22 01:26:10 2016
Begin Analysis Input File Processor
Wed Jun 22 01:26:10 2016
Run pre.exe
Abaqus License Manager checked out the following licenses:
Abaqus/Standard checked out 5 tokens.
Wed Jun 22 01:26:15 2016
End Analysis Input File Processor
Begin Abaqus/Standard Analysis
Wed Jun 22 01:26:15 2016
Run standard.exe
/home/preetesh/abaqus6111/6.11-1/exec/standard.exe: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory
Wed Jun 22 01:26:15 2016
Abaqus Error: Abaqus/Standard Analysis exited with an error - Please see the
message file for possible error messages if the file exists.
Abaqus/Analysis exited with errors
Look at log file and dat file
Please check log anddat file.
Download the file using command "sudo apt-get install libiomp5"
Download the file using command "sudo apt-get install libiomp5".
See if it works.