testing
Aerospace
- Jul 19, 2013
- 127
I'm trying to run Abaqus as fast as possible on a cluster. My model isn't large, but I'm coupling it to another solver that is more expensive. I'm trying to minimize the time spent in analysis by Abaqus, but I'm not seeing any speedup going from one compute node with OpenMP to two compute nodes with MPI. I'm not concerned with efficiency of the abaqus solve itself, just with straight-up throughput so my expensive analysis is not sitting idle while waiting on Abaqus. Does anyone know ways to increase speed? This can include disabling all Abaqus output since the variables I care about will be duplicated in the other code's output. Right now, I'm not getting more than 90 iterations per minute of wallclock time, but I'd like to get that down.