Author Archives: Laurent Renault

/scratch disk space (~/ComputeSpace)

In your working directory, a link to /scratch named ComputeSpace exists. By default, it contains a personal “private” directory and a “group” directory accessible to your group. 1 – This… Read more »

Maintenance on February 13rd 2023

An interruption / maintenance for these February 13rd took place for migration of the calculation nodes to a new system. New login.matrics.u-picardie.fr ! The system has changed and does not… Read more »

Screen : Console multiplexer

Console multiplexer can still live even if you leave it. It can contain several sessions. Creation of a named screen screen -S nameSession Listing existing screen screen -ls To rattach… Read more »

Used memory by closed job

$> sacct -o jobid,reqnodes,reqcpus,reqmem,maxrss,averss,elapsed -j JOBID #reqmem : RAM demandée via sbatch #maxrss : RAM maximale utilisée #averss : RAM moyenne utilisée $> sacct -o jobid,reqnodes,reqcpus,reqmem,maxrss,averss,elapsed -j 94079 JobID ReqNodes… Read more »

Link to home directory

$HOME is an environment variable corresponding to your working directory. The commands “cd $HOME” or “cd ~YourLogin” positions you at the root of your working directory. Application : mv results.csv… Read more »