PME load balancing now checks for PME grid restrictions
authorBerk Hess <hess@kth.se>
Thu, 21 Mar 2013 11:30:22 +0000 (12:30 +0100)
committerBerk Hess <hess@kth.se>
Fri, 26 Apr 2013 16:52:47 +0000 (18:52 +0200)
commit79f362967b493527c1c5a01b734a14ed6bf84689
treea2cd651601b5b47a41b56e0ae824830607b427e1
parent957e7adf1e1e9bd30f4595bb79b6e00535045cc3
PME load balancing now checks for PME grid restrictions

To enable this, the PME restrictions checks have been moved
to a separate function called gmx_pme_check_restrictions.
Also allowed nkx==nnodes_major*(order-1) again with threading.

Change-Id: I50b6f8cfaeba5e360c534424c80c320515812e43
include/domdec.h
include/pme.h
src/kernel/pme_loadbal.c
src/mdlib/domdec.c
src/mdlib/pme.c