Revision d5d197cc94b61f9e7636d91e957687a3d9787fd7 authored by Francois BERENGER on 27 April 2016, 09:23:49 UTC, committed by Francois BERENGER on 27 April 2016, 09:23:49 UTC
1 parent 6551bab
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