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 07:50] – [MPI programų kompiliavimas] grikieteen:hpc [2022/07/18 09:35] – [Implementation of MPI Programmes] grikiete
Line 226: Line 226:
 $ mpif90 -o foo foo.f $ mpif90 -o foo foo.f
 </code> </code>
-===== MPI programų vykdymas =====+===== Implementation of MPI Programmes =====
  
-MPI programos startuojamos su **mpirun** arba **mpiexec** programaDaugiau apie jas galima sužinoti su komanda **man mpirun** arba **man mpiexec**.+MPI programs are started with **mpirun** or **mpiexec**. You can learn more about them with the **man mpirun** or **man mpiexec** command.
  
-Paprasta (SPMD) programa gali būti startuojama su tokia mpirun komandų eilute.+A simple (SPMD) program can be started with the following mpirun command line.
  
 <code> <code>
Line 236: Line 236:
 </code> </code>
  
-Tai naudos visus paskirtus procesorius, pagal tai, kiek jų buvo užsakytaJeigu norima pasinaudoti mažiautai **mpirun** galima nurodyti parametrą ''-np kiekis''Nepageidaujama ilgesniam laikui naudoti mažiau, nei rezervuota, nes neišnaudoti CPU lieka laisvi. Didesnį kiekį, nei rezervuotą, yra griežtai draudžiama naudotines tai gali turėti įtakos kitų užduočių vykdymui.+All allocated processors will be used according to the number orderedIf you want to use lessyou can specify the -np quantity parameter in mpirunIt is not recommended to use less CPU than reserved for a longer time periodas unused CPUs remain free.
  
-Daugiau apie instaliuotą **OpenMPI** yra [[https://www.open-mpi.org|OpenMPI]] puslapyje.+**ATTENTION** It is strictly forbidden to use more CPU than you have reserved, as this may affect the performance of other tasks. 
 + 
 +For more information on **OpenMPI**, see [[https://www.open-mpi.org|OpenMPI]].
  
 ====== Užduočių efektyvumas ====== ====== Užduočių efektyvumas ======
en/hpc.txt · Last modified: 2024/02/21 12:50 by rolnas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki