multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Support for "module use" on HPC clusters #202

Open LourensVeen opened 1 year ago

LourensVeen commented 1 year ago

On a cluster with environment modules, you can use module use to add a directory containing module files, which can then subsequently be module loaded. Maybe this is used rarely enough that you should just use a script embedded in the yMMSL file and write module use yourself, but if there are lots of people using it then we should add support to QCG-PJ and MUSCLE3 for this.

If you're running into this issue, please let us know.

Thanks to @peter-t-fox for the suggestion.