compas-dev / compas_fea

COMPAS interface to common Finite Element Analysis software.
https://compas.dev/compas_fea
MIT License
35 stars 16 forks source link

Option for different multi-processing types in an Abaqus analysis #100

Closed andrewliew closed 5 years ago

andrewliew commented 5 years ago
andrewliew commented 5 years ago

multiprocessingMode has been changed from MPI to THREADS, which fixes the issue if MPI isnt installed, and appears to be no slower.