Módosítások

PRACE User Support

4 bájt hozzáadva, 2013. november 7., 12:50
OpenMP (OMP) feladatok
</pre>
==== OpenMP (OMP) feladatok jobs ====For OpenMP párhuzamos alkalmazásokhoz paralell applications, 1 node-ot kell lefoglalni és meg kell adni az needs to be allocated, and the number of OMP szálák számát a threads needs to be provided with the <code>OMP_NUM_THREADS</code> környezeti változóvalenvironment variable. A változót vagy az alkamazás elé kell írni The variable needs to be written before the application (ld. példasee example), vagy exportálni kell az alkalmazást indító parancs előttor needs to be exported before executing the command:
<code>
export OMP_NUM_THREADS=24
</code>
===== Példa Example =====Alice felhasználó user starts a foobar számla terhére, 24 threaded OMP application for maximum 6 órára indít el egy 24 szálas OMP alkalmazásthours on the expenses of foobar account.
<pre>
#!/bin/bash

Navigációs menü