profiles.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2010-2011,2015,2017 CNRS
  4. # Copyright (C) 2010,2014 Université de Bordeaux
  5. #
  6. # StarPU is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU Lesser General Public License as published by
  8. # the Free Software Foundation; either version 2.1 of the License, or (at
  9. # your option) any later version.
  10. #
  11. # StarPU is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. #
  17. # Build configuration
  18. --enable-coverage
  19. # Execution configuration
  20. # Build configuration
  21. --enable-debug --enable-verbose
  22. # Execution configuration
  23. STARPU_LOGFILENAME=/tmp/starpu_run.log
  24. #
  25. # Build configuration
  26. # Execution configuration
  27. STARPU_NCUDA=0
  28. # Execution configuration
  29. STARPU_NCUDA=1
  30. # Execution configuration
  31. STARPU_SCHED=ws
  32. # Execution configuration
  33. STARPU_SCHED=lws
  34. # Execution configuration
  35. STARPU_SCHED=prio
  36. # Execution configuration
  37. STARPU_SCHED=no-prio
  38. # Execution configuration
  39. STARPU_SCHED=dm
  40. # Execution configuration
  41. STARPU_SCHED=dmda
  42. # Execution configuration
  43. STARPU_SCHED=random
  44. # Execution configuration
  45. STARPU_SCHED=eager
  46. # Execution configuration
  47. STARPU_SCHED=dmda STARPU_SCHED_ALPHA=10 STARPU_SCHED_BETA=15
  48. # Execution configuration
  49. STARPU_CALIBRATE=1
  50. # Execution configuration
  51. STARPU_PREFETCH=1
  52. #
  53. # Build configuration
  54. --disable-cuda
  55. # Execution configuration
  56. #
  57. # Build configuration
  58. --disable-opencl
  59. # Execution configuration