awslabs / palace

3D finite element solver for computational electromagnetics
https://awslabs.github.io/palace/dev
Apache License 2.0
237 stars 49 forks source link

Set default MPI launcher arguments to `--bind-to none` for threaded runs #179

Closed sebastiangrimberg closed 8 months ago

sebastiangrimberg commented 8 months ago

This is useful when using OpenMP and a small enough number of MPI processes that the default binding leads to --bind-to core. It's just a default so can always be overridden by the user with the --launcher-args option.