Objet : Developers list for StarPU
Archives de la liste
[Starpu-devel] Possible bug (scratch data + combined workers + version 1.3)
Chronologique Discussions
- From: Aleksandr Mikhalev <aleksandr.mikhalev@kaust.edu.sa>
- To: starpu-devel@lists.gforge.inria.fr
- Subject: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3)
- Date: Wed, 5 Sep 2018 12:23:15 +0300
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=aleksandr.mikhalev@kaust.edu.sa; spf=Pass smtp.mailfrom=aleksandr.mikhalev@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-ed1-f47.google.com
- Ironport-phdr: 9a23:FSRNpRVHVU2jodNvqa0mClrEv+rV8LGtZVwlr6E/grcLSJyIuqrYbBeCt8tkgFKBZ4jH8fUM07OQ7/i/HzRYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba9wIRmssQndqtQdjJd/JKo21hbHuGZDdf5MxWNvK1KTnhL86dm18ZV+7SleuO8v+tBZX6nicKs2UbJXDDI9M2Ao/8LrrgXMTRGO5nQHTGoblAdDDhXf4xH7WpfxtTb6tvZ41SKHM8D6Uaw4VDK/5KptVRTmijoINyQh/W/XhcN+kaFVrhy/qRJ434HZe4SVOOZ7fq7HfdMWWWhMU8BMXCJBGIO8aI4PAvIdMOZcsYb9pEAOogG4BQaxHuPk1zhGhn713a06yeshFR/J3BI9FN8JqnvUqMv6NKQJUe+vyqnH0C/DY+lT2Tf864jIcgouofWSUrJuasfRylMgFx7ejlWMs4DqIS6a1vkXv2iA9eVtTOSigHMkpQFpujWj2Nsgh43Tio8Wyl3I7zt1zJo2KNGiR0N2Y8aoHIZMuyyeLYd6X8EvT3xytConxLAKpYS3cDYXxJg5wRPUduaJfJKS4h35UeacOTd4i2xheLK4nxuy9FKvyuz4VsWtzllFszdJnsDCtn0C1RHf8MeHSvx6/keu3TaAyRrf5f1DIUAxjabbKpghzaAslpcLr0jPAiv7lF/1gaKWbEko5PSk5uf9brjppJKQL4p0hRv/MqQqlMy/G+M4Mg0WUmeB/eSzyr7j/VbjT7VMk/I2iLPVsJXbJcQYpq62GQtV3Zg96xukDDepyskYnWIbLF5fZh2IkpXpN0vVIP/iFfu/mUijkC93x/DaOb3sGo7NLmTZn7f7ZbZ99ldQxxctwtBB+Z1UDqoMIPbyWk/qqNzYFQU1MwO6w+bgEtV92Z0RVXiOAq+fKqPSsEWH6vghI+mWN8cpv2PmN/E//+OrgXInlFs1eaiywYBRZ36/BPtrZUSfe3vlxNkbQkkQuQ9rZejni0aLVzJJL1OzXKI14jwlQNavCYrAXYmrjKbH2Sa4HpRSa35uCVmRCmuueomZHewFPnHBavR9myAJAODyA7Qq0guj4VejmuhXa9HM8yhdjqrNkd185undjxY3rGAmDM2AyH3LQm1p2HgBFWZvgPJP5Hdlw1LG6pBWxuRCHIUPtfBATxwmc5PQ0qphAoKqA1+TTpKyUF+jB+6eL3QxQ9Y2mYJcZk98H5CvgkmG0Xb1RbASkLOPCdo/9aeOh3U=
- 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 StarPU team,
I think I discovered strange behaviour of StarPU 1.3, namely commits
606c2184e434f38d11d9434a7b8281b5c1c3bd2a and
629bfc1be63178246711d27e8f8c9c092a896713 (currently two latest commits in 1.3
branch). I attached minimal example, that works in StarPU-1.2, but segfaults
in StarPU-1.3. In order to repeat segfault one has to compile the code and
run executable with “STARPU_SCHED=peager” to enable combined workers. Seems
like “STARPU_SCRATCH” data handler property is the killer in the 1.3 case. At
least, it is the point of segfault.
I am afraid I am missing some additional code to make example work stable in
both versions (1.2 and 1.3), so I am asking for your assistance.
Best regards,
Aleksandr.
--
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.
Attachment:
test.c
Description: Binary data
- [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Aleksandr Mikhalev, 05/09/2018
- Re: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Samuel Thibault, 05/09/2018
- Re: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Aleksandr Mikhalev, 06/09/2018
- Re: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Aleksandr Mikhalev, 06/09/2018
- Re: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Aleksandr Mikhalev, 06/09/2018
- Re: [Starpu-devel] Possible bug (scratch data + combined workers + version 1.3), Samuel Thibault, 05/09/2018
Archives gérées par MHonArc 2.6.19+.