README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2014-2016 Université de Bordeaux
  4. # Copyright (C) 2014 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. #
  17. This directory contains performance models for given architectures and
  18. examples.
  19. The architecture 'mirage' is composed of:
  20. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  21. - MKL 11.1.3
  22. - 3 NVidia GF100 Tesla M2070, thus 3 GPUs
  23. - CUDA 6.0
  24. - Magma 1.6.0
  25. The architecture 'attila' is composed of:
  26. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  27. - OpenBlas 0.2.12-1
  28. - 3 NVidia GF100 Tesla C2050, thus 3 GPUs
  29. - CUDA 6.0
  30. The architecture 'idgraf' is composed of:
  31. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  32. - MKL 11.1.0
  33. - 8 NVIDIA GF100 Tesla C2050, thus 8 GPUs
  34. - CUDA 6.0
  35. The architecture 'sirocco' is composed of:
  36. - 2 Intel Xeon E5-2680 @2.50GHz, thus 24 CPU cores
  37. - MKL 11.2
  38. - 4 NVIDIA GK110BGL Tesla K40m, thus 4 GPUs
  39. - CUDA 6.5
  40. To use performance models stored in this directory, one needs to set
  41. the environment variable 'STARPU_PERF_MODEL_DIR' to the location of
  42. the directory, e.g.:
  43. export STARPU_PERF_MODEL_DIR=.../tools/perfmodels/sampling
  44. and then select the desired architecture:
  45. export STARPU_HOSTNAME=mirage