Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Abaqus Error: The executable standard.exe aborted with system error code 1073741515.

Status
Not open for further replies.

Mohammed Nagy

Mechanical
Nov 12, 2019
13
Hello,
I'm trying to control the amplitude of my FEM model by a matlab code. I defined the amplitude as user defined (UAMP). And in my UAMP subroutine.for code I call the matlab function that calculates the value of the new amplitude and returns it. However i get this error in abaqus : The executable standard.exe aborted with system error code 1073741515.

My code uses functions like ep = engOpen('matlab'), T = mxCreateDoubleMatrix(M, N, 0) and similar functions from the matlab example. If I remove them from my code i don't get the error but of course i need them. So what is the problem?
 
Replies continue below

Recommended for you

Are there any additional error or warning messages in the dat and msg files ? They may indicate the actual reason of the problem.
 
Thank you for your reply.
No, Just this error message.
 
Which release of Abaqus do you use ? Make sure that proper version of Visual Studio for this Abaqus release is installed on your computer. Also check whether the usub_lib_dir parameter in abaqus_v6.env file points to correct directory.
 
I'm using Abaqus 2017, Visual Studio 2013 and Intel Parallel XE 2017 (This is the only combination that worked for me! I followed the steps in this video
I have the "abaqus_v6.env" at C:\temp\ and it has the following lines inside it :

import os
usub_lib_dir = os.getcwd()
del os
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor