Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcafrica/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.
https://github.com/pcafrica/mk

binaries environment-modules environment-variables linux linux-kernel lmod modulefiles modules scientific-computing shell shell-scripts x86-64

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# How to use
1. Download [latest release](https://github.com/pcafrica/mk/releases).
2. Extract the archive just downloaded with:
```bash
sudo tar xzvf mk-version.tar.gz -C /
```
3. Add the following lines to your `.bashrc` file (or equivalent):
```bash
# mk.
export mkPrefix=/u/sw/
source ${mkPrefix}/etc/profile
module load gcc-glibc
module load package_name
```
4. Restart the shell.

Use `module avail` or `module spider` to check the available packages.

## Docker
A `Docker` image built upon [`Ubuntu`](https://hub.docker.com/_/ubuntu)
(`x86-64` architecture) with `mk` installed is available
[here](https://hub.docker.com/r/pcafrica/mk).