Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734088 - dev-libs/starpu-1.2.6 : starpu_mpi_datatype.c: error: implicit declaration of function MPI_Type_hvector
Summary: dev-libs/starpu-1.2.6 : starpu_mpi_datatype.c: error: implicit declaration of...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/starpu-runtime/sta...
Whiteboard:
Keywords:
: 699572 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2020-07-27 12:26 UTC by Toralf Förster
Modified: 2023-01-05 11:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.66 KB, text/plain)
2020-07-27 12:26 UTC, Toralf Förster
Details
dev-libs:starpu-1.2.6:20200727-074327.log (dev-libs:starpu-1.2.6:20200727-074327.log,658.17 KB, text/plain)
2020-07-27 12:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,299.61 KB, text/plain)
2020-07-27 12:26 UTC, Toralf Förster
Details
environment (environment,114.30 KB, text/plain)
2020-07-27 12:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,29.72 KB, application/x-bzip)
2020-07-27 12:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,18.54 KB, application/x-bzip)
2020-07-27 12:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,54.13 KB, application/x-bzip)
2020-07-27 12:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-07-27 12:26:28 UTC
      | ^~~
starpu_mpi_datatype.c: In function ‘handle_to_datatype_block’:
starpu_mpi_datatype.c:86:8: error: implicit declaration of function ‘MPI_Type_hvector’; did you mean ‘MPI_Type_vector’? [-Werror=implicit-function-declaration]
   86 |  ret = MPI_Type_hvector(nz, 1, ldz*elemsize, datatype_2dlayer, datatype);
      |        ^~~~~~~~~~~~~~~~
      |        MPI_Type_vector

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20200720-185100

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.45.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.262_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Jul 27 07:05:35 AM UTC 2020

emerge -qpvO dev-libs/starpu
[ebuild  N    ] dev-libs/starpu-1.2.6  USE="fortran mpi -blas -cuda -doc -examples -fftw -gcc-plugin -opencl -opengl -spinlock-check -static-libs -test -valgrind"
Comment 1 Toralf Förster gentoo-dev 2020-07-27 12:26:31 UTC
Created attachment 650966 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-07-27 12:26:34 UTC
Created attachment 650968 [details]
dev-libs:starpu-1.2.6:20200727-074327.log
Comment 3 Toralf Förster gentoo-dev 2020-07-27 12:26:37 UTC
Created attachment 650970 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-07-27 12:26:40 UTC
Created attachment 650972 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-07-27 12:26:42 UTC
Created attachment 650974 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-07-27 12:26:45 UTC
Created attachment 650976 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-07-27 12:26:48 UTC
Created attachment 650978 [details]
temp.tbz2
Comment 8 Alex Fan archtester 2023-01-05 11:40:11 UTC
MPI_Type_hvector is deprecated mpi api. It has been fixed in starpu 1.3 version.
Comment 9 Alex Fan archtester 2023-01-05 11:42:13 UTC
*** Bug 699572 has been marked as a duplicate of this bug. ***