MDSuite icon indicating copy to clipboard operation
MDSuite copied to clipboard

Add spack support

Open SamTov opened this issue 4 years ago • 2 comments

What feature would you like to see added? Add a spack install script so that MDSuite can be installed with spack.

Describe how this feature would improve the code It would allow for easier installation on clusters running spack.

Describe how this feature would work/possible implementations Check the spack repo and see how to build the install scripts.

SamTov avatar May 26 '21 07:05 SamTov

I think that releasing it on PyPi and for conda should be prioritized?

If we release MDSuite on PyPi everyone can easily install it into their environment? I would also emphasize to make it a conda package as well which allows also for a very easy installation on a Cluster and we can include GPU support.

If this is done, we could think about making it a spack package (see Package Creation Tutorial for spack)?

PythonFZ avatar May 26 '21 14:05 PythonFZ

Yeah I agree that we should prioritise Conda and Pip but that's orthogonal to also considering putting it on spack. We can put the raw package on spack for one and the code is extremely deployable on clusters so I think it is nice to have it in our minds as a priority. It also shouldn't take a very long time and shows that we care for people who don't want to deal with learning how to manage environments and things on remote machines.

SamTov avatar May 26 '21 18:05 SamTov