No, every job will be finished the data will be extracted and another job will be run. It is with a python script in the terminal of linux.By calling abaqus CAE and running the script.
I have tried to reduce the number of jobs, but even with 2 jobs it faces the same problem!
Hi,
I am running a python script for a 2D model with 4000 elements to calculate different field outputs.I will apply 7 load case on this model while each load case means one job.While I can extract results with separated load cases, when I run 7 load cases I will face this error:
*** error: an...
Hello every body,
I am quite new in python scripting of abaqus. Recently I am writing a script to loop over all steps and then all frames in my odb file. And then extract stress and strain components for each element in each frame and at the end homogenize over all elements in that frame.Since...