Skip to content

lyuwen/modulefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module files I use with LMOD

This repository houses a collection of module files I uses on daily basis. These module files are written to run on macOS, modifications are needed to run them on Linux systems. Hopefully it can help you with setting up LMOD on your own machine.

Installing LMOD

On macOS, LMOD can be installed with homebrew:

brew install lmod

Follow the instructions after installation is complete to source the setup script in the rc file of your shell.

Install the modulefile repo

Clone the repository first:

git clone https://github.com/lyuwen/modulefiles.git

Then add the path of the repository to the MODULEPATH environment variable, for example with bash you can use the following command:

echo "export MODULEPATH=${PWD}/modulefiles:\$MODULEPATH" >> ~/.bash_profile

About

A repository of module files that I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages