Extend information for gmxcpp syntax error.
[gromacs.git] / docs / dev-manual / known-issues.rst
blob20c321fc41162d1be9aea99171a1ecfa19b13066
1 .. _gmx-dev-known-issues:
3 Known issues relevant for developers
4 ====================================
6 This is a non-exhaustive list of known issues that have been observed
7 and can be of interest for developers. These have not been solved
8 because they are either outside the scope of the GROMACS project
9 or are are simply too difficult or tedious to address ourselves.
11 FP exceptions with CUDA 7.0
12 ---------------------------
14 When using CUDA 7.0 in a ``Debug`` build, if the PME FFT task is offloaded
15 to a GPU, a floating point exception will abort the :ref:`mdrun <gmx mdrun>` execution.
16 The exception originates from the CUDA FFT (cuFFT) library.
17 To avoid this issue, we advise using a later CUDA version.
19 Issues with GPU timer with OpenCL
20 ---------------------------------
22 When building using OpenCL in ``Debug`` mode, it can happen that the GPU timer state gets
23 corrupted, leading to an assertion failure during the :ref:`mdrun <gmx mdrun>`.
24 This seems to be related to the load of other, unrelated tasks on the GPU.