Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

error code 144

solelabmec
Beginner
1,429 Views

Hi, I'm using abaqus 6.8.2 running a fortran subroutine with Intel Compiler 8.0 and the standard.exeaborted with system error code 144.

Can anybody tell me what this error mean?

Thanks.
Soledad

0 Kudos
3 Replies
Steven_L_Intel1
Employee
1,429 Views

Can you show us the actual and complete text of the error messaage?

0 Kudos
TimP
Honored Contributor III
1,429 Views

Can you show us the actual and complete text of the error messaage?

If I recall correctly, with ifort 8, the error message file had to be symlinked into the expected path, in order to display the full text message. 8.0 was not one of the better versions, although 8.1 still has adherents.

0 Kudos
Steven_L_Intel1
Employee
1,429 Views

Tim, I'd think your comment would be applicable to Linux but not to Windows. The Windows compiler of that vintage had no separate message file.

A Fortran error 144 would be "Reserved Operand" which I don't think is possible in Intel Fortran. (That error code is historical, coming from VAX Fortran.) A Windows system error code of 144 is "DIR_NOT_ROOT: The directory is not a subdirectory of the root directory." This doesn't seem likely either.

0 Kudos
Reply