mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-19 12:32:21 +01:00
11 lines
181 B
OCaml
11 lines
181 B
OCaml
(** Module for handling distributed parallelism *)
|
|
|
|
val size : int
|
|
(** Number of distributed processes. *)
|
|
|
|
val rank : Mpi.rank
|
|
(** Rannk of the current distributed processe. *)
|
|
|
|
|
|
|