10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-05 10:58:47 +01:00
QCaml/common/lib/qcaml.mli

12 lines
264 B
OCaml

(** QCaml-specific parameters *)
val root : string
(** Path to the QCaml source directory *)
val name : string
(** "QCaml" *)
val num_domains : int
(** Number of threads in parallel computations. Obtained from the environment variable
~OMP_NUM_THREADS~. *)