10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 16:10:22 +02:00
QCaml/common/lib/qcaml.mli

12 lines
264 B
OCaml
Raw Normal View History

2023-06-27 10:15:50 +02:00
(** QCaml-specific parameters *)
2020-09-26 12:02:53 +02:00
val root : string
2023-06-27 10:15:50 +02:00
(** Path to the QCaml source directory *)
2020-12-28 01:08:55 +01:00
val name : string
2023-06-27 10:15:50 +02:00
(** "QCaml" *)
2023-06-16 18:27:23 +02:00
val num_domains : int
2023-06-27 10:15:50 +02:00
(** Number of threads in parallel computations. Obtained from the environment variable
~OMP_NUM_THREADS~. *)