Author Archives: Laurent Renault

Sage

Description Sage provides a wide range of tools for performing symbolic and numerical computations, solving problems in algebra, differential calculus, number theory, and much more. Sage integrates multiple systems for… 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 »