Objet : Developers list for StarPU
Archives de la liste
- From: Francisco Alecrim <alecrim@gmail.com>
- To: Samuel Thibault <samuel.thibault@inria.fr>, starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] build problem
- Date: Wed, 07 Jun 2017 03:06:01 +0000
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=alecrim@gmail.com; spf=Pass smtp.mailfrom=alecrim@gmail.com; spf=None smtp.helo=postmaster@mail-wm0-f54.google.com
- Ironport-phdr: 9a23:F6CvexTidngmBG8nC4H42a6p3dpsv+yvbD5Q0YIujvd0So/mwa6yYRWN2/xhgRfzUJnB7Loc0qyN4v+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRODYOybYQBD+QPM+VFoYfju1QDtgGxCRW2Ce711jNEmn370Ksn2OohCwHG2wkgEsoOvnTOttr1MrsdUeGuzKbUyjXIcu9b2TPj54fUaBAhoPSMVq93fMXLzUkgCR/Kjk+RqYzgJD6V2eENvHKa7+pkT+6gl2knqwRorzWp28wihI7JhocPxVDF8yV02Ik1JdykSE57fN6rC4FcuD2dN4tzRM4pXmJmuD4ix7AEtpO3ZjUGxIonyhLFaPGLbZKE7xLsWeuXPDx2nmhqeKiliBa36UWgyvPzVs2z0FtSqypKiNjMtnQU2x3d78iLVuJx/kmh1DuAzQzT5eZEIUc7larfNZEt2KI/lp0WsUjbHy/2nlv5jLOOe0gm9eWk8fnrbqvmq5OGNIJ4lBvyP6Qhl8CnBOQ3KAkOX2yV+eSm073j+FX0T69OjvIojqbZqpHaJcEAq662Bg9ayIcj6xKlAzi619QYmGELLEhZdxKfk4jpJ1bOLejjDfejmVusii9rx+3fMrL8HJrNMGbMkLP6cLZ56k5c0xYzzctF65JbBLEBJ+jzWkDvu9DCDx85NRa0w+f9B9ln2IMeQzHHPqjMC6rXrFKMrt4vIuOFeYsJ8GLmIv046vqokX84k1YAebWB3J0NaXn+EO4wZw2CfXP2mspEHWoUsw4WSO3xlEbEXjBUfXm/GaM6/DAyToy8XqnZQYX4rqaI2iy6BZZRLklCB1uWEHKgI4yAVvwWaSe6LcpokzhCXr+kHdxynSqyvRP3nuI0ZtHf/TcV4Ne6jIB4
- 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,
What Linux distro do you use? Debian latest?
Em ter, 6 de jun de 2017 às 14:48, Samuel Thibault <samuel.thibault@inria.fr> escreveu:
Francisco Alecrim, on sam. 03 juin 2017 14:31:49 +0000, wrote:
> cholesky examples does not compile.
How does it not compile? In addition to config.log, we need the error
message, otherwise we ca not say anything else than "works for us" :)
The problem with cholesky was resolved with libblas install.
sudo apt-get install libblas-dev liblapack-dev
sudo apt-get install libblas-dev liblapack-dev
What Linux distro do you use? Debian latest?
Config.log is a big file, so I posted mine on github: https://github.com/franciscoalecrim/starpunotes/blob/master/config.log
> FAIL: datawizard/data_implicit_deps
> VAR 0 (should be 42)
Wow, that's very odd. You can run it by hand with
./datawizard/data_implicit_deps , does it fail everytime? Does it fail
with export STARPU_NCUDA=0 ? Does it fail without that variable but one
of ".cuda_funcs = {g_cuda}," or ".cuda_funcs = {h_cuda}," commented out?
Samuel
It does not fail when I run it by hand. FAIL only during the 'make check'.
export STARPU_NCUDA=0
$ ./tests/datawizard/data_implicit_deps
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][initialize_eager_center_policy] Warning: you are running the default eager scheduler, which is not a very smart scheduler. Make sure to read the StarPU documentation about adding performance models in order to be able to use the dmda or dmdas scheduler instead.
VAR 42 (should be 42)
export STARPU_NCUDA=0
$ ./tests/datawizard/data_implicit_deps
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][initialize_eager_center_policy] Warning: you are running the default eager scheduler, which is not a very smart scheduler. Make sure to read the StarPU documentation about adding performance models in order to be able to use the dmda or dmdas scheduler instead.
VAR 42 (should be 42)
I found two other problems with examples/binary/binary and examples/heat/heat.sh. But both works fine when I run it by hand. Minor problems! Not blocking my development.
examples/binary/binary - it's a permission denied solved with sudo.
[starpu][_starpu_opencl_compile_or_load_opencl_from_string] Error: Failed to open file </home/alecrim/.starpu/opencl///incrementer_kernels_opencl_kernel.gpu.vendor_id_4318_device_id_0>
fopen: Permission denied
[starpu][_starpu_opencl_compile_or_load_opencl_from_string] Error: Failed to open file </home/alecrim/.starpu/opencl///incrementer_kernels_opencl_kernel.gpu.vendor_id_4318_device_id_0>
fopen: Permission denied
and
examples/heat/heat.sh - Error below happens during 'make check' but works fine when I run by hand.
Problem size : 1024x1024 (1156x1156) (4 MB)
/home/alecrim/devel/StarPU/examples/heat/.libs/heat(+0xab9f)[0x55786bc4bb9f]
/home/alecrim/devel/StarPU/examples/heat/.libs/heat(+0xb55e)[0x55786bc4c55e]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(+0xf6980)[0x7f76d293e980]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_driver_run_once+0xd6)[0x7f76d293f2b6]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_worker+0x2d)[0x7f76d293f61d]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76da)[0x7f76d23286da]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x5f)[0x7f76d206217f]
heat: heat/dw_factolu_kernels.c:345: dw_common_codelet_update_u11: Assertion `pivot != 0.0f' failed.
./heat/heat.sh: line 26: 8251 Aborted (core dumped) $PREFIX/heat -shape 1
#Execution_time_in_seconds 0.967178 ./heat/heat.sh
`./heat/heat.sh' exited with return code 134
FAIL heat/heat.sh (exit status: 134)
Problem size : 1024x1024 (1156x1156) (4 MB)
/home/alecrim/devel/StarPU/examples/heat/.libs/heat(+0xab9f)[0x55786bc4bb9f]
/home/alecrim/devel/StarPU/examples/heat/.libs/heat(+0xb55e)[0x55786bc4c55e]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(+0xf6980)[0x7f76d293e980]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_driver_run_once+0xd6)[0x7f76d293f2b6]
/home/alecrim/devel/StarPU/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_worker+0x2d)[0x7f76d293f61d]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76da)[0x7f76d23286da]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x5f)[0x7f76d206217f]
heat: heat/dw_factolu_kernels.c:345: dw_common_codelet_update_u11: Assertion `pivot != 0.0f' failed.
./heat/heat.sh: line 26: 8251 Aborted (core dumped) $PREFIX/heat -shape 1
#Execution_time_in_seconds 0.967178 ./heat/heat.sh
`./heat/heat.sh' exited with return code 134
FAIL heat/heat.sh (exit status: 134)
Thanks,
--
Francisco Keppler Silva Alecrim
- [Starpu-devel] build problem, Francisco Alecrim, 03/06/2017
- Re: [Starpu-devel] build problem, Nathalie Furmento, 06/06/2017
- Re: [Starpu-devel] build problem, Samuel Thibault, 06/06/2017
- Re: [Starpu-devel] build problem, Francisco Alecrim, 07/06/2017
Archives gérées par MHonArc 2.6.19+.