Hacker News new | ask | show | jobs
by tarsinge 2418 days ago
You should try Dockerizing your project. Then other people just have to type docker run and it’ll work everywhere.
1 comments

Well in sceintific projects you are working in HPC platforms which docker doesn't exists and there are many reasons for it (it is not just technical).
Singularity may offer a way forward (though I guess you are aware of this already)
and nowadays most HPC centers run on spack or easybuild anyways. I adopted easybuild 2 years ago, since then switched to spack and see that our local HPC center is also using it for their new modules...