profiles.in 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2010 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  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=prio
  33. # Execution configuration
  34. STARPU_SCHED=no-prio
  35. # Execution configuration
  36. STARPU_SCHED=dm
  37. # Execution configuration
  38. STARPU_SCHED=dmda
  39. # Execution configuration
  40. STARPU_SCHED=random
  41. # Execution configuration
  42. STARPU_SCHED=eager
  43. # Execution configuration
  44. STARPU_SCHED=dmda STARPU_SCHED_ALPHA=10 STARPU_SCHED_BETA=15
  45. # Execution configuration
  46. STARPU_CALIBRATE=1
  47. # Execution configuration
  48. STARPU_PREFETCH=1
  49. #
  50. # Build configuration
  51. --disable-cuda
  52. # Execution configuration
  53. #
  54. # Build configuration
  55. --disable-opencl
  56. # Execution configuration