added missing #ifdef around #include "thread_mpi.h"
commit682cf5f7687081b69561e7c9585899187fbd0220
authorSzilard Pall <pszilard@cbr.su.se>
Tue, 17 Apr 2012 22:56:56 +0000 (18 00:56 +0200)
committerSzilard Pall <pszilard@cbr.su.se>
Wed, 18 Apr 2012 00:21:56 +0000 (18 02:21 +0200)
tree06122561d2fcc1b75e1f654a4a104b04cff1e0be
parent898431b5b36f8a74306746e6017cf551d8ddf08a
added missing #ifdef around #include "thread_mpi.h"

Due to the the missing #ifdef mdrun was not compiling with compilers
that don't like thread_mpi.h (e.g. Cray compiler).

Change-Id: Ibf980b46aaf56b81fffec5ada7cb3d93492a2220
src/gmxlib/shift_util.c