Revision e8ad8a7c881b97357b5f3d31ac5adc270657586d authored by Francois BERENGER on 30 November 2017, 00:59:54 UTC, committed by Francois BERENGER on 30 November 2017, 00:59:54 UTC
1 parent b030c05
Raw File
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