Richard Berger
Richard Berger
@hjjvandam After looking at the code and the `lammps-user-pace` CMake, there are still several key pieces still missing in `lammps-user-pace` for this to work. Right now it only produces `lib/libpace.a`...
@hjjvandam pushed a new version that makes use of the new tag https://github.com/ICAMS/lammps-user-pace/releases/tag/v.2023.11.25.fix2
@spackbot run pipeline
Looks promising, I'll test it in the coming days.
I've looked at this and extended it locally to CUDA for testing. Overall, I'm ok with it. In lammps I would add: ``` depends_on("cray-mpich+cuda", when="+mpi+cuda ^[virtuals=mpi] cray-mpich") depends_on("cray-mpich+rocm", when="+mpi+rocm ^[virtuals=mpi]...
@etiennemlb I'll give you a commit for your other PR to add CUDA support.
https://github.com/spack/spack/pull/45830 needs to be merged first.
@haampie or @alalazo ?
@etiennemlb here is my CUDA changes: https://github.com/rbberger/spack/commit/8707627c043094644b1a166e777aa612e72d4441
@spackbot fix style