The GPU server is installed ate IGBMC for the moment
Specs :
It is part of the IGBMC HPC, so it's accessible through ssh (with MobaXterm for instance)
ssh -X login@hpc.igbmc.fr
and then:
ssh -X login@phantom-node39
space2, mendel and storage can be accessed
/shared/space2/lamour-ruff/ /shared/mendel/projects/ /shared/mendel/teams/lamour-ruff/ /shared/misc/cbi-teams/lamour-ruff/
The CryoSPARC instance can be accessed online at :
https://cavarelli-cryosparc.igbmc.fr
The submission script has to be modified to increase the allocated RAM for some jobs (not enough memory for 2D classes Job with 200 classes in the Extensive validation EMPIAR 10025 Benchmark Mode - Edvanced jobs enabled)
#SBATCH --mem={{ (ram_gb*(ram_adjust|int))|int }}M
with ram_adjust set to 1500 (1,5x times the memory allocated by default)