ECP-copa / ExaMPM

Material point method proxy application based on Cabana.
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

OpenMP #1

Closed brynbarker closed 5 years ago

brynbarker commented 5 years ago

Parallelized code using openMP with thread count set as a command line argument. Slower than original if number of particles is too low. Otherwise seems to improve speed most with 5-6 threads. Error seems to compound after enough time steps.

brynbarker commented 5 years ago

cleaned up the updateParticleGradients like you suggested