Avoid warning about affinity on Blue Gene, reduce warnings
authorErik Lindahl <erik@kth.se>
Fri, 12 Jun 2015 20:46:24 +0000 (22:46 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 16 Jun 2015 09:11:33 +0000 (11:11 +0200)
commit8a5f25a93d11487af9f99869eb2bc225517835db
treeb463e61381ffd93f785bebea07c56344941bef2b
parentb31a7c6eef286cbecebdafb8420c5b410d86925b
Avoid warning about affinity on Blue Gene, reduce warnings

- Blue Gene does not migrate threads, so don't warn about
  affinity setting not being available.
- To avoid flooding users with warnings, just use warnings
  when it is very likely the user did something incorrect
  when setting pinning options, but notes when it might be
  a property of the platform, or when it is not severe.

Fixes #1703.

Change-Id: Idaa781959e0997f6737593a8fd9243d6a979a493
src/gromacs/gmxlib/gmx_thread_affinity.c