Hi,
I'm using abaqus (6.7.1) with python scripts and an homemade interface written in C++.
In order to improve my application, i'd like to now if is it possible to stop an analysis with a c++ command.
In fact i'm looking for an equivalent of:
mdb.jobs['MY_JOB'].kill()
in c++, or in python...