module vs miniconda in HPC
Hi All,
I am wondering what's the best way to set the uniform environment for multiple team members in HPC so that they can use the same software (same version) to guarantee the results are totally comparable. I know HPC support module load and it looks conda is another choice. I want to which one is better? or there are other better choice?
Thanks.
Fizz
• 1,082 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Why not both? You could create a virtualenv with conda which could be loaded as a module.