You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a new terminal and connect to server (see link above)
Create a new file in your $HOME directory, you can name it load_tofu_modules.sh
Open it and add the following lines:
module refresh
source /etc/profile.d/modules.sh # make sure you have the module environment
module purge # unload any previously loaded modules
module load IMAS/3.24.0-4.1.5 # for IMAS data base
module load IPython/6.3.1-intel-2018a-Python-3.6.4 # for iPython
module load PySide2/5.12.0-intel-2018a-Python-3.6.4
module load ToFu/1.4.0-intel-2018a-Python-3.6.4 # Load tofu :)
Convert it as an exectuable, from terminal: chmod +x ~/load_tofu_modules.sh
Execute it: ./load_tofu_modules.sh
If you are going to use tofu often, you might want to add the execution of the script to your .bash_profile (or .bashrc file):