X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda_data_mgmt.cu;h=f0e6fa8561d6e4e00aa6bf115a26cea55d632df4;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=fead7a37b4933986dd3036dda1added372f3310a;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu index fead7a37b4..f0e6fa8561 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu @@ -34,36 +34,36 @@ */ #include "gmxpre.h" +#include "nbnxn_cuda_data_mgmt.h" + #include "config.h" #include #include -#include #include +#include #include +#include "gromacs/gmxlib/cuda_tools/cudautils.cuh" +#include "gromacs/legacyheaders/gmx_detect_hardware.h" +#include "gromacs/legacyheaders/gpu_utils.h" +#include "gromacs/legacyheaders/pmalloc_cuda.h" #include "gromacs/legacyheaders/tables.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/enums.h" -#include "gromacs/mdlib/nb_verlet.h" -#include "gromacs/legacyheaders/types/interaction_const.h" #include "gromacs/legacyheaders/types/force_flags.h" -#include "../nbnxn_consts.h" -#include "gromacs/legacyheaders/gmx_detect_hardware.h" - -#include "nbnxn_cuda_types.h" -#include "../../gmxlib/cuda_tools/cudautils.cuh" -#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.h" -#include "gromacs/legacyheaders/pmalloc_cuda.h" -#include "gromacs/legacyheaders/gpu_utils.h" - +#include "gromacs/legacyheaders/types/interaction_const.h" +#include "gromacs/mdlib/nb_verlet.h" +#include "gromacs/mdlib/nbnxn_consts.h" #include "gromacs/pbcutil/ishift.h" #include "gromacs/utility/common.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h" +#include "nbnxn_cuda_types.h" + static bool bUseCudaEventBlockingSync = false; /* makes the CPU thread block */ /* This is a heuristically determined parameter for the Fermi architecture for