Commit b60cff7e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

USER-OMP package depends on USER-DRUDE

parent 38530415
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -119,6 +119,10 @@ if (test $1 = "USER-DPD") then
  depend KOKKOS
fi

if (test $1 = "USER-DRUDE") then
  depend USER-OMP
fi

if (test $1 = "USER-FEP") then
  depend USER-OMP
fi