Skip to content
/ mk Public

Environment modules for scientific computing libraries and packages, with portable x86-64 Linux binaries. Developed at MOX (Politecnico di Milano) and based on Lmod.

License

Notifications You must be signed in to change notification settings

pcafrica/mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0ae7b1 · May 22, 2024
Jan 30, 2024
Jan 19, 2022
May 22, 2024
Jan 25, 2022
Feb 5, 2020
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Jan 23, 2022
Aug 1, 2022
Feb 5, 2020
Apr 1, 2023
Feb 1, 2024
Feb 1, 2024
Feb 1, 2024

Repository files navigation

How to use

  1. Download latest release.
  2. Extract the archive just downloaded with:
sudo tar xzvf mk-version.tar.gz -C /
  1. Add the following lines to your .bashrc file (or equivalent):
# mk.
export mkPrefix=/u/sw/
source ${mkPrefix}/etc/profile
module load gcc-glibc
module load package_name
  1. 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.