When running post-processing python script only one thread of the computer is being utilized. How to use multiple threads for computations? Basically, I am extracting displacements from all nodal points, doing an FFT on all of them, perform computation on frequency results, and write results back to file. It is taking hours and days to do this simple task. Could not find any information about multi-threading in Abaqus manual.  

Similar questions and discussions