Aero-tomato / SMA-UMAT

A user-defined material subroutine for polycrystalline shape memory alloys under large deformations
19 stars 15 forks source link

Error in job Job-1: Abaqus/Standard Analysis exited with an error - Please see the message file for possible error messages if the file exists. #2

Open Rahul-G96 opened 3 years ago

Rahul-G96 commented 3 years ago

Sir, I tried to simulate your model by importing Bar_Actuation and created a job and specified the path for the UMAT(Finite_Strain_SMA_UMAT) file and submitted the job but getting the following error

Error in job Job-1: Abaqus/Standard Analysis exited with an error - Please see the message file for possible error messages if the file exists.

I have also attached the screenshot of the same.

Screenshot (154)

amirabbasja commented 2 years ago

Hey! I found the solution! This problem arises from using intel oneAPI for linking the abaqus to fortran; If you have this problem, reverse what you did in your linking. This includes changes in:

for solving this issue, use intel parallel studio XE for linking abaqus and fortran. This video has detailed instructions for this matter

chenhaha123 commented 11 months ago

嘿!我找到了解决方案!此问题源于使用 intel oneAPI 将 abaqus 链接到 fortran;如果您遇到此问题,请撤消您在链接中所做的操作。这包括以下方面的更改:

  • customv6.env
  • abaqusv6.env
  • abaq2020.bat
  • abqus 命令和 CAE 的目标

要解决此问题,请使用 Intel Parallel Studio XE 链接 Abaqus 和 Fortran。该视频有关于此事的详细说明

I want to watch this video and find it is a private video, how can I see it

amirabbasja commented 11 months ago

I'm sorry, but this video seems to have been deleted. Try linking the Fortran to Abaqus using " intel parallel studio XE". I'm sure you can find some references about it on the internet. And, as I said earlier, don't use "intel oneAPI " for linking which in my case, was the main reason for the UMAT running into errors. P.s. I have long deleted Abaqus and Intel Parallel Studio XE. So I don't know which versions are compatible.

Best of luck to you, Abbas

altaflone commented 8 months ago

Dear all

For users working with intel one API, go to line no. 802 of code and comment the command "STOP".

That is it.

Their is no need to modify .env File or keep the .env file in work directory.

Thanks

xgao1999 commented 5 months ago

Dear all

For users working with intel one API, go to line no. 802 of code and comment the command "STOP".

That is it.

Their is no need to modify .env File or keep the .env file in work directory.

Thanks

I would like to ask how to go to line no. 802 of code and comment the command "STOP".?Thanks.