swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 99d9d23e80e3bdd196ea0eda76e60b51423416c7 authored by Jeremie Dimino on 26 October 2016, 10:14:13 UTC
Only wait for the children started by parmap
Tip revision: 99d9d23
setcore.ml
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external numcores: unit -> int = "numcores"
external setcore: int -> unit = "setcore"
back to top