public void SetAffinity (IMulticoreProcess p, CoreSet affinity)
		{
			throw new NotImplementedException ();
		}
		public int GetAffinity (IMulticoreProcess p)
		{
			throw new NotImplementedException ();
		}