https://gitorious.org/parmap/parmap.git
Raw File
Tip revision: 466ecab22b3f9a74fe9e0d1a79bf93bf7544bf09 authored by Roberto Di Cosmo on 17 November 2011, 16:27:00 UTC
Stable working version with maximum float array performance
Tip revision: 466ecab
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