Samuel Thibault 88a89370aa Add a memcpy_peer property to CUDA gpus, to record whether it is able to run gpu-gpu transfers, so that simgrid can enable them when appropriate 11 vuotta sitten
..
sampling 88a89370aa Add a memcpy_peer property to CUDA gpus, to record whether it is able to run gpu-gpu transfers, so that simgrid can enable them when appropriate 11 vuotta sitten
README ab7af769cf ajout modèles pour attila 11 vuotta sitten

README

This directory contains performance models for given architectures and
examples.

The architecture 'mirage' is composed of:
- 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
- MKL 11.1.3
- 3 NVidia GF100 Tesla M2070, thus 3 GPUs
- CUDA 6.0
- Magma 1.6.0

The architecture 'attila' is composed of:
- 2 Intel Xeon X5650 @2.67GHz, thus 12 CPU cores
- OpenBlas 0.2.12-1
- 3 NVidia GF100 Tesla C2050 / C2070, thus 3 GPUs
- CUDA 6.0

To use performance models stored in this directory, one needs to set
the environment variable 'STARPU_PERF_MODEL_DIR' to the location of
the directory, e.g.:

export STARPU_PERF_MODEL_DIR=.../tools/perfmodels/sampling

and then select the desired architecture:

export STARPU_HOSTNAME=mirage