Módosítások

PRACE User Support

104 bájt törölve, 2013. november 7., 13:01
Hibrid MPI-OMP feladatok
</pre>
==== Hibrid Hybrid MPI-OMP feladatok jobs ====Hibrid MPI-OMP módról akkor beszélünk, ha a párhuzamos alkalmazás MPI-t és OMP-t is használ. Érdemes tudni, hogy az Intel MKL-el linkelt programok MKL hívásai OpenMP képesek. Általában a következő elosztás javasolt: az MPI processzek száma 1-től az egy node-ban található CPU foglalatok száma, az OMP szálak ennek megfelelően az egy node-ban található összes CPU core szám vagy annak fele, negyede (értelem szerűen). A jobszkipthez a fenti két mód paramétereit kombinálni kell.
When an application uses MPI and OMP it is running in hybrid MPI-OMP mode. Good to know that Intel MKL linked applications MKL calls are OpenMP capable. Generally, the following distribution suggested: MPI process number is from 1 to the CPU socket number, OMP thread number is the number of CPU cores in a node, or the half or quarter of that (it depends on code). For the job script, the parameters of these two needs to be combined. ===== Példa Example =====Alice felhasználó user sent a hybrid job on the expenses of the 'foobar számla terhére, ' account for 8 órárahours, and 2 node-ra küldött be egy hibrid jobotnodes. Egy node-on egyszerre csak 1 db MPI processz fut ami process is running on one node-onként using 24 OMP szálat használthread per node. A For the 2 gépen összesen nodes, 2 MPI proceszz és 2 x 24 process is running, with 2x24 OMP szál fut.threads
<pre>
#!/bin/bash

Navigációs menü