IT wiki

VU MIF STSC

User Tools

Site Tools


en:hpc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:hpc [2022/07/18 09:36] – [Implementation of MPI Programmes] grikieteen:hpc [2022/07/18 15:00] – [The Links] grikiete
Line 236: Line 236:
 </code> </code>
  
-All allocated processors will be used according to the number ordered. If you want to use less, you can specify the -np quantity parameter in mpirun. It is not recommended to use less CPU than reserved for a longer time period, as unused CPUs remain free.+All allocated processors will be used according to the number ordered. If you want to use less, you can specify the -np quantity parameter in **mpirun**. It is not recommended to use less CPU than reserved for a longer time period, as unused CPUs remain free.
  
 **ATTENTION** It is strictly forbidden to use more CPU than you have reserved, as this may affect the performance of other tasks. **ATTENTION** It is strictly forbidden to use more CPU than you have reserved, as this may affect the performance of other tasks.
Line 242: Line 242:
 Find more information on [[https://www.open-mpi.org|OpenMPI]]. Find more information on [[https://www.open-mpi.org|OpenMPI]].
  
-====== Užduočių efektyvumas ======+====== Task Efficiency ======
  
-  * Prašome išnaudoti ne mažiau 50% užsakyto CPU kiekio+  * Please use at least 50% of the ordered CPU quantity
-  * Naudoti daugiau CPUnei užsakyta, nepadidins efektyvumo, nes jūsų užduotis galės naudoti tik tiek CPU, kiek buvo užsakyta+  * Using more CPUs than ordered will not improve performanceas your task will only be able to use the CPUs ordered
-  * Jeigu naudosite parametrą ''--mem=X'', tai užduotis gali rezervuoti daugiau **CPUs** proporcingai norimos atminties kiekiuiPvzužsakius ''--mem=14000'' eilėje **main**, bus užsakyti ne mažiau 2 CPUs, jei kiti parametrai nenurodo daugiauJeigu jūsų užduotis naudos mažiau, tai bus neefektyvus resursų naudojimas, be to tai gali veikti lėčiaunes gali būti naudojama kita, nei vykdančio, procesoriaus atmintis.+  * If you use the ''--mem=X'' parameterthe task can reserve more **CPUs** in proportion to the amount of memory it wantsFor exampleif you order ''--mem=14000'' in the **main** queueat least 2 CPUs will be reservedunless other parameters specify moreIf your task uses less than thisit will be an ineffective use of resources. In additionit may run slower because it may use other memory than the executing CPU.
  
-====== Resursų limitai ======+====== The Limits of Resources ======
  
-Jeigu jūsų užduotys nestartuoja su priežastimi **AssocGrpCPUMinutesLimit** arba **AssocGrpGRESMinutes**, +If your tasks don't start because of **AssocGrpCPUMinutesLimit** or **AssocGrpGRESMinutes**, you need to check if there are any unused CPU/GPU resources left from your monthly limit.
- tai pasitikrinkite ar užduotims dar liko neišnaudotų CPU/GPU resursų iš (mėnesio) limito.+
  
-Peržiūrėti kiek išnaudota resursų+//The first way to see how much resources are used://
  
 <code> <code>
Line 259: Line 258:
 </code> </code>
  
-kur **USERNAME** jūsų MIF naudotojo vardas, o **Start** ir **End** nurodo einamojo mėnesio pradžios ir pabaigos datasJas galima nurodyti ir kaip ''$(date +%m01)'' ir ''$(date +%m31)'', kas nurodo einamojo mėnesio pirmą ir paskutines dienas.+Where the **USERNAME** - is your MIF user name. **Start** and **End** show the start and end days of the current monthYou can specify them also by ''$(date +%m01)'' and ''$(date +%m31)''.
  
-Atkreipkite dėmesįkad naudojimas pateikiamas minutėmis, o į valandas konvertuoti reikia dalinant iš 60.+**NOTE** Usage of resources is given in minutesdivide the number by 60 to get hours.
  
-Kitas būdas pažiūrėti limitus ir jų išnaudojimą+//The second way to see how much resources are used://
  
 <code> <code>
Line 269: Line 268:
 </code> </code>
  
-kur **USERNAME** MIF naudotojo vardasArba parametre **-A** nurodyti tą sąskaitą (account), kurio naudojimą norima pažiūrėti. Duomenys pateikiami minutėmis. **GrpTRESRaw** - kiek išnaudota. **GrpTRESMins** - koks yra limitas. **TRESRunMins** - likę resursai dar vis vykdomų užduočių.+Where **USERNAME** is your MIF user nameOr specify the account whose usage you want to see in **-A**. The data is also displayed in minutes:  
 +  * **GrpTRESRaw** - how much is used 
 +  * **GrpTRESMins** - what is the limit 
 +  * **GGRTRESRunMins** - the remaining resources for tasks that are still running.
  
 +====== The Links ======
 +
 +  * [[waldur|HPC Waldur portal description]]
 +  * [[https://mif.vu.lt/lt3/en/about/structure/it-research-center#ordering|ITOAC service ordering]]
 +  * [[https://slurm.schedmd.com/quickstart.html|Quick Start User Guide (SLURM)]]
 +  * [[https://docs.qlustar.com/Qlustar/11.0/HPCstack/hpc-user-manual.html|HPC User Manual (Qlustar)]]
 +  * [[http://www.mcs.anl.gov/research/projects/mpi/|MPI standart]]
 +  * [[pagalba@mif.vu.lt]] - registration of the **HPC** problems.
  
  
en/hpc.txt · Last modified: 2024/02/21 12:50 by rolnas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki