Hi there,
I am here again...I am trying to install Amber on my Slurm cluster. Currently I only have Amber16 purchased years before. Amber is not open-source and I just put it in my current working directory.
Here are some of my basic info:
Intel Xeon 5218
CentOS 7.8 built-in GCC 4.8.5
GCC 9.3.0 installed by Spack
Spack 0.15.3
After install GCC 9.3.0, my default gcc is 9.3.0.
I tried to install both non-gpu version and gpu version.
When I executed 'spack install amber@16' which will install non-gpu amber. I got the following:
==> Installing amber
==> No binary for amber found: installing from source
==> Warning: There is no checksum on file to fetch amber@16 safely.
==> Fetch anyway? [y/N]
But I have already put Amber16.tar.bz2 in the current working directory.
And when I executed 'spack install amber@16 +cuda', I got the following:
1. "%gcc@7:" conflicts with "amber+cuda ^cuda@:9.1 arch=linux-None-x86_64:"
2. "%gcc@8:" conflicts with "amber+cuda ^cuda@:10.0.130 arch=linux-None-x86_64:"
3. "%gcc@6:" conflicts with "amber+cuda ^cuda@:8 arch=linux-None-x86_64:"
4. "%gcc@9:" conflicts with "amber+cuda ^cuda@:10.2.89 arch=linux-None-x86_64:"
5. "%gcc@5:" conflicts with "amber+cuda ^cuda@:7.5 arch=linux-None-x86_64:"
Is it because Spack do not support Amber16? Or my gcc version is too high?