Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] StarPU changeable sizes and StarPU purge

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] StarPU changeable sizes and StarPU purge


Chronologique Discussions 
  • From: Rabab Al-omairy <rabab.omairy@kaust.edu.sa>
  • To: Samuel Thibault <samuel.thibault@inria.fr>, Rabab Al-omairy <rabab.omairy@kaust.edu.sa>, starpu-devel@lists.gforge.inria.fr, "hatem.ltaief" <Hatem.Ltaief@kaust.edu.sa>
  • Subject: Re: [Starpu-devel] StarPU changeable sizes and StarPU purge
  • Date: Sun, 12 Jan 2020 14:16:25 +0300
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=rabab.omairy@kaust.edu.sa; spf=Pass smtp.mailfrom=rabab.omairy@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-pj1-f41.google.com
  • Ironport-phdr: 9a23:i5QSuBOjDDriIve4fjEl6mtUPXoX/o7sNwtQ0KIMzox0I/n5rarrMEGX3/hxlliBBdydt6sfzbCI4+u6AiQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTagb75+Ngu6oATSu8UZn4dvJLs6xwfUrHdPZ+lY335jK0iJnxb76Mew/Zpj/DpVtvk86cNOUrj0crohQ7BAAzsoL2465MvwtRneVgSP/WcTUn8XkhVTHQfI6gzxU4rrvSv7sup93zSaPdHzQLspVzmu87tnRRn1gyocKTU37H/YhdBxjKJDoRKuuRp/w5LPYIqIMPZyZ77Rcc8GSWZEWMtaSi5PDZ6mb4YXAOUBM+RXoYnzqVUNsBWwGxWjCfj1xTNUnHL7x7E23/gjHAzAwQcuH8gOsHPRrNjtKKkdS/u6w7PTwj7ec/5W3S7x6I/Nch87oPGMR7JxetfWxEk1DQzKlU+fppf/MzOS0+QCqWmb7/BgVO+0iG4osRxxoiOzxss2lIbGm58Vxkrf9Spj2Ys4I8CzRk1jYdO8DpdcqyWXO5F1T84iWW1kpjs2x7wctZO0YSQHzoksyQTFZPydaYeI5wruVOaPLjd8g3JoYLe/iAyz8Uik0+H8Tsu03EtToipLndTAq2oB1xPU6siARft9+lmu1SyT2ADU7+FIOUE0lazFJJ492rM8iIYfvEDZEiL1mEj6lrGaelgl9+Sy5Onrf63qppqGOI91jgH+PL4umsu6AekgKAgBRXOU9v6n27H5+k35Ra9FjvwskqjZq53aJt4UprOiAw9JyIos9QuwDyq83NQDh3YLNEhFdw6fj4j1J1HOJ+j1Deyjg1u2ijdr3+3GMqT8DZrTMHjMjrPhcK15605d0woz0ctf64hbCrEPJ/LzQEDxu8LCAh84NQy02efnB89n2oMQQ2LcSpOeZZjbtEKF4qoTI+iGbZIRpH6pMPEg+vPqy2M5mFUUYK219ZoRcnGxWPp8dQHRW3Pmi91JOGNPuQ83Tfb7wAmYWDRabTC1Wqs9/CATC4u7FpuFS4ywxqeIimPzBYFffHhbT1yBD3rsX4GFQOsXLi2cJdVun3oFU6KgQskvz1Xm/g/z17diaO7I8ywVu9irgPh8++DW0zUu/D15Aeye2nyWUyd5kn5OXDZgj45lpkko8F6J2KIwqvgdEtla5ulYGlMgPJTVxap9DtnzQBPpfd6UU0rgT9m7Ryo4GIFii+QSalpwTo3xxivI2DCnVvpMz+TSWc4Et5nE1n20HP5TjnbL0K570gsjS8pLcHWk3+txq1GVCInOnEGU0a2tcPZEhXKfxCK41WOL+XpgfktoS6ycASIcb1bNsZL06l6EVLb8Ue12YDsE8taLL+5xUvOsiFxHQPn5P9GHPzCyknqrGVCFyq7Kd4O4Img=
  • 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>

Dear Samuel,
Your answer is really appreciated.

On Thu, Jan 9, 2020 at 8:51 PM Samuel Thibault <samuel.thibault@inria.fr> wrote:
Hello,

Rabab Al-omairy, le dim. 01 déc. 2019 22:03:43 +0300, a ecrit:
> after matrix compression each tile ends up having different sizes.
[...]
> However, on distributed memory on which tiles are 2D cyclically
> distributed among mpi nodes I have  the following error:
>
> [1][starpu_mpi][_starpu_mpi_test_detached_requests][assert failure] MPI_Test
> returning MPI_ERR_TRUNCATE: message truncated

Mmm, indeed, the distributed support for matrices was not extended to
support tiles with varying size. Here the receiver is expecting a full
size since it doesn't know the size is smaller.

I have added some experimental support in the master. In order to try it
you need to uncomment the //#define DYNAMIC_MATRICES in both
src/datawizard/interfaces/matrix_interface.c and mpi/src/starpu_mpi_datatype.c
 
That is however for now incompatible with OOC support with O_DIRECT
enabled.

 
I will try your suggestion and let you know.

> For some matrix size which I can say matrix with medium size, I
> have the following message which cause application to stuck and not continue
> execution.
>
> [starpu][starpu_memchunk_tidy] Low memory left on node RAM 0 (6405MiB over
> 128808MiB).

So StarPU is lacking memory. Do you have OOC enabled?
 
I am not enabling OOC.


Samuel


--

Best Regards,

Rabab Alomairy


PhD Student

King Abdullah University of Science and Technology

Kingdom of Saudi Arabia
Extreme Computing Research Center
Al-Khawarizmi (Bldg.1)
Floor 0, Office 0203-WS06 


Mobile KSA: +966 (0) 548884792

E-mail: rabab.omairy@kaust.edu.sa






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.


Archives gérées par MHonArc 2.6.19+.

Haut de le page