Revision ac9445244ac2c901cc8816c8d6cffe6832434ec1 authored by Francois BERENGER on 23 February 2017, 16:44:37 UTC, committed by GitHub on 23 February 2017, 16:44:37 UTC
2 parent s 261f9da + 743ec49
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