Objet : Developers list for StarPU
Archives de la liste
- From: Maxim Abalenkov <maxim.abalenkov@gmail.com>
- To: Samuel Thibault <samuel.thibault@inria.fr>
- Cc: starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] [LU factorisation: gdb debug output]
- Date: Wed, 20 Dec 2017 14:53:23 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=maxim.abalenkov@gmail.com; spf=Pass smtp.mailfrom=maxim.abalenkov@gmail.com; spf=None smtp.helo=postmaster@mail-wm0-f51.google.com
- Ironport-phdr: 9a23:B3if4h/HoCXRB/9uRHKM819IXTAuvvDOBiVQ1KB31OMcTK2v8tzYMVDF4r011RmVBdyds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+54Dfbx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMNboRr4oRzut86ZrSAfpiCgZMT457HrXgdF0gK5CvR6tuwBzz4vSbYqINvRxY7ndcMsaS2RCQsleWDFPDI2+YIURAeoPOv1VoJPhq1sLtxa+BRWgCeHpxzRVhnH2x6o60+E5HA/BxgMhENMOsHHJp9jpL6gdS+S1w7fOzTXAaPNWxyr25Y/Nch87rvCMXLdwfdDLxkY0DQzFikufqYrmPzOSyOQAqGeb7+96WuKuj24rsR1+oj+qxso1jITCm4wbylfB9SpjwYY1I8W1SEF6Yd64FJtfrTqVO5F3QsMlRWxjpSU0yqUetJO5cyUG0okrywDfZvCdcIWE/AjvWeaMLTtgmX5ofLKyiwyv/UWv0OHwSNW43EpQoiZYjtXBtnYA3AHJ5MedUPty5EKh1C6P1w/N7uFEJlg5la/BJJ4gxr48j5QSsUHfEiPvlkX7jLKael8r+uiv7OTnbbHmqYGGO4BojQH+N7wims25AesmLggDR2qW9Oum2LH+40H0QK9Gg/4onqXDsJ3WONwXpqujDA9U1oYj5Qy/DzCj0NkAmHkINl1EeBOCj4TzIV7BO+r3DfOhjFSqkzdrwO7GM6buApXINHfDkbPhcaxh5E5bzQo/1cpf6I5MCrEdPPLzXVf8tMfEDhAjKQy02/vnBMxg2YwAR2KAHKuZPbjWsV+J/eIvP/KMaJUauDbzLPgl/fHugmEjlV8ce6mpx5oXZ2qiEvRoOUXKKUbr1+wIFHoHukICTO3ggUCGTXYHfH+3Qq84oC07CYivEIPfboGrmr2ImimhSM54fGdDX3WFAXbtP6yOUvMBbiGVPIc1lzUUVL3nQoUo0Ryotwjk47ViJ+vQvCYfsMSwh5BO++TPmERqpnRPBMOH3jTIFjkskw==
- 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>
Hello Samuel,
I believe I know where the problem comes from. Please see the routines in the attached file. They switch the “view” from blocks (tiles) of the matrix to panels (columns of tiles). I have adopted the lines 25–29 and 73–78 from the StarPU example on multiple views. I think it was a mistake.
—
Best wishes,
Maxim
Attachment:
tile2panel.c
Description: Binary data
On 20 Dec 2017, at 14:46, Maxim Abalenkov <maxim.abalenkov@gmail.com> wrote:Hello Samuel,Please find below the gdb output after switching to the crashing thread:(gdb) thread 3
[Switching to thread 3 (Thread 0x7fffeecde700 (LWP 27673))]
#0 0x00007ffff31ca860 in raise () from /usr/lib/libc.so.6
(gdb) frame 8
#8 0x00007ffff73bd75e in _starpu_fetch_task_input (j=0x555555a5ed40) at datawizard/coherency.c:972
972 ret = fetch_data(handle, node, local_replicate, mode);
(gdb) print node
$1 = 1
(gdb) print local_memory_node
$2 = 0
(gdb) print descrs[index].node
$3 = 1—Best wishes,MaximOn 20 Dec 2017, at 14:42, Samuel Thibault <samuel.thibault@inria.fr> wrote:Maxim Abalenkov, on mer. 20 déc. 2017 14:41:14 +0100, wrote:Please find attached the output of the gdb commands that you suggested. It seems there is no node.
I meant to adapt the thread number according to the stack, since the
fault will not necessarily happen always in the same thread.
Samuel
- Re: [Starpu-devel] [LU factorisation: gdb debug output], (suite)
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 21/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
Archives gérées par MHonArc 2.6.19+.