X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fsim_util.c;h=4090760008135c7cce14eacd163c55c11f2108a5;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=30de5e9b37bce73f8682210399bd5c5978d24572;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/sim_util.c b/src/gromacs/mdlib/sim_util.c index 30de5e9b37..4090760008 100644 --- a/src/gromacs/mdlib/sim_util.c +++ b/src/gromacs/mdlib/sim_util.c @@ -36,70 +36,68 @@ */ #include "gmxpre.h" -#include "config.h" +#include "gromacs/legacyheaders/sim_util.h" #include #include #include #include + +#include "config.h" + #ifdef HAVE_SYS_TIME_H #include #endif -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/legacyheaders/chargegroup.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/nrnb.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/sim_util.h" -#include "gromacs/legacyheaders/update.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/mdatoms.h" -#include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/pme.h" -#include "gromacs/legacyheaders/disre.h" -#include "gromacs/legacyheaders/orires.h" -#include "gromacs/legacyheaders/network.h" +#include "gromacs/bonded/bonded.h" +#include "gromacs/essentialdynamics/edsam.h" +#include "gromacs/gmxlib/nonbonded/nb_free_energy.h" +#include "gromacs/gmxlib/nonbonded/nb_kernel.h" +#include "gromacs/imd/imd.h" #include "gromacs/legacyheaders/calcmu.h" +#include "gromacs/legacyheaders/chargegroup.h" #include "gromacs/legacyheaders/constr.h" #include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/disre.h" #include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/force.h" #include "gromacs/legacyheaders/genborn.h" -#include "nbnxn_atomdata.h" -#include "nbnxn_search.h" -#include "nbnxn_kernels/nbnxn_kernel_ref.h" -#include "nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn.h" -#include "nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.h" -#include "nbnxn_kernels/nbnxn_kernel_gpu_ref.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/nonbonded.h" -#include "../gmxlib/nonbonded/nb_kernel.h" -#include "../gmxlib/nonbonded/nb_free_energy.h" - -#include "gromacs/bonded/bonded.h" +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/orires.h" +#include "gromacs/legacyheaders/pme.h" +#include "gromacs/legacyheaders/qmmm.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/update.h" #include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/adress.h" +#include "gromacs/mdlib/nb_verlet.h" +#include "gromacs/mdlib/nbnxn_atomdata.h" +#include "gromacs/mdlib/nbnxn_search.h" +#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.h" #include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref.h" +#include "gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.h" +#include "gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn.h" #include "gromacs/pbcutil/ishift.h" #include "gromacs/pbcutil/mshift.h" +#include "gromacs/pbcutil/pbc.h" +#include "gromacs/pulling/pull.h" +#include "gromacs/pulling/pull_rotation.h" #include "gromacs/timing/wallcycle.h" #include "gromacs/timing/walltime_accounting.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/gmxmpi.h" #include "gromacs/utility/smalloc.h" -#include "gromacs/essentialdynamics/edsam.h" -#include "gromacs/pulling/pull.h" -#include "gromacs/pulling/pull_rotation.h" -#include "gromacs/imd/imd.h" -#include "adress.h" -#include "gromacs/legacyheaders/qmmm.h" - -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" - -#include "nbnxn_cuda/nbnxn_cuda.h" - -#include "nb_verlet.h" void print_time(FILE *out, gmx_walltime_accounting_t walltime_accounting,