Revision 8204dbbd6f70b8bd421e41b9b91a96396e0e463d authored by Francois BERENGER on 22 February 2017, 18:54:15 UTC, committed by Francois BERENGER on 22 February 2017, 18:54:15 UTC
they were forked out of the master process
1 parent af9691e
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