module type MACHINE_PARAMETERS =sig
..end
type
bsp = {
|
p : |
|
g : |
|
l : |
|
r : |
val read : int -> unit
bsp_p
The current number of processors to choose among the possible configurationsval get : unit -> bsp
read ()