summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Phillips <jcphill@users.noreply.github.com>2024-08-11 17:04:56 -0500
committerGitHub <noreply@github.com>2024-08-11 16:04:56 -0600
commitb91b42dc7b2b940253e27a6e488029b4dd812229 (patch)
treee4e4d1d65d8963164969ead039c09552f32245b6
parent7900d0b3db56acc4ebaeb1b91f7e00b434d855d4 (diff)
downloadspack-b91b42dc7b2b940253e27a6e488029b4dd812229.tar.gz
spack-b91b42dc7b2b940253e27a6e488029b4dd812229.tar.bz2
spack-b91b42dc7b2b940253e27a6e488029b4dd812229.tar.xz
spack-b91b42dc7b2b940253e27a6e488029b4dd812229.zip
namd: do not require single_node_gpu with rocm (#45650)
Removes conflict inadvertently left in #45553
-rw-r--r--var/spack/repos/builtin/packages/namd/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/namd/package.py b/var/spack/repos/builtin/packages/namd/package.py
index 2b62c3ea79..273835e07e 100644
--- a/var/spack/repos/builtin/packages/namd/package.py
+++ b/var/spack/repos/builtin/packages/namd/package.py
@@ -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")