Objet : Developers list for StarPU
Archives de la liste
- From: Alfredo Buttari <alfredo.buttari@enseeiht.fr>
- To: Samuel Thibault <samuel.thibault@inria.fr>, Alfredo Buttari <alfredo.buttari@enseeiht.fr>, starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] hwloc CUDA plugin missing
- Date: Thu, 7 Feb 2019 15:46:51 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=alfredo.buttari@enseeiht.fr; spf=Pass smtp.mailfrom=alfredo.buttari@gmail.com; spf=None smtp.helo=postmaster@mail-vs1-f48.google.com
- Ironport-phdr: 9a23:37gSVB0By+Daj1tRsmDT+DRfVm0co7zxezQtwd8ZseMSLvad9pjvdHbS+e9qxAeQG9mDu7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7Vq4/Vyi84Kh3SR/okCYHOCA/8GHLkcx7kaZXrAu8qxBj34LYZYeYP+d8cKzAZ9MXXWVOXshTWCJBDI2ybJYBAfQdMutDtYbxu0EDoAGiCQWwBu7izCJDiH/s3a091uQsCR3L3AguH9IUrnvbsdL1P7oPXOCo0KnI0S/Mb+lX2Tzg74XHaBQhof+WXb1ubMXRzlMjGBjYjlWMtYzqJSmV1uUWvmeF6epgTvyghHAmqwFxvjij3MksipPQi48T11vK+yJ5wIMvKt25Tk52ecCrEJ1Lty6EKYR2Q8MiQ31ytCY00L0Lv4OwcisSyJk/2RLTd/iKf5KL7x/jTuqdPyp0iXB/dL+whBu/91WrxPfmWcmuyllKqzJIktnSuXAJ0Bze8s2HReF8/kelwDqPyRvT5vxdLUA6mqfWKIQtwrE3lpoUvkTDGjH5lF/qg6+Rc0Uo4umo6+L5bbX6vpKQKZN4hwXkPqktmsGzG/o0PhUMUmSB9umx16Xv/UjjT7VLiv02nLPZsJffJckDvKG5BwFV0pw95BmiCDeqys8XnWQbLFJZYh2HlYnpNkrBIPD9F/i/glCsnC13yPDBO73tGo/NIWTbkLf9YbZ97FZRyBEvzd9F/ZJUEqwBLOvuVUDvqtzXEBs5Pheww+bmE9V9ypgeVXiAAq+XN6PSq1CI6fw1L+mNYo8Vojf9JOI/6/7gl39q0WMaKJKg2IYabDiEHvVsKlidfTK4md4EDGoO+BY+TebjlVmeeT9VfXe7GawmsHVzIYaoF4rPQciHnaCd1T26VslfYm5cB1yLV331a5mNQfYkZSSJL8JgkiBCW6L3D8c6yRi0rBK/x7d5I+78/iwDqYml29Zy/eLe0xA07z19ScqHgE+XSGQht2cGXTI62+hVvFBhw02Cmfxxh/JCGNBUoflUThszL5/0wuphBt3zWh6HcM3fGwXuecmvHTxkFoF5+NQJeUsoXoz61kmSjRrvOKcckvmwPLJx96vd23brIMMkkiTJ0aAgix8tRc4dbDT61J46zBDaAsvyq2vcj7yjLP9O0SjW+WqCzXbIslsKCFctA5WAZmgWYw7tlfq85k7GSOXzW7EuMw8E19Xbb6UWOpvmilJJQPqlM9PbMTq8
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
yes it does. I am actually on a sirocco node of plafrim using module hardware/hwloc/2.0.3 so you can try it yourself. The reason I am asking is that I'm trying to figure out how proxylists are built in the lws scheduler and I cannot make any sense of what I see. Here is an example that prints the proxylist for each CUDA worker (workids from 0 to 3)
CUDA -- workid: 0 bindid:20 type:8
0, 1, 2, 3, 22, 23, 16, 17, 18, 19, 20, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
CUDA -- workid: 1 bindid:21 type:8
1, 2, 3, 22, 23, 0, 16, 17, 18, 19, 20, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
CUDA -- workid: 2 bindid:22 type:8
2, 3, 22, 23, 0, 1, 16, 17, 18, 19, 20, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
CUDA -- workid: 3 bindid:23 type:8
3, 22, 23, 0, 1, 2, 16, 17, 18, 19, 20, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
(here workids 4-23 are CPUs).
For example I do not understand why wid 1 is the closest worker to wid 0 but not the other way around.
I thought the warning message was related to a problem which can explain this.
On Thu, Feb 7, 2019 at 3:02 PM Samuel Thibault <samuel.thibault@inria.fr> wrote:
Alfredo Buttari, le jeu. 07 févr. 2019 14:04:11 +0100, a ecrit:
> [starpu][_starpu_init_machine_config] Warning: could not find location of
> CUDA0, do you have the hwloc CUDA plugin installed?
>
> hwloc is installed on my system with static CUDA support and not through a
> plugin because ltdl is not available. Is there anything I can do to get around
> this problem?
Mmm, having cuda support statically built in shouldn't be posing
problem, it's odd that you get the warning. Does lstopo show the GPUs?
That being said, we are not really making much use of the information
yet, so I have lowered the visibility of this warning.
Samuel
-----------------------------------------
Alfredo Buttari, PhD
CNRS-IRIT
2 rue Camichel, 31071 Toulouse, France
http://buttari.perso.enseeiht.fr
Alfredo Buttari, PhD
CNRS-IRIT
2 rue Camichel, 31071 Toulouse, France
http://buttari.perso.enseeiht.fr
- [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Brice Goglin, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Brice Goglin, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
Archives gérées par MHonArc 2.6.19+.