Revision f35ae18bc11a49386d5212999fa4d071c831b614 authored by Roberto Di Cosmo on 01 August 2012, 07:34:43 UTC, committed by Roberto Di Cosmo on 01 August 2012, 07:34:43 UTC
lowered the logging level of two statements from info to debug.
2 parent s 405530e + 36e2164
Raw File
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external setcore: int -> unit = "setcore"
back to top