profiles.in 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2010-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. #
  5. # StarPU is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU Lesser General Public License as published by
  7. # the Free Software Foundation; either version 2.1 of the License, or (at
  8. # your option) any later version.
  9. #
  10. # StarPU is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. #
  14. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. #
  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