Objet : Developers list for StarPU
Archives de la liste
- From: Nathalie Furmento <nathalie.furmento@labri.fr>
- To: Xavier Lacoste <xavier.lacoste@inria.fr>
- Cc: "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>
- Subject: Re: [Starpu-devel] Assert fail with 8659
- Date: Thu, 14 Feb 2013 20:06:59 +0100
- 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>
That was fixed in the last commit, one of the SOCL examples assumed OpenCL
1.2. It is now disabled.
Cheers,
Nathalie
On Feb 14, 18:07, Xavier Lacoste wrote:
> Hello again again again....
>
> The compilation passed with this configure line :
>
> ./configure --prefix=/home/lacoste/starpu-trunk-cuda --with-fxt
> --enable-maxcpus=160 --enable-max-sched-ctxs=30 CC=gcc CXX=g++ F77=gfortran
> --disable-opencl --with-cuda-dir=/opt/cluster/gpu/cuda/latest
> --with-cuda-lib-dir=/opt/cluster/gpu/cuda/latest/lib64/
>
> thanks,
>
> XL.
>
> Le 14 févr. 2013 à 17:00, Xavier Lacoste a écrit :
>
> > Hello again,
> >
> > I updated my repository and did :
> >
> > Révision : 8671
> >
> > svn st | grep "?" | awk '{print $2}'|xargs rm -r
> > svn st return nothing
> >
> > ./autogen.sh
> > ./configure --prefix=/home/lacoste/starpu-trunk-cuda
> > --with-fxt=/opt/cluster/plafrim-dev/fxt/0.2.13 --enable-maxcpus=160
> > --enable-max-sched-ctxs=30 CC=gcc CXX=g++ F77=gfortran
> > make install
> >
> > and the make install failed with :
> > /home/lacoste/starpu/trunk/socl/examples/basicsplit/basicsplit.c:112:
> > undefined reference to `clEnqueueMarkerWithWaitList'
> >
> > must be doing something wrong...
> >
> > my modules :
> > 1) git/1.8.1.2 3) mpi/openmpi/1.4.4 5) lib/hwloc/latest
> > 7) lib/plasma/2.5.0b1 9) gpu/cuda/latest 11) starpu/trunk
> > 2) compiler/gcc/4.3.2 4) meta/gnu-openmpi 6) lib/mkl/latest
> > 8) tools/cmake/2.8.9 10) fxt/latest 12)
> > scotch/int32/5.1.12b
> >
> > XL.
> >
> > Le 14 févr. 2013 à 16:27, Xavier Lacoste a écrit :
> >
> >> I didn't built it directly, it's the module built by Mathieu on plafrim.
> >>
> >> If I look into the script he used there is a make clean and make
> >> distclean, is it sufficient ?
> >>
> >> XL.
> >>
> >>
> >> Le 14 févr. 2013 à 16:10, Nathalie Furmento a écrit :
> >>
> >>> Xavier,
> >>>
> >>> With the removal of the gordon driver, a lot of code has been modified,
> >>> including definition of starpu_task and starpu_codelet. Are you sure
> >>> you recompiled everything properly?
> >>>
> >>> Cheers,
> >>>
> >>> Nathalie
> >>>
> >>> On 14/02/2013 15:58, Xavier Lacoste wrote:
> >>>> Hello,
> >>>>
> >>>> I tried to use the 8659 with 8 core + 1 GPU and obtine an assertion
> >>>> failure :
> >>>>
> >>>> simple: drivers/cpu/driver_cpu.c:156: execute_job_on_cpu: Assertion
> >>>> `func' failed.
> >>>>
> >>>> #0 0x00007fffec3ab645 in raise () from /lib64/libc.so.6
> >>>> #1 0x00007fffec3acc33 in abort () from /lib64/libc.so.6
> >>>> #2 0x00007fffec3a4329 in __assert_fail () from /lib64/libc.so.6
> >>>> #3 0x00007ffff741db25 in _starpu_cpu_driver_run_once (d=<value
> >>>> optimized out>) at drivers/cpu/driver_cpu.c:156
> >>>> #4 0x00007ffff741de08 in _starpu_cpu_worker (arg=<value optimized
> >>>> out>) at drivers/cpu/driver_cpu.c:343
> >>>> #5 0x00007fffef415070 in start_thread () from /lib64/libpthread.so.0
> >>>> #6 0x00007fffec44c10d in clone () from /lib64/libc.so.6
> >>>> #7 0x0000000000000000 in ?? ()
> >>>>
> >>>> This didn't occured with previous versions (latest version I tested
> >>>> was built at this date 2013-01-28 17:01, I don't have the revision
> >>>> number anymore, sorry (I still have the install directory, is the info
> >>>> inside?)).
> >>>>
> >>>> XL.
> >>>> _______________________________________________
> >>>> Starpu-devel mailing list
> >>>> Starpu-devel@lists.gforge.inria.fr
> >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/starpu-devel
> >>>
> >>
> >>
> >> _______________________________________________
> >> Starpu-devel mailing list
> >> Starpu-devel@lists.gforge.inria.fr
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/starpu-devel
> >
> >
> > _______________________________________________
> > Starpu-devel mailing list
> > Starpu-devel@lists.gforge.inria.fr
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/starpu-devel
>
--
----------------------------------------------------------------------------
Dr Nathalie Furmento Ingénieur de recherche CNRS
Centre de Recherche INRIA Bordeaux Sud-Ouest http://www.labri.fr/~furmento/
200 avenue de la vieille Tour Tel: +33 (0)5 24 57 41 20
33405 Talence cedex, FRANCE Fax: +33 (0)5 24 57 40 41
----------------------------------------------------------------------------
- [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Samuel Thibault, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Sylvain HENRY, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Andra Hugo, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Andra Hugo, 15/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Xavier Lacoste, 14/02/2013
- Re: [Starpu-devel] Assert fail with 8659, Nathalie Furmento, 14/02/2013
Archives gérées par MHonArc 2.6.19+.