Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 734088

Summary: dev-libs/starpu-1.2.6 : starpu_mpi_datatype.c: error: implicit declaration of function MPI_Type_hvector
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/starpu-runtime/starpu/commit/771e9fa96ea9bd5a4c141f9b5d3a2b73640b03ee
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
dev-libs:starpu-1.2.6:20200727-074327.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

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. ***