Revision 7c3283c039a0228694ee7fca330cea4f9cbad4eb authored by Francois BERENGER on 30 November 2017, 01:14:59 UTC, committed by Francois BERENGER on 30 November 2017, 01:14:59 UTC
1 parent 2ccdd08
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