Merge pull request #162343 from markuskowa/fix-gromacs

gromacs: use cudatoolkit_11
This commit is contained in:
markuskowa 2022-03-01 12:52:29 +01:00 committed by GitHub
commit b6f2ae354c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32279,6 +32279,7 @@ with pkgs;
singlePrec = true;
enableMpi = true;
enableCuda = true;
cudatoolkit = cudatoolkit_11;
fftw = fftwSinglePrec;
});