Módosítások

PRACE User Support

213 bájt hozzáadva, 2013. november 5., 18:59
nincs szerkesztési összefoglaló
</pre>
==== Feladatok ellenőrzése Checking jobs ====Nagyon fontos meggyőződni arról, hogy az alkalmazás kihasználja-e a rendelkezésre álló gépidőtIt is important to be sure the application fully uses the core time reserved. Egy futó alkalmazás a következő paranccsal tudunk monitorozniA running application can be monitored with the following command:
<code>
sjobcheck JOBID
</code>
===== Példa Example ===== This job runs on 4 nodes. The LOAD group provides information about the general load of the machine, this is more or less equal to the number of cores. The CPU group gives you information about the exact usage. Ideally, values of the <code>User</code> column are over 90. If the value is below that, there is a problem with the application, or it is not optimal, and the run should be ended. This example job fully using ("maxing out") the available resources. 
Ez a job 4 node-on fut. A LOAD csoport a gép általános terheléséről ad információt és kb. a core-ok számával egyezik meg. A helyes felhasználásról a CPU csoport ad tájékoztatást. Ideális esetben a <code>User</code> oszlop értékei 90 fölött vannak. Ez alatt valamilyen probléma lépett fel és a futást érdemes megszakítani. A példa job rendkívűl jól kihasználja a gépet (kimaxolja).
<pre>
</pre>
==== Licenszek ellenőrzése Checking licenses ====Az elérhető és éppen használt licenszekről a következő parancs ad információtThe licenses used and available can be retrieved with this command
<code>
slicenses
</code>
==== Karbantartás ellenőrzése Checking downtime ====A karbantartási időablakban az ütemező nem indít új jobokatIn downtime periods, de beküldeni lehetthe scheduler doesn't start new jobs, but jobs can be sent. A karbantartások időpontjairól a következő parancs ad tájékoztatástThe periods can be retrieved by using the following command
<code>
sreservations
</code>
=== Feladatok futtatása Running jobs ===Alkalmazások futtatása a szupergépeken kötegelt (Running applications in the HPC can be done in batch) üzemmódban lehetségesmode. Ez azt jelenti, hogy minden futtatáshoz egy This means all runs must have a job szkriptet kell elkészíteni, amely tartalmazza az igényelt erőforrások leírását és a futtatáshoz szükséges parancsokatscript containing the resources and commands needed. Az ütemező paramétereit The parameters of the scheduler (erőforrás igényekresource definitions) a can be given with the <code>#SBATCH</code> direktívával kell megadnidirective. Az ütemezők összehasonlításáról és a Slurm-ban elérhető direktívákról a következő Comparison of the schedulers, and the directives available at slurm are available at this [http://slurm.schedmd.com/rosetta.pdf táblázattable] ad bővebb tájékoztatást.
==== Kötelező paraméterek ====

Navigációs menü