Accéder au contenu.
Menu Sympa

starpu-devel - [Starpu-devel] Error find_cpu_from_numa_node: Assertion `current' failed.

Objet : Developers list for StarPU

Archives de la liste

[Starpu-devel] Error find_cpu_from_numa_node: Assertion `current' failed.


Chronologique Discussions 
  • From: Amani Alonazi <amani.alonazi@kaust.edu.sa>
  • To: starpu-devel@lists.gforge.inria.fr
  • Cc: Hatem Ltaief <Hatem.Ltaief@kaust.edu.sa>
  • Subject: [Starpu-devel] Error find_cpu_from_numa_node: Assertion `current' failed.
  • Date: Tue, 26 Mar 2019 23:46:07 +0300
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=amani.alonazi@kaust.edu.sa; spf=Pass smtp.mailfrom=amani.alonazi@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-ed1-f54.google.com
  • Ironport-phdr: 9a23:8jDRvxc5QUz38il4ou/v8ObelGMj4u6mDksu8pMizoh2WeGdxcS7YB7h7PlgxGXEQZ/co6odzbaP6+awASdZucfJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MQm6oR/Su8UKjoduN7o9xx/UqXZUZupawn9lK0iOlBjm/Mew+5Bj8yVUu/0/8sNLTLv3caclQ7FGFToqK2866tHluhnFVguP+2ATUn4KnRpSAgjK9w/1U5HsuSbnrOV92S2aPcrrTbAoXDmp8qlmRAP0hCoBKjU063/chNBug61HoRKhvx1/zJDSYIGJL/p1Y6fRccoHSWZdQspdUipMCZ6+YYQSFeoMJelXoYnzqVUNsBWwGxWjCfj1xTNUnHL7x7E23/gjHAzAwQcuH8gOsHPRrNjtKKoSVPq6zK/JzT7ec/5W3TD96I7SfREgoPGHQLV9ftDUyUY1EQPFj0+cppbhPzOS0OQCqWma7+t7WOKskWEnthpxoiS1ysgyl4bJm5gZykve+ihgxos+ON62SFZjbNK6DJddszuWOoh2T884XW1kpCU3xqcGtJO0eiUB1Y4pyATFa/OddoiF+hLjW/iVITd/nH9lfaiwhxe28US51OLzS9S43E9EridFndTArH8N1xvU6siITvty4F2t1iqI1wDW8u1EIEY0mrTHK5M53LI8ip4evV7AEyL2gkn6krOae0Y+9uWo5OnrerDmqYWdN49whAH+KKMumsmnDOsiNwgBRW6b+eWm2LL5+U35R7NKgec3k6nYq53aJt4UprOiAw9JyIos9QuwDyq83NQDh3YLNEhFdw6fj4j1J1HOJ+j1Deyjg1u2ijdr3+3GMqT8DZrTMHjMjrPhcK15605d0woz0ctf64hbCrEPJ/LzQEDxu8LCAh84NQy02efnB89n2oMQQ2LcSpOeZbjOuEWQ+6cjLveBYKcRuS3hML4q6fn0gnJ/mFkHfKDv04FERmq/G6FPJkyfYDLFhtAHGHUL9l43SeXsiRuLVTlVbmSzd6E1+yonTo+qEMHYT9b+0/S6wC6nE8gONSh9AVeWHCKtLt3cAqZeWGepOsZk1wc8e/2kQo4l2wupsVammbluM/HIvCAUqNT43YosvrGBpVQJ7TVxSv+l/SSVVWgtwjELTiItwOZyrVE70V7RifEl0cwdLsRa4rZyail/NZPYyLYnWdX7WwaEc9vQDVj7HpOpBjY+St93yNgLMR5w
  • 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 Samuel and Starpu-dev,

I am facing an error at the initilization step of StarPU. The error is: core/perfmodel/perfmodel_bus.c:598: find_cpu_from_numa_node: Assertion `current' failed.

raise () from /lib64/libc.so.6
abort () from /lib64/libc.so.6
in __assert_fail_base () from /lib64/libc.so.6
in __assert_fail () from /lib64/libc.so.6
in find_cpu_from_numa_node (obj=0x49a5b7f0) at core/perfmodel/perfmodel_bus.c:598
in measure_bandwidth_between_numa_nodes_and_dev (dev=0, dev_timing_per_numanode=0x200000357338 <cudadev_timing_per_numa>, type=0x20000030cf50 "CUDA") at core/perfmodel/perfmodel_bus.c:633
in measure_bandwidth_between_host_and_dev (dev=0, dev_timing_per_numa=0x200000357338 <cudadev_timing_per_numa>, type=0x20000030cf50 "CUDA") at core/perfmodel/perfmodel_bus.c:654
in benchmark_all_gpu_devices () at core/perfmodel/perfmodel_bus.c:784
in generate_bus_affinity_file () at core/perfmodel/perfmodel_bus.c:1029
in _starpu_bus_force_sampling () at core/perfmodel/perfmodel_bus.c:2931
in check_bus_config_file () at core/perfmodel/perfmodel_bus.c:2036
in _starpu_load_bus_performance_files () at core/perfmodel/perfmodel_bus.c:2959
in starpu_initialize (user_conf=0x490f02b0, argc=0x0, argv=0x0) at core/workers.c:1400
in starpu_init (user_conf=0x490f02b0) at core/workers.c:1213

How can I solve it? Is it connected with hwloc?

Many thanks,

--
Amani


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.


Archives gérées par MHonArc 2.6.19+.

Haut de le page