10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-26 07:02:06 +02: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~. *)