Workspaces
User Home
Each platform user has a user home located under
/users/...
This personal directory is used to store your code, test data, documentation...
It also allows you to test your processes before launching them on the computing cluster via a Slurm job.
Please note that the size of this directory is limited to 50 GB
Project space
As an ANITI cluster user, you are associated with one or more projects.
Each project has a hosting space intended to be shared by several users.
The data is organized by "projects" under the directory
/projets/...
It is in your project directory that you will deposit the shared data sets, codes and results of your treatments.
By default, the size of this directory is limited to 1 TB, but can be increased on request if needed.
Shared softwares
Available softwares on the platform are available in
/logiciels/
Use module tool to activate the environment associated with specific software (environment variables, ...) and use it in your processes
- Command to see all available softwares: Python, GCC, Julia, Java, R, ...
> module av
------------------- /logiciels/modules/modulefiles ----------------
gcc/10.3.0 java/16.0.1 python/3.9.5 singularity/3.8.3
go/1.16.5 julia/1.6.1 R/4.1.1
Other useful commands:
-
command to use Python version 3.9.5:
> module load python/3.9.5 -
Command to know the loaded environments:
> module list -
Command to unload loaded environments:
> module purge