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

Intel(r) Visual Fortran run-time error when running ansys from matlab

hamed_t_
Beginner
3,604 Views

I tried to interface Matlab and Ansys. Starting Ansys from Matlab again and again in a loop.

It worked but after several loops it stop and a window with below error comes up.

run-time error image

0 Kudos
1 Reply
mecej4
Honored Contributor III
3,605 Views

Presumably, ANSYS contains some code that calls the IFort runtime library, and a crash occurred in one of those calls.  It is possible that if your Matlab code calls ANSYS repeatedly and, in each call, ANSYS does not terminate gracefully, more and more memory gets tied up until this leads to a crash.

The post-crash stack trace shows no involvement of Matlab or user source code. You have to contact ANSYS or ask in an ANSYS user forum with particulars of what you are trying to do.

0 Kudos
Reply