Commit f6616d2e authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

gromacs: require single precssion when building with CUDA

parent eb93eb95
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
, cpuAcceleration ? null
}:


# CUDA is only implemented for single precission
assert enableCuda -> singlePrec;

let
  inherit (cudaPackages.cudaFlags) cudaCapabilities dropDot;