Módosítások

PRACE User Support

71 bájt törölve, 2013. november 7., 11:39
MPI feladatok
</pre>
==== MPI feladatok jobs ====Using MPI feladatok esetén meg kell adnunk az egy jobs, the number of MPI processes running on a node-on elinduló MPI processzek számát is to be given (<code>#SBATCH --ntasks-per-node=</code>). A leggyakoribb esetben ez az egy node-ban található The most frequent case is to provide the number of CPU core-ok számacores. A párhuzamos programot az Paralell programs should be started by using <code>mpirun</code> paranccsal kell indítanicommand. ===== Example =====Bob user allocates 2 nodes, 12 hour for an MPI job, billing 'barfoo' account. 24 MPI thread will be started on each node. The stdout output is piped to <code>slurm.out</code> file (<code>#SBATCH -o</code>).
===== Példa =====
Bob felhasználó a barfoo számla terhére 2 node-ot, 12 órára foglal le egy MPI job számára. Az egyes node-okon 24 MPI szálat fog elindítani. A program stdout kimenetét a <code>slurm.out</code> fájlba irányítja (<code>#SBATCH -o</code>).
<pre>
#!/bin/bash

Navigációs menü