Objet : Developers list for StarPU
Archives de la liste
- From: Sameh Abdulah <sameh.abdulah@kaust.edu.sa>
- To: Nathalie Furmento <nathalie.furmento@labri.fr>
- Cc: Mathieu Faverge <Mathieu.Faverge@inria.fr>, starpu-devel@lists.gforge.inria.fr, Hatem Ltaief <hatem.ltaief@kaust.edu.sa>
- Subject: Re: [Starpu-devel] MPI tags limitation with Starpu
- Date: Mon, 20 Feb 2017 11:45:27 +0300
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=sameh.abdulah@kaust.edu.sa; spf=Pass smtp.mailfrom=sameh.abdulah@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-ua0-f178.google.com
- Ironport-phdr: 9a23:oLvfyxZ14FgbIWcaca/7osn/LSx+4OfEezUN459isYplN5qZpc+6bnLW6fgltlLVR4KTs6sC0LuL9fm5EjVaut7B6ClEK8McEUddyI0/pE8JPo2sMQXDNvnkbig3ToxpdWRO2DWFC3VTA9v0fFbIo3e/vnY4ExT7MhdpdKyuQtaBx+z+7e25+oXSbgNUn3L9JOoqdFTl5TnW4+8fnYtrLqc8gjXUuH5FffhRjTduLE6TlhL964G+4YRm/iJMvNol/sRaUOP0ZfJrY6ZfCWEdOmU45IXCvxXeSQKPri8HW2AbklxBCQTY6Bj6dpT4rzDm8OdxxW+BNJulHvgPRT2+4vIzG1fTgyAdOmt8qTmPhw==
- 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>
Thank you for your reply. Actually, I am using StarPU 1.2. BTW, both messages coming from runtime_descriptor.c file. This file exists in chameleon under StarPU control directory.
--Sameh
On Mon, Feb 20, 2017 at 11:39 AM, Nathalie Furmento <nathalie.furmento@labri.fr> wrote:
Dear Sameh,
Could you please let us know which version of StarPU you are using? The version 1.2 has a new MPI internal communication system, all the MPI messages sent and received by StarPU only use 2 different tags. You should consider using this version if you are not already doing it.
I am not sure however where the error message
"Number of descriptor available in MPI mode out of stock".
comes from. I am adding Mathieu as a recipient to get help from his side.
Cheers,
Nathalie
On 19/02/2017 07:21, Sameh Abdulah wrote:
Dear Team
I am working on chameleon and starpu to do Cholesky for large matrices on distributed systems. I need to do Cholesky for several iterations (>50) for 200K matrices. My configuration is as follows:
N: 200KTile Size:320Nodes 144 (with 7 cores each)
I got this error: Too many tiles in the descriptor for MPI tags. When I checked it I found that I need to change the default values of both tag_width = 31 and tag_sep =24 on runtime_descriptor.c using this function "MORSE_user_tag_size(int tag_width, int tag_sep)". I do not know what is the correct values I need for both to handle my case. I played with different numbers but I am still having the same error and if I can avoid this error using a certain values I got another error "Number of descriptor available in MPI mode out of stock".
Please can I know the best configuration for my case and if I need to use larger thank 200K matrix how can I play with these values.
Thank you.
--Sameh AbdulahPostdoc, ECRC, KAUST.
This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.
_______________________________________________ Starpu-devel mailing list Starpu-devel@lists.gforge.inria.fr http://lists.gforge.inria.fr/mailman/listinfo/starpu-devel
- [Starpu-devel] MPI tags limitation with Starpu, Sameh Abdulah, 19/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Nathalie Furmento, 20/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Sameh Abdulah, 20/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Mathieu Faverge, 20/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Samuel Thibault, 20/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Sameh Abdulah, 20/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Sameh Abdulah, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Mathieu Faverge, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Samuel Thibault, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Mathieu Faverge, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Nathalie Furmento, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Samuel Thibault, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Mathieu Faverge, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Sameh Abdulah, 21/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Sameh Abdulah, 20/02/2017
- Re: [Starpu-devel] [Morse-devel] MPI tags limitation with Starpu, Samuel Thibault, 20/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Mathieu Faverge, 20/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Sameh Abdulah, 20/02/2017
- Re: [Starpu-devel] MPI tags limitation with Starpu, Nathalie Furmento, 20/02/2017
Archives gérées par MHonArc 2.6.19+.