Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] registering handles

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] registering handles


Chronologique Discussions 
  • From: Hatem Ltaief <hatem.ltaief@kaust.edu.sa>
  • To: Samuel Thibault <samuel.thibault@inria.fr>
  • Cc: "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>
  • Subject: Re: [Starpu-devel] registering handles
  • Date: Tue, 27 Mar 2018 07:57:01 +0000
  • Accept-language: en-GB, en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=hatem.ltaief@kaust.edu.sa; spf=Pass smtp.mailfrom=prvs=462487ad0b=hatem.ltaief@kaust.edu.sa; spf=None smtp.helo=postmaster@mx08-0025e101.pphosted.com
  • Ironport-phdr: 9a23:0OTGzRwwXxg1Rp/XCy+O+j09IxM/srCxBDY+r6Qd2uwUIJqq85mqBkHD//Il1AaPAd2Araocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HdbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CRWRPQNtfVzBPDI2/YYsADfYOM+lXoITmu1sOtB6+CRWwCO/z1DNFgGL9060g0+QmFAHLxA4uEMgSsHvKqdX+KaEcUfyvw6nJ0zrDYe5d1DD96IfSbhAuv/SMUah0ccrN00YvFh3KjluLpIzmJTyVy/8Ns3SB4+V+SO2vlnQrqxprrTW2wMonl4rHhpoNx13F6yl12pg5KcG8RUJhYdOoDYFcuzyYOoZ1Ws8iTX9ntSUmxrADvJO3YicHx4o5yxPacPOKcYyF7x3mWeuSPDh0mnJodbejiBuz70etzPD3WNOu31ZQtCVFl8HBtnAT2BzX7ciKUv59/0i91TuMzgzf9v1ILV40mKXFNpIt3qM8moALsUTbHi/2n172jLOIeUo54OSn9+PnYrD+qp+dMY97lB3+P7wvl8ChG+g0LBQCUmyB9em8ybHv51D1TbdJg/Eul6nWqpHaJcAVpq6jBA9V154u6w6lDze4y9QVhXYKIVNbdB+IjIXkOUvBL+3kAfikm1mskC1kx+zYMb3kGJnNKmTDn63gfblj5U5R0wkzwspC55JPFrENOuz8VVLstNDCFR82KRS4w/z7B9VlyoMeRWWPD7eCMKPOq1CI/PovI/SVaIAIpjn9NeYq5/r1gH89mF8dZrWp3YANZHC3EPRmJF+ZYXXyjdsbEGcKuBA+TO3wh1GYXz5TfW64X7gg6TEjFIKmEYDDS5ixgLyB3Se0BYdZZn1CClCQCnrpdoSEW/IXZyKIOMBtiD0EVb67S48gzx6irgH6y6A0ZtbTrxYRsI/u0JBJ5+zZnAw26XQgFM2YzmyJCX10n2kBWjsq9KF5u010jFmZh/tWmftdQPxa+/5MGiMmPJ/RwaQuC9nuVweHesuASVuoatavHCotCN893pkVahAuSJ2Zkhnf0n/yUPcunLuRCclxq/qEhimjF4NG03/DkZIZoRwjS8pLO3ehg/cjpQvaGpXV1UiViuCxfPZFhXKfxCK41WOL+XpgfktoS6ycASIcb1bNsZL06l6EVLb8Ue16YDsE8taLL+5xUvOsjVhCQ62zatHOOzL0wz/qWBvRnurKdJLqfH4B0SmbA08BwVge
  • 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>

Hi Sam,
I am printing the indices in the inner loop and it does complain only at the
second iteration of the outer loop. If this was not initialized, it would
have complained right away, right?
But wait, by initialize, do u mean registered handle via starpu or memory
allocation?
Thanks
H

Sent from my iPhone

> On Mar 27, 2018, at 00:49, Samuel Thibault <samuel.thibault@inria.fr> wrote:
>
> Hello,
>
> Hatem Ltaief, on mar. 27 mars 2018 07:46:35 +0000, wrote:
>> [starpu][_starpu_select_src_node][assert failure] The data for the handle
>> 0xb1f6c10 is requested, but the handle does not have a valid value. Perhaps
>> some initialization task is missing?
>
>> I am calling my MORSE task like this:
>>
>> for (int nt=0;nt<timestep;nt++) {
>> for (int nd=0;nd<ndomains;nd++) {
>>
>> printf("\nnt %d nd %d %d %d\n", nt, nd, Unew->mb, Unew->nb);
>>
>> MORSE_TASK_iow( Unew, nd, 0, nx, ny, nz, nt );
>>
>> }
>>
>> }
>>
>> and the task is defined as follows:
>
>> starpu_insert_task(
>>
>> starpu_mpi_codelet(codelet),
>>
>> STARPU_R , RTBLKADDR(U,float,i,j),
>
> As the error message says, this is reading the value of U[i,j], but was
> that initialized?
>
> Samuel

________________________________
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