Files
MX_Pmodule/careless-gpu/modulefile
T

17 lines
624 B
Plaintext

#%Module1.0
module-whatis "careless (GPU) - merging crystallography data with variational inference"
module-url "https://github.com/rs-station/careless"
module-license "MIT"
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
module-help "
careless: scaling and merging of X-ray diffraction data using
approximate Bayesian inference (TensorFlow). GPU build: CUDA is
provided by the cuda/12.8.1 module, auto-loaded as a runtime dep.
Use on nodes with an NVIDIA GPU; for CPU nodes load careless instead.
"
setenv CARELESS_ENV $PREFIX/venv
prepend-path PATH $PREFIX/venv/bin