X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fgmx_thread_affinity.c;h=69e256fbca94283f969d57c9f7473f63103b940d;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=703ec4cf713c4196ed8053800fc497f707ddda66;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/gmx_thread_affinity.c b/src/gromacs/gmxlib/gmx_thread_affinity.c index 703ec4cf71..69e256fbca 100644 --- a/src/gromacs/gmxlib/gmx_thread_affinity.c +++ b/src/gromacs/gmxlib/gmx_thread_affinity.c @@ -35,6 +35,7 @@ #include "gmxpre.h" #include "config.h" + #ifdef HAVE_SCHED_AFFINITY # ifndef _GNU_SOURCE # define _GNU_SOURCE 1 @@ -42,22 +43,23 @@ # include # include #endif -#include -#include + +#include "gromacs/legacyheaders/gmx_thread_affinity.h" + #include +#include #include +#include #include "thread_mpi/threads.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/types/hw_info.h" #include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/gmx_cpuid.h" #include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/md_logging.h" -#include "gromacs/legacyheaders/gmx_thread_affinity.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/legacyheaders/types/hw_info.h" #include "gromacs/utility/basenetwork.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h"