Remove texture reference support in the CUDA
[alexxy/gromacs.git] / src / gromacs / ewald / pme-load-balancing.cpp
index c9935fe83972d2b9825f7771532929c28dd8c61d..b591f61262bf4091d31aa5118e450b983715524a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -842,6 +842,8 @@ pme_load_balance(pme_load_balancing_t      *pme_lb,
 
     nbnxn_gpu_pme_loadbal_update_param(nbv, ic, listParams);
 
+    // TODO: with the texture reference support removed, this barrier is
+    //       in principle not needed. Remove now or do it in a follow-up?
     /* With tMPI + GPUs some ranks may be sharing GPU(s) and therefore
      * also sharing texture references. To keep the code simple, we don't
      * treat texture references as shared resources, but this means that