John: Skirtumas tarp puslapio versijų
Jump to navigation
Jump to search
(Naujas puslapis: == Mpi support == ./configure --enable-mpi make -j4 Į '''~/.ssh/config''' sudedam hostus ir jų username: Host rnode-1 User pi Host rnode-2 User pi Host rnode-3 User...) |
|||
1 eilutė: | 1 eilutė: | ||
== Mpi support == | == Mpi support == | ||
+ | |||
+ | Reikia isitikinti, kad visuose hostuose ir masteryje yra tos pacios openmpi versijos. | ||
+ | |||
./configure --enable-mpi | ./configure --enable-mpi | ||
make -j4 | make -j4 |
11:25, 8 kovo 2022 versija
Mpi support
Reikia isitikinti, kad visuose hostuose ir masteryje yra tos pacios openmpi versijos.
./configure --enable-mpi make -j4
Į ~/.ssh/config sudedam hostus ir jų username:
Host rnode-1 User pi Host rnode-2 User pi Host rnode-3 User pi Host rnode-4 User pi Host rnode-5 User pi
Į hosts.txt sudedam hostus ir kiek branduolių naudoti:
rnode-1 slots=4 rnode-2 slots=4 rnode-3 slots=4 rnode-4 slots=4 rnode-5 slots=4
Į visus node taip pat reikia sudiegti openmpi-bin paketą
Paleidimas
mpirun -np 20 -hostfile hosts.txt ./john --test