scheduling_contexts.doxy 1.2 KB

12345678910111213141516171819202122232425262728
  1. /* StarPU --- Runtime system for heterogeneous multicore architectures.
  2. *
  3. * Copyright (C) 2011-2013,2016,2017 Inria
  4. * Copyright (C) 2010-2019 CNRS
  5. * Copyright (C) 2009-2011,2014,2016 Université de Bordeaux
  6. * Copyright (C) 2016 Uppsala University
  7. *
  8. * StarPU is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU Lesser General Public License as published by
  10. * the Free Software Foundation; either version 2.1 of the License, or (at
  11. * your option) any later version.
  12. *
  13. * StarPU is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16. *
  17. * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  18. */
  19. /*! \ingroup API_Scheduling_Contexts
  20. \def STARPU_NMAX_SCHED_CTXS
  21. \ingroup API_Scheduling_Policy
  22. Define the maximum number of scheduling contexts managed by StarPU. The default value can be
  23. modified at configure by using the option \ref enable-max-sched-ctxs "--enable-max-sched-ctxs".
  24. */