Discussion:
System error code 144 while executing UMAT'S
rohith_cbit
2009-09-26 06:46:33 UTC
Permalink
Hi every one,

I would like to know the specific reason for the 'system error code -144' especially comes while executing UMAT's. Microsoft has listed the details of this particular error code and says "the directory is not the sub directory of the root directory". I feel that this is not a coding error. Any help related to this discussion would be greatly appreciated.

Thanks and Regards,

Rohith
Fahad Almaskari
2009-09-28 15:53:55 UTC
Permalink
Hi Rohith,

in my experience, this error message come about when compiler cannot
deliver some variables to ABAQUS such as when this variable is a
result of something divided by zero.


you need to add in your UMAT print or write command to ABAQUS command
window PRINT(*,*) or WRITE(*,*) between the steps. when ABAQUS abrupt,
you at least know where to look at. (i.e. after the last printed
message)

also try to use the command window rather than ABAQUS CAE as it print
more information about the linking status.

ABAQUS job='JOB-NAME' user='UMAT-NAME' INT

yours
Fahad
Post by rohith_cbit
Hi every one,
I would like to know the specific reason for the 'system error code
-144' especially comes while executing UMAT's. Microsoft has listed
the details of this particular error code and says "the directory is
not the sub directory of the root directory". I feel that this is
not a coding error. Any help related to this discussion would be
greatly appreciated.
Thanks and Regards,
Rohith
[Non-text portions of this message have been removed]
rohith_cbit
2009-09-30 13:57:00 UTC
Permalink
Hi Fahad,

I execute UMAT's using command window I generally avoid cae usage. Print statement is fine, but the reason behind this is what troubling me as sometime back I debugged this error just by changing the names of some variables, I don't know how the name of the variable aborts the execution of the code.

Regards,
Rohith
Post by Fahad Almaskari
Hi Rohith,
in my experience, this error message come about when compiler cannot
deliver some variables to ABAQUS such as when this variable is a
result of something divided by zero.
you need to add in your UMAT print or write command to ABAQUS command
window PRINT(*,*) or WRITE(*,*) between the steps. when ABAQUS abrupt,
you at least know where to look at. (i.e. after the last printed
message)
also try to use the command window rather than ABAQUS CAE as it print
more information about the linking status.
ABAQUS job='JOB-NAME' user='UMAT-NAME' INT
yours
Fahad
Post by rohith_cbit
Hi every one,
I would like to know the specific reason for the 'system error code
-144' especially comes while executing UMAT's. Microsoft has listed
the details of this particular error code and says "the directory is
not the sub directory of the root directory". I feel that this is
not a coding error. Any help related to this discussion would be
greatly appreciated.
Thanks and Regards,
Rohith
[Non-text portions of this message have been removed]
sanghita bhattacharya
2009-09-29 16:42:40 UTC
Permalink
Are you running it on a Unix based system?
Try running it on a unix system with that the error reporting is better.
It could be a memory problem too.
Also check the array size, I had a similar problem and I found the problem was the output was exceeding the size of the array.

Thanks,
Sanghita

--- On Sat, 9/26/09, rohith_cbit <***@yahoo.co.in> wrote:

From: rohith_cbit <***@yahoo.co.in>
Subject: [Abaqus] System error code 144 while executing UMAT'S
To: ***@yahoogroups.com
Date: Saturday, September 26, 2009, 2:46 AM






 





Hi every one,



I would like to know the specific reason for the 'system error code -144' especially comes while executing UMAT's. Microsoft has listed the details of this particular error code and says "the directory is not the sub directory of the root directory". I feel that this is not a coding error. Any help related to this discussion would be greatly appreciated.



Thanks and Regards,



Rohith































[Non-text portions of this message have been removed]
Loading...