- This is a collection of Lmod files for HPC clusters
- More details about this are on my website here
- Importantly, the installation instructions for the modules are presented there
- These are managed by dotgit
These split off from my Dotfiles for the same reason my famous Emacs configuration split, that is they take up an exorbitant amount of commits.
See the post for more details, but in general:
- [ ] Get
dotgit
- [ ] Use
dotgit
To spell it out:
git clone https://github.com/kobus-v-schoor/dotgit.git
mkdir -p ~/.local/bin
cp -r dotgit/old/bin/dotgit* ~/.local/bin
cat dotgit/bin/bash_completion >> ~/.bash_completion
rm -rf dotgit
I actually strongly suggest using a target from my Dotfiles in conjunction with this, but it isn’t really required, so:
~/.local/bin/dotgit restore hzhpc
Note that because of the suggested separation, I have not opted to setup a shell or even ensure that there are scripts here to help keep module
in your path. Those are in my Dotfiles.
Apache 2.0