Objet : Developers list for StarPU
Archives de la liste
- From: Francisco Alecrim <alecrim@gmail.com>
- To: starpu-devel@lists.gforge.inria.fr
- Subject: [Starpu-devel] build problem
- Date: Sat, 03 Jun 2017 14:31:49 +0000
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=alecrim@gmail.com; spf=Pass smtp.mailfrom=alecrim@gmail.com; spf=None smtp.helo=postmaster@mail-wm0-f43.google.com
- Ironport-phdr: 9a23:oYQO2RD87KPLKRormkJCUyQJP3N1i/DPJgcQr6AfoPdwSPv8r8bcNUDSrc9gkEXOFd2CrakV1ayL7OigATVGusfe9ihaMdRlbFwst4Y/p08aPIa9E0r1LfrnPWQRPf9pcxtbxUy9KlVfA83kZlff8TWY5D8WHQjjZ0IufrymUoHdgN6q2O+s5pbdfxtHhCanYbN1MR66sRjdutMYjIZmK6s90BvEr3lVcOhS2W9kOEifkhj468qy5pJv7zhct/c8/MNcTKv2eLg1QrNfADk6KW4549HluwfeRgWV/HscVWsWkhtMAwfb6RzxQ4n8vCjnuOdjwSeWJcL5Q6w6VjSk9KdrVQTniDwbOD4j8WHYkdJ/gaRGqx+8vRN/worUYIaINPpie67WYN0XSXZdUstXSidMBJ63YYkSAOobJetXoInzqVUNoxWjGwejGPjixSVUinLsx6A2z/gtHAPA0Qc9H9wOqnPUrNDtOakSS+C61q/IwinCb/NNxTj975XDfwwlof6SQb1wa8vRyUwyHA7ClFqQrZLqMC+P1uQMtmiW9OVgVee1hG4mrwF9uCSgxsApioTQgI8e11PK9T1hzYs3KtC0UlN3bcCkHZdKtCyWKZF6T8wsTmxupS000KcJuYShcygP0JknxwDQa/iAc4WQ5xLsTueRITNhiHNrfbKzmw++8Uavx+DyTMW031FKri1KktnIqH8BzQDc6s+CSvdl/0eh3yiA1xzL5+xGLk04j7fXJ4Ahz7IqlZcfr17PEyD4lUnuia+ZbEQk+uym6+T9ZbXmo4eROJVwig7gLqsugM2/AeEjPwgBWmiU4+W81Ln58ULlR7VKi+U6krPFv5DCOcQbuqm5DhdO0oY/8Rm/FS+m0MkBkXYaMl1FZgyIj4zyNlHKIfD4Fuu/g0+2nDdkyfDGOafhAprTIXTZkbfhe6x9609GxwYpw9Bf/cEcNrZUO+76QFfs8dDVEBI9Gwi12Pr8Ttpz0ZkRVCSOBLWYOeXcqwym/OUqdseWbYkeuS32LLAM4/Pll3480QsUeaSix5oSQH+9F/ViZU6eZCy/0Z86DW4Ws19mH6TRg1qYXGsLag==
- 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,
I'm trying to compile StarPU from SVN source. During 'make check' I got the error messages below and cholesky examples does not compile.
Any recomendation?
Thanks in advance, buil command and parameters :
./autogen.sh
cd ~/devel/StarPU
rm -rf build
mkdir build
cd build
../configure --with-fxt=/usr --with-hwloc --prefix=$HOME/starpu
make -j12
make check
============================================================================
Testsuite summary for StarPU 1.3.0
============================================================================
# TOTAL: 201
# PASS: 156
# SKIP: 43
# XFAIL: 1
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to starpu-devel@lists.gforge.inria.fr
============================================================================
========================================
StarPU 1.3.0: tests/test-suite.log
========================================
# TOTAL: 201
# PASS: 156
# SKIP: 43
# XFAIL: 1
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
SKIP: main/static_restartable_using_initializer
===============================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#tasks : 65536
WARNING: No one can execute this task
#Execution_time_in_seconds 0.820128 ./main/static_restartable_using_initializer
SKIP main/static_restartable_using_initializer (exit status: 77)
SKIP: main/starpu_init
======================
Testing with env=-1 - conf=-1
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
Number of CPUS: 1
#Execution_time_in_seconds 0.991891 ./main/starpu_init
SKIP main/starpu_init (exit status: 77)
FAIL: datawizard/data_implicit_deps
===================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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 0 (should be 42)
/home/alecrim/devel/StarPU/build/tests/datawizard/.libs/data_implicit_deps(+0x153d)[0x55643035953d]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(+0xf8a20)[0x7fcf12f2da20]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_driver_run_once+0xd6)[0x7fcf12f2e356]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_worker+0x2d)[0x7fcf12f2e6bd]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76da)[0x7fcf12c1e6da]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x5f)[0x7fcf1295817f]
data_implicit_deps: ../../tests/datawizard/data_implicit_deps.c:98: h: Assertion `*val == 42' failed.
[error] `./datawizard/data_implicit_deps' killed with signal 6; test marked as failed
#Execution_time_in_seconds 0.558240 ./datawizard/data_implicit_deps
FAIL datawizard/data_implicit_deps (exit status: 1)
SKIP: datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
========================================================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#Execution_time_in_seconds 0.167408 ./datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
SKIP datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl (exit status: 77)
SKIP: datawizard/interfaces/multiformat/advanced/multiformat_data_release
=========================================================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#Execution_time_in_seconds 0.166136 ./datawizard/interfaces/multiformat/advanced/multiformat_data_release
SKIP datawizard/interfaces/multiformat/advanced/multiformat_data_release (exit status: 77)
SKIP: datawizard/gpu_register
=============================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#Execution_time_in_seconds 0.163560 ./datawizard/gpu_register
SKIP datawizard/gpu_register (exit status: 77)
SKIP: datawizard/gpu_ptr_register
=================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#Execution_time_in_seconds 0.165191 ./datawizard/gpu_ptr_register
SKIP datawizard/gpu_ptr_register (exit status: 77)
SKIP: datawizard/readonly
=========================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
copy 0
[starpu][_starpu_task_insert_v] submission of task 0x5603e417bf80 wih codelet 0x5603e2109020 failed (symbol `none') (err: ENODEV)
WARNING: No one can execute this task
#Execution_time_in_seconds 0.309984 ./datawizard/readonly
SKIP datawizard/readonly (exit status: 77)
XFAIL: errorcheck/invalid_blocking_calls
========================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(starpu_data_acquire_on_node+0x545)[0x7f12631eb655]
/home/alecrim/devel/StarPU/build/tests/errorcheck/.libs/invalid_blocking_calls(+0x1165)[0x558739925165]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(+0xf8a20)[0x7f1263234a20]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_driver_run_once+0xd6)[0x7f1263235356]
/home/alecrim/devel/StarPU/build/src/.libs/libstarpu-1.3.so.0(_starpu_cpu_worker+0x2d)[0x7f12632356bd]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76da)[0x7f1262f256da]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x5f)[0x7f1262c5f17f]
[starpu][starpu_data_acquire_on_node][assert failure] Acquiring a data synchronously is not possible from a codelet or from a task callback, use starpu_data_acquire_cb instead.
invalid_blocking_calls: ../../src/datawizard/user_interactions.c:295: starpu_data_acquire_on_node: Assertion `_starpu_worker_may_perform_blocking_calls()' failed.
[error] `./errorcheck/invalid_blocking_calls' killed with signal 6; test marked as failed
#Execution_time_in_seconds 0.286625 ./errorcheck/invalid_blocking_calls
XFAIL errorcheck/invalid_blocking_calls (exit status: 1)
SKIP: openmp/init_exit_01
=========================
#Execution_time_in_seconds 0.007471 ./openmp/init_exit_01
SKIP openmp/init_exit_01 (exit status: 77)
SKIP: openmp/init_exit_02
=========================
#Execution_time_in_seconds 0.007097 ./openmp/init_exit_02
SKIP openmp/init_exit_02 (exit status: 77)
SKIP: openmp/environment
========================
#Execution_time_in_seconds 0.009086 ./openmp/environment
SKIP openmp/environment (exit status: 77)
SKIP: openmp/api_01
===================
#Execution_time_in_seconds 0.007240 ./openmp/api_01
SKIP openmp/api_01 (exit status: 77)
SKIP: openmp/parallel_01
========================
#Execution_time_in_seconds 0.008939 ./openmp/parallel_01
SKIP openmp/parallel_01 (exit status: 77)
SKIP: openmp/parallel_02
========================
#Execution_time_in_seconds 0.006884 ./openmp/parallel_02
SKIP openmp/parallel_02 (exit status: 77)
SKIP: openmp/parallel_03
========================
#Execution_time_in_seconds 0.007369 ./openmp/parallel_03
SKIP openmp/parallel_03 (exit status: 77)
SKIP: openmp/parallel_barrier_01
================================
#Execution_time_in_seconds 0.006999 ./openmp/parallel_barrier_01
SKIP openmp/parallel_barrier_01 (exit status: 77)
SKIP: openmp/parallel_master_01
===============================
#Execution_time_in_seconds 0.007209 ./openmp/parallel_master_01
SKIP openmp/parallel_master_01 (exit status: 77)
SKIP: openmp/parallel_master_inline_01
======================================
#Execution_time_in_seconds 0.008465 ./openmp/parallel_master_inline_01
SKIP openmp/parallel_master_inline_01 (exit status: 77)
SKIP: openmp/parallel_single_wait_01
====================================
#Execution_time_in_seconds 0.007062 ./openmp/parallel_single_wait_01
SKIP openmp/parallel_single_wait_01 (exit status: 77)
SKIP: openmp/parallel_single_nowait_01
======================================
#Execution_time_in_seconds 0.007129 ./openmp/parallel_single_nowait_01
SKIP openmp/parallel_single_nowait_01 (exit status: 77)
SKIP: openmp/parallel_single_inline_01
======================================
#Execution_time_in_seconds 0.006845 ./openmp/parallel_single_inline_01
SKIP openmp/parallel_single_inline_01 (exit status: 77)
SKIP: openmp/parallel_single_copyprivate_01
===========================================
#Execution_time_in_seconds 0.007676 ./openmp/parallel_single_copyprivate_01
SKIP openmp/parallel_single_copyprivate_01 (exit status: 77)
SKIP: openmp/parallel_single_copyprivate_inline_01
==================================================
#Execution_time_in_seconds 0.007582 ./openmp/parallel_single_copyprivate_inline_01
SKIP openmp/parallel_single_copyprivate_inline_01 (exit status: 77)
SKIP: openmp/parallel_critical_01
=================================
#Execution_time_in_seconds 0.006864 ./openmp/parallel_critical_01
SKIP openmp/parallel_critical_01 (exit status: 77)
SKIP: openmp/parallel_critical_inline_01
========================================
#Execution_time_in_seconds 0.007881 ./openmp/parallel_critical_inline_01
SKIP openmp/parallel_critical_inline_01 (exit status: 77)
SKIP: openmp/parallel_critical_named_01
=======================================
#Execution_time_in_seconds 0.007141 ./openmp/parallel_critical_named_01
SKIP openmp/parallel_critical_named_01 (exit status: 77)
SKIP: openmp/parallel_critical_named_inline_01
==============================================
#Execution_time_in_seconds 0.006709 ./openmp/parallel_critical_named_inline_01
SKIP openmp/parallel_critical_named_inline_01 (exit status: 77)
SKIP: openmp/parallel_simple_lock_01
====================================
#Execution_time_in_seconds 0.008181 ./openmp/parallel_simple_lock_01
SKIP openmp/parallel_simple_lock_01 (exit status: 77)
SKIP: openmp/parallel_nested_lock_01
====================================
#Execution_time_in_seconds 0.007353 ./openmp/parallel_nested_lock_01
SKIP openmp/parallel_nested_lock_01 (exit status: 77)
SKIP: openmp/parallel_for_01
============================
#Execution_time_in_seconds 0.006995 ./openmp/parallel_for_01
SKIP openmp/parallel_for_01 (exit status: 77)
SKIP: openmp/parallel_for_02
============================
#Execution_time_in_seconds 0.007377 ./openmp/parallel_for_02
SKIP openmp/parallel_for_02 (exit status: 77)
SKIP: openmp/parallel_for_ordered_01
====================================
#Execution_time_in_seconds 0.007332 ./openmp/parallel_for_ordered_01
SKIP openmp/parallel_for_ordered_01 (exit status: 77)
SKIP: openmp/parallel_sections_01
=================================
#Execution_time_in_seconds 0.007364 ./openmp/parallel_sections_01
SKIP openmp/parallel_sections_01 (exit status: 77)
SKIP: openmp/parallel_sections_combined_01
==========================================
#Execution_time_in_seconds 0.007228 ./openmp/parallel_sections_combined_01
SKIP openmp/parallel_sections_combined_01 (exit status: 77)
SKIP: openmp/task_01
====================
#Execution_time_in_seconds 0.008972 ./openmp/task_01
SKIP openmp/task_01 (exit status: 77)
SKIP: openmp/task_02
====================
#Execution_time_in_seconds 0.007114 ./openmp/task_02
SKIP openmp/task_02 (exit status: 77)
SKIP: openmp/task_03
====================
#Execution_time_in_seconds 0.007113 ./openmp/task_03
SKIP openmp/task_03 (exit status: 77)
SKIP: openmp/taskwait_01
========================
#Execution_time_in_seconds 0.006836 ./openmp/taskwait_01
SKIP openmp/taskwait_01 (exit status: 77)
SKIP: openmp/taskgroup_01
=========================
#Execution_time_in_seconds 0.007016 ./openmp/taskgroup_01
SKIP openmp/taskgroup_01 (exit status: 77)
SKIP: openmp/taskgroup_02
=========================
#Execution_time_in_seconds 0.007144 ./openmp/taskgroup_02
SKIP openmp/taskgroup_02 (exit status: 77)
SKIP: openmp/array_slice_01
===========================
#Execution_time_in_seconds 0.007022 ./openmp/array_slice_01
SKIP openmp/array_slice_01 (exit status: 77)
SKIP: openmp/cuda_task_01
=========================
#Execution_time_in_seconds 0.007447 ./openmp/cuda_task_01
SKIP openmp/cuda_task_01 (exit status: 77)
SKIP: perfmodels/feed
=====================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
#Execution_time_in_seconds 0.168784 ./perfmodels/feed
SKIP perfmodels/feed (exit status: 77)
SKIP: sched_ctx/sched_ctx_hierarchy
===================================
[starpu][starpu_initialize] Warning: StarPU was configured with --with-fxt, which slows down a bit
[starpu][_starpu_init_machine_config] Warning: could not find location of CUDA0, do you have the hwloc CUDA plugin installed?
[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.
WARNING: No one can execute this task
#Execution_time_in_seconds 0.163392 ./sched_ctx/sched_ctx_hierarchy
SKIP sched_ctx/sched_ctx_hierarchy (exit status: 77)
--
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+.