Mk
Environment modules for scientific computing libraries and packages, with portable x86-64 Linux binaries. Developed at MOX (Politecnico di Milano) and based on Lmod.
Install / Use
/learn @pcafrica/MkREADME
How to use
- Download latest release.
- Extract the archive just downloaded with:
sudo tar xzvf mk-version.tar.gz -C /
- Add the following lines to your
.bashrcfile (or equivalent):
# mk.
export mkPrefix=/u/sw/
source ${mkPrefix}/etc/profile
module load gcc-glibc
module load package_name
- Restart the shell.
Use module avail or module spider to check the available packages.
Docker
A Docker image built upon Ubuntu
(x86-64 architecture) with mk installed is available
here.
