Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Axon uses a system of environmental modules, specifically using a piece of software called lmod, which allows people to specify the version of the program they want to run enabling the cluster to seamlessly have multiple versions of a single program. Below is an example of how it works.

Python before and after modules
[aa3301@axon ~]$ python --version
Python 2.7.5
[aa3301@axon ~]$ which python
/usr/bin/python
[aa3301@axon ~]$ ml anaconda3-2019.03
[aa3301@axon ~]$ python --version
Python 3.7.3
[aa3301@axon ~]$ which python
/share/apps/anaconda3-2019.03/bin/python


  • No labels