X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fdomdec%2Fgpuhaloexchange_impl.cu;fp=src%2Fgromacs%2Fdomdec%2Fgpuhaloexchange_impl.cu;h=f8950c13f6093d28dc4bbfe6bf1ac40814d61a43;hp=4a62a895324c1a98ea742cf109137e22a22f192c;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/src/gromacs/domdec/gpuhaloexchange_impl.cu b/src/gromacs/domdec/gpuhaloexchange_impl.cu index 4a62a89532..f8950c13f6 100644 --- a/src/gromacs/domdec/gpuhaloexchange_impl.cu +++ b/src/gromacs/domdec/gpuhaloexchange_impl.cu @@ -100,9 +100,11 @@ __global__ void packSendBufKernel(float3* __restrict__ dataPacked, } /*! \brief unpack non-local force data buffer on the GPU using pre-populated "map" containing index - * information \param[out] data full array of force values \param[in] dataPacked packed - * array of force values to be transferred \param[in] map array of indices defining mapping - * from full to packed array \param[in] mapSize number of elements in map array + * information + * \param[out] data full array of force values + * \param[in] dataPacked packed array of force values to be transferred + * \param[in] map array of indices defining mapping from full to packed array + * \param[in] mapSize number of elements in map array */ template __global__ void unpackRecvBufKernel(float3* __restrict__ data, @@ -140,7 +142,7 @@ void GpuHaloExchange::Impl::reinitHalo(float3* d_coordinatesBuffer, float3* d_fo const gmx_domdec_comm_dim_t& cd = comm.cd[dimIndex_]; const gmx_domdec_ind_t& ind = cd.ind[pulse_]; - numHomeAtoms_ = comm.atomRanges.numHomeAtoms(); // offset for data recieved by this rank + numHomeAtoms_ = comm.atomRanges.numHomeAtoms(); // offset for data received by this rank // Determine receive offset for the dimension index and pulse of this halo exchange object int numZoneTemp = 1;