Workstation tips


cp file1 file2

cp -rL source.file destination.file

man command

nvidia-smi

module

The setup of the environment can be done using the module tool installed by Aethia

Use

To setup an environment present in the modulefiles

module load modulefile

Checking the list of the modulefiles

module avail

Showing the list of loaded modules

module list

Setup of a new modulefile

Modulefiles are located in two directories

In such directories, some sub-directories contain the modulefiles that will be loaded with module tool.

New modulfiles added in such directories are immediately recognized by the module tool.

To use the correct syntax, it is better to copy an old file and modified it.

Warning: check the permissions of sub-directories (drwxr-xr-x) and modlefiles (-rw-r--r--)