gromacs: fixes
This commit is contained in:
parent
81c4a9f9b7
commit
47c3cef2af
@ -94,6 +94,8 @@ stdenv'.mkDerivation rec {
|
||||
++ lib.optional enablePlumed plumed
|
||||
++ lib.optionals enableCuda [ cudaPackages.cuda_nvcc ];
|
||||
|
||||
env.MKLROOT = intelPackages.mkl;
|
||||
|
||||
buildInputs = [
|
||||
fftw
|
||||
perl
|
||||
@ -143,6 +145,7 @@ stdenv'.mkDerivation rec {
|
||||
)
|
||||
++ (lib.optionals enableSYCL [
|
||||
"-DGMX_GPU=SYCL"
|
||||
"-DGMX_OPENMP=OFF" # TODO: enable OpenMP with SYCL?
|
||||
])
|
||||
++ lib.optionals enableCuda [
|
||||
"-DGMX_GPU=CUDA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user