Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

Find and easily load/unload software at the center.

Modules

Modules are a very convenient way to load preinstalled software. Some software (installed in collaboration with the DSI) should be used in a transparent manner with the module this tool, without worrying of any particular path. For the moment, it concerns Matlab, MNE-python and muse. To activate the module tool from a terminal:On

The module tool should readily be available in any terminal. Try the following:

Code Block
module av

If this issues an error, then to activate the module tool with the following command on your workstation:

Code Block
source /etc/profile

...

Code Block
module load MATLAB/R2017b
module unload MATLAB/R2017b

The same apply applies for MNE-python and muse:

Code Block
module load MNE/0.16
module load MNE/0.16.2

This efficient procedure works the same way on your workstation and on the cluster nodes, even if the list of available modules slightly differ. On your workstation, you should favor the modules listed in the "workstation" section (which is absent on the node), and then the others.

On your workstation (according to the computer you work on, which can be seen with the command lsb_release -a entered in a terminal):

Code Block
module load muse/1.9.30_centos
module load muse/1.9.30_linuxmint

...

Code Block
module load muse/1.9.30

Accessing other software directly

The software preinstalled on the computers of the CENIR for MEG-EEG analysis are stored in the following directory:

...

Info
titleKeep your own version of other toolboxes

If you decide to use a particular matlab toolbox (FieldTrip, BrainStorm, spm, eeglab etc) they are not installed in this directory. We strongly recommend that you download the latest version and install it in your local experiment directory and keep this version for your whole analysis.

...