10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-08-08 05:20:13 +02:00
QCaml/Parallel/Parallel.ml

7 lines
134 B
OCaml
Raw Normal View History

2018-10-16 00:27:58 +02:00
(** Module for handling distributed parallelism *)
let size = Mpi.comm_size Mpi.comm_world
let rank = Mpi.comm_rank Mpi.comm_world