Módosítások

PRACE User Support

210 bájt törölve, 2013. november 5., 18:46
nincs szerkesztési összefoglaló
 
 
== User Guide to obtain a digital certificate ==
=== Status information ===
Az ütemezőben lévő jobokról az Jobs in the queue can be listed with <code>squeue</code>command, a klaszter általános állapotáról az the status of the cluster can be retrieved with the <code>sinfo</code> parancs ad tájékoztatástcommand. Minden beküldött jobhoz egy egyedi azonosítószám (All jobs sent will get a JOBID) rendelődik. Ennek ismeretében további információkat kérhetünkThe properties of a job can be retrieved by using this id. Feladott vagy már futó Status of a running or waiting job jellemzői:
<code>
scontrol show job JOBID
 
</code>
Minden All job egy ún. számlázási adatbázisba (will be inserted into an accounting) is bekerüldatabase. Ebből az adatbázisból visszakereshetők a lefuttatott feladatok jellemzői és erőforrás-felhasználás statisztikáiThe properties of the completed jobs can be retrieved from this database. A részletes statisztikát a következő paranccsal tudjuk megnézniDetailed statistics can be viewed by using this command:
<code>
sacct -l -j JOBID
</code>
A felhasznált memóriáról a következő parancs ad tájékoztatást:Memory used can be retrieved by using
<code>
smemory JOBID
</code>
A lemezhasználatról pedig aDisk usage can be retrieved by this command:
<code>
sdisk JOBID
</code>
==== Példa Example ====Az ütemezőben There are 3 feladat vanjobs in the queue. Az első egy The first is an arrayjob, éppen erőforrásra vár wainting for resources (PENDING). A második egy The second is an MPI job, ami running on 4 node-on fut már nodes for 25 perce (TIME)minutes now. A harmadik egy egy The third is an OMP run running on one node-os OMP futtatás, éppen most indult eljust staerted. A feladatik nevei (The NAME) egyénileg adható meg. Rövidof the jobs can be freely given, it is advised to use short, informatív neveket érdemes adniinformative names
<pre>
squeue -l
</pre>
Ennek a 2 This two-node-os batch jobnak a jellemző memóriaterhelés job had a következő volt: kb. typical load of 10GB virtuális és virtual, and 6.5GB RSS memóriát használt el memory per node-onként
<pre>
smemory 430

Navigációs menü