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

7 lines
134 B
OCaml

(** Module for handling distributed parallelism *)
let size = Mpi.comm_size Mpi.comm_world
let rank = Mpi.comm_rank Mpi.comm_world