Objet : Developers list for StarPU
Archives de la liste
- From: "Hoque, Reazul" <rhoque@vols.utk.edu>
- To: Samuel Thibault <samuel.thibault@inria.fr>, Brice Goglin <Brice.Goglin@inria.fr>
- Cc: "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>
- Subject: Re: [Starpu-devel] Weird error with HWLOC
- Date: Thu, 6 Apr 2017 20:13:36 +0000
- Accept-language: en-US
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=rhoque@vols.utk.edu; spf=Pass smtp.mailfrom=rhoque@vols.utk.edu; spf=Pass smtp.helo=postmaster@NAM01-SN1-obe.outbound.protection.outlook.com
- Ironport-phdr: 9a23:wT1y/hPCOoboQNm1rSEl6mtUPXoX/o7sNwtQ0KIMzox0I/z6rarrMEGX3/hxlliBBdydsKMYzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFHiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZXshfSTFPAp+yYYUMAeoOP+dYoJXyqFYVtxSyGRWgCfnzxjNUm3P727Ax3eQ7EQHB2QwtB9wCvnbTrNXsKacdT/i5x7TUwzrddfxX2Cr96IzGfhs8pvyMR7Jwcc3IyUkyCQzIlUuQqYvhPzOOzOgNrnSb7+l6We2xlmEnthh8rz6yzckvkonEnp8ZxkzL+Cljz4s4J8e0RUBlbdK+DZdcqjyWO5NoTs4iWW1kpSQ3x70ctZKlYiQHyY4rywPRZvCZdYWD/wjtW/yLIThigXJoYLK/iAi28Uin0uDyTtW53lFWoiZYi9XCq2gD2wHK5siAUfRy4F2t2TGS1wDP8e5EJl00lazGJJI72r4wjJ0TsVjdESDqhEX2jaiWdkM+9uiv9uTnfrHmppibN493kA3xLqMumsmnDeQ5NAgBQXSb9Pyh2LH/8kD1WrpHg/8snqTXrpzWP9kXqrOkDwNN14Ys8Re/DzOo0NQCmnkHKUpIeAiHj4juIlHOPe73AOyhg1SrlDdr3OrKPqD9ApXONHTMjqrufatl505G1AUz1cxf545TCrwZO/LzRlX+tMbADh8kKgC73vjoCMtj2YMaQm+PBq6ZMLjOsV+T/O4vLOeMZIgPuDbyNfcp/f/ujXkjmV8cZ6alx5UXaGrrVshhdn6QZGfhhp89EWYAtxc6UKS+k1SHTDNXIWqyXqg1+zUnIIOgF4bKAI631vjJ9j26FZAeSWdJDlGKWSPCbYSPVrEjby2WI8lJkzoeVLHnRZV3hj+0swqvgZpgN/fZvmUiuJvxydw/r7nJlRYr6DFcEcOZyCeQU2Iyk28VEWxllJtjqFBwnw/QmZNzhOZVQJkKv6tE
- 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>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi Samuel,
Thank you for your response. I suspect that is what happened. I successfully installed StarPU today. I complained about the help message, to add a little more details to that, when hwloc is not found, StarPU gives a message to the user and that is much appreciated, but it states to use --without-hwloc if the user intends to use StarPU without hwloc. User can find the same option in ./configure --help, I think it would be really helpful to include --with-hwloc in the error message instead/with the --without-hwloc option.
Thank you,
Reazul
From: Samuel Thibault <samuel.thibault@inria.fr>
Sent: Wednesday, April 5, 2017 5:11:39 AM
To: Brice Goglin
Cc: Hoque, Reazul; starpu-devel@lists.gforge.inria.fr
Subject: Re: [Starpu-devel] Weird error with HWLOC
Sent: Wednesday, April 5, 2017 5:11:39 AM
To: Brice Goglin
Cc: Hoque, Reazul; starpu-devel@lists.gforge.inria.fr
Subject: Re: [Starpu-devel] Weird error with HWLOC
Brice Goglin, on mer. 05 avril 2017 11:07:30 +0200, wrote:
> Le 05/04/2017 10:53, Samuel Thibault a écrit :
> > Hello,
> >
> > Hoque, Reazul, on mar. 04 avril 2017 21:57:37 +0000, wrote:
> >> echo $PKG_CONFIG
> >> /cm/shared/apps/hwloc/1.9.1/lib/pkgconfig/
> > pkg-config does not read a PKG_CONFIG variable, only PKG_CONFIG_PATH
>
> Even worse, pkg.m4 use PKG_CONFIG as a path the pkg-config executable.
> So it will break all pkg-config based detection because configure won't
> find the tool anymore.
Uh, that can explain everything indeed!
Samuel
> Le 05/04/2017 10:53, Samuel Thibault a écrit :
> > Hello,
> >
> > Hoque, Reazul, on mar. 04 avril 2017 21:57:37 +0000, wrote:
> >> echo $PKG_CONFIG
> >> /cm/shared/apps/hwloc/1.9.1/lib/pkgconfig/
> > pkg-config does not read a PKG_CONFIG variable, only PKG_CONFIG_PATH
>
> Even worse, pkg.m4 use PKG_CONFIG as a path the pkg-config executable.
> So it will break all pkg-config based detection because configure won't
> find the tool anymore.
Uh, that can explain everything indeed!
Samuel
- [Starpu-devel] Weird error with HWLOC, Hoque, Reazul, 04/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Samuel Thibault, 05/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Brice Goglin, 05/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Samuel Thibault, 05/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Hoque, Reazul, 06/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Samuel Thibault, 05/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Brice Goglin, 05/04/2017
- Re: [Starpu-devel] Weird error with HWLOC, Samuel Thibault, 05/04/2017
Archives gérées par MHonArc 2.6.19+.