Feature #1080
Improve CPU pinning of mdrun
Description
By default, we not pin mdrun to cores to improve performance. This can cause nasty performance degradation in corner cases where people run multiple processes on the same node, since all those mdrun processes might try to lock themselves to the same subset of nodes.
History
#1 Updated by Erik Lindahl about 8 years ago
- Status changed from New to Closed
Duplicate of #1101. Let's handle it there instead.