mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-19 04:22:21 +01:00
12 lines
264 B
OCaml
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~. *)
|