profiles.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2010, 2014 Université de Bordeaux
  4. # Copyright (C) 2010, 2011 CNRS
  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. # Build configuration
  17. --enable-coverage
  18. # Execution configuration
  19. # Build configuration
  20. --enable-debug --enable-verbose
  21. # Execution configuration
  22. STARPU_LOGFILENAME=/tmp/starpu_run.log
  23. #
  24. # Build configuration
  25. # Execution configuration
  26. STARPU_NCUDA=0
  27. # Execution configuration
  28. STARPU_NCUDA=1
  29. # Execution configuration
  30. STARPU_SCHED=ws
  31. # Execution configuration
  32. STARPU_SCHED=lws
  33. # Execution configuration
  34. STARPU_SCHED=prio
  35. # Execution configuration
  36. STARPU_SCHED=no-prio
  37. # Execution configuration
  38. STARPU_SCHED=dm
  39. # Execution configuration
  40. STARPU_SCHED=dmda
  41. # Execution configuration
  42. STARPU_SCHED=random
  43. # Execution configuration
  44. STARPU_SCHED=eager
  45. # Execution configuration
  46. STARPU_SCHED=dmda STARPU_SCHED_ALPHA=10 STARPU_SCHED_BETA=15
  47. # Execution configuration
  48. STARPU_CALIBRATE=1
  49. # Execution configuration
  50. STARPU_PREFETCH=1
  51. #
  52. # Build configuration
  53. --disable-cuda
  54. # Execution configuration
  55. #
  56. # Build configuration
  57. --disable-opencl
  58. # Execution configuration