Add missing end-of-line in the GPU update assignment error message
authorArtem Zhmurov <zhmurov@gmail.com>
Tue, 16 Jun 2020 16:37:12 +0000 (18:37 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Tue, 16 Jun 2020 16:37:12 +0000 (18:37 +0200)
src/gromacs/taskassignment/decidegpuusage.cpp

index 91779f29c858a3f68c9587635f09fac61a38bcb2..e9f98298b824f1e28e4722dd0d6dc74f709f7a97 100644 (file)
@@ -669,7 +669,7 @@ bool decideWhetherToUseGpuForUpdate(const bool                     isDomainDecom
     // does not support it, the actual CUDA LINCS code does support it
     if (gmx_mtop_ftype_count(mtop, F_CONSTRNC) > 0)
     {
-        errorMessage += "Non-connecting constraints are not supported";
+        errorMessage += "Non-connecting constraints are not supported\n";
     }
     if (!UpdateConstrainCuda::isNumCoupledConstraintsSupported(mtop))
     {