![]() |
AGA V1
Asexual Genetic Algorithm Version 1.0
|
module mpi_module More...
Variables | |
integer, parameter | master = 0 |
rank of the master node (who is in charge of the I/O) | |
integer, parameter | rank = 0 |
rank of each processor (if MPI is disabled has a value of 0) | |
integer, parameter | np = 1 |
total number of processors (if MPI is disabled has a value of 1) | |
integer | err |
MPI error variable. | |
integer, dimension(mpi_status_size) | status |
MPI status variable. |
module mpi_module
This module contains declarations needed to implement the Message Passing Interface (MPI) paralelization.