README 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. This directory contains performance models for given architectures and
  2. examples.
  3. The architecture 'mirage' is composed of:
  4. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  5. - MKL 11.1.3
  6. - 3 NVidia GF100 Tesla M2070, thus 3 GPUs
  7. - CUDA 6.0
  8. - Magma 1.6.0
  9. The architecture 'attila' is composed of:
  10. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  11. - OpenBlas 0.2.12-1
  12. - 3 NVidia GF100 Tesla C2050, thus 3 GPUs
  13. - CUDA 6.0
  14. The architecture 'idgraf' is composed of:
  15. - 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
  16. - MKL 11.1.0
  17. - 8 NVIDIA GF100 Tesla C2050, thus 8 GPUs
  18. - CUDA 6.0
  19. The architecture 'sirocco' is composed of:
  20. - 2 Intel Xeon E5-2680 @2.50GHz, thus 24 CPU cores
  21. - MKL 11.2
  22. - 4 NVIDIA GK110BGL Tesla K40m, thus 4 GPUs
  23. - CUDA 6.5
  24. To use performance models stored in this directory, one needs to set
  25. the environment variable 'STARPU_PERF_MODEL_DIR' to the location of
  26. the directory, e.g.:
  27. export STARPU_PERF_MODEL_DIR=.../tools/perfmodels/sampling
  28. and then select the desired architecture:
  29. export STARPU_HOSTNAME=mirage