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 11/12/2023
A maintenance took place on 11/12/2023. New QOS parameters to approve the cluster :
User council on 14 March 2023
Your questions are always welcome.
/scratch disk space (~/ComputeSpace)
In your working directory, a link to /scratch named ComputeSpace exists. 1 – This disk space is dedicated to : 2 – Recommendations : Don’t forget that data volume =… 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 »
Detect / delete duplicate files
The “fdupes . -r -d” is a command that lists duplicate files and offers to delete them as desired.
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 »