namd: do not require single_node_gpu with rocm (#45650)
Removes conflict inadvertently left in #45553
This commit is contained in:
parent
7900d0b3db
commit
b91b42dc7b
@ -104,7 +104,6 @@ class Namd(MakefilePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("python", when="interface=python")
|
||||
|
||||
conflicts("+avxtiles", when="@:2.14,3:", msg="AVXTiles algorithm requires NAMD 2.15")
|
||||
conflicts("+rocm", when="~single_node_gpu")
|
||||
conflicts("+rocm", when="+cuda", msg="NAMD supports only one GPU backend at a time")
|
||||
conflicts("+single_node_gpu", when="~cuda~rocm")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user