README 730 B

123456789101112131415161718192021222324252627
  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 / C2070, thus 3 GPUs
  13. - CUDA 6.0
  14. To use performance models stored in this directory, one needs to set
  15. the environment variable 'STARPU_PERF_MODEL_DIR' to the location of
  16. the directory, e.g.:
  17. export STARPU_PERF_MODEL_DIR=.../tools/perfmodels/sampling
  18. and then select the desired architecture:
  19. export STARPU_HOSTNAME=mirage