opal AT lists.psi.ch
Subject: The OPAL Discussion Forum
List archive
Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL
Chronological Thread
- From: Wei Hou Tan <tanweihou AT outlook.com>
- To: Christof Metzger-Kraus <christof.j.kraus AT gmail.com>
- Cc: opal <opal AT lists.psi.ch>, "philippe.piot AT gmail.com" <philippe.piot AT gmail.com>
- Subject: Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL
- Date: Wed, 28 Aug 2019 17:09:18 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3aH0//J9xxjSwhBvnF/ptA8WKXwjmz+ONH/5jVfO0PA=; b=NW+EQSHLJpf326Kcp7mfgrd0bW06wl9fdtMxQRMGJKr/oFFbgT8Q3dCg4HclcTrUsROG5xN078t6vLUYq1iDPkGW/HJFdPReAFGbMTyoY4rryjpzKzR0qPs+5rch2qCfIXpJnRHml/4wA3oM0Yaqw68oDSyvd/TAb5N3UC0O1AFYn+EUr8L/qmFCUClIlLGVUdABivruG9af1E3f7ApX03SFT4lzqHkxTmKwa3Cfodd96/J5Y+tRmGxBuDkRXfWTF5rmCMqg2jGwPhGEcGf26bTGz8P3YAORn1e8s4hPO8gVZxTR+J5W6kY5Fo24TtjpyX3tcuF6eJelSH/yDAdB2Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MTvXW0E8fuIYHSxdf5vXu7XtDkuVcFoBK4JGnH/1is9vAHG7ge1/SMK9703Sn6m/M95i1lbVQVzYmfcIwLH0SHgJYxQHnpRRR1yp5Yd0kKsmMin+RxYqRhxPoGpZvY4YH7l992b69H74yeYgKhDD1H8a0YH4/HY2UjOdwN7WnOPZidr/qcTWyIhfNir+TdjSS7k/ueStl3tZUOs+ik9mZbb1TFGRmxow+i9900PWVZ8lLYI2K8Z8boEPNh408PdpPBi6PDHY+xVbTi5HyBCTK95qAml4BVEhSVF50zKxDMlVdnnsNRB5dZ+M6g0jgtX7WMEE9OdfSIriBYNqT70IaQ==
- Authentication-results: localhost; iprev=pass (mail-oln040092253067.outbound.protection.outlook.com) smtp.remote-ip=40.92.253.67; spf=pass smtp.mailfrom=outlook.com; dkim=pass header.d=outlook.com header.s=selector1 header.a=rsa-sha256; dmarc=pass header.from=outlook.com
Hi all,
I managed to build OPAL successfully, with the help of the following guide
Somehow I had to include hdf5-prefix so that "./configure" can find the correct path of my own hdf5.
Thanks anyway.
Regards
Wei Hou
From: Christof Metzger-Kraus <christof.j.kraus AT gmail.com>
Sent: Wednesday, August 28, 2019 12:58 PM
To: tanweihou AT outlook.com <tanweihou AT outlook.com>
Cc: opal <opal AT lists.psi.ch>; philippe.piot AT gmail.com <philippe.piot AT gmail.com>
Subject: Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL
Sent: Wednesday, August 28, 2019 12:58 PM
To: tanweihou AT outlook.com <tanweihou AT outlook.com>
Cc: opal <opal AT lists.psi.ch>; philippe.piot AT gmail.com <philippe.piot AT gmail.com>
Subject: Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL
Hi Wei Hou,
did you enable parallel execution of hdf5 with --enable-parallel? Under <3.2.2 Compile> on https://gitlab.psi.ch/OPAL/src/wikis/For%20Developers/Compile-OPAL you
find scripts that compile all necessary libraries with the correct configuration.
Cheers
Christof
Adelmann Andreas (PSI) <andreas.adelmann AT psi.ch> schrieb am Mi., 28. Aug. 2019, 06:13:
Hi Wei Hou I forward this to Achim, he is the master mindw.r.t. H5hut. I understand correctly that you compiled successfullyhdf5, now question is always does the H5hut build find your compiled version.
@ Achim please have a look at his output. Any idea?
Please send such questions always to opal AT lists.psi.ch, then many morecolleagues are confronted with the problem.
Cheers A------
Dr. sc. math. Andreas (Andy) Adelmann
Head a.i. Labor for Scientific Computing and Modelling
Paul Scherrer Institut OHSA/ CH-5232 Villigen PSI
Phone Office: xx41 56 310 42 33 Fax: xx41 56 310 31 91
Phone Home: xx41 62 891 91 44
-------------------------------------------------------
Friday: ETH HPK G 28 +41 44 633 3076
============================================
The more exotic, the more abstract the knowledge,
the more profound will be its consequences.
Leon Lederman
============================================
On 28 Aug 2019, at 00:12, Wei Hou Tan <> wrote:
Hi,
Guten tag.
I am having some troubles in compiling H5hut.I followed the guide in OPAL wiki to compile parallel version of hdf5-1.10.3.However, configuring H5hut always result in the following message
checking checking whether hdf5 lib supports parallel IO... no
checking for lustre API ...
checking looking in /usr ... ... no
checking looking in /usr/local ... ... no
checking looking in /usr/local/lustre ... ... no
checking looking in /opt/lustre ... ... no
configure: WARNING: Couldn't locate the lustre API... building without support for lustre striping!
checking if C interface enabled... yes
checking if fortran interface enabled... no
checking if python interface is enabled... no
checking if large indices are enabled... no
checking if parallel interface enabled... yes
configure: error: hdf5 does not support parallel IO!
Have you or some of the OPAL users encounter similar situations before ?I include Philippe in this email so that he is aware of the situation.
Danke gut.
RegardsWei Hou
- Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL, Adelmann Andreas (PSI), 08/28/2019
- Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL, Christof Metzger-Kraus, 08/28/2019
- Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL, Wei Hou Tan, 08/28/2019
- Re: [Opal] Question about compiling hdf5 and H5hut with parallel option for OPAL, Christof Metzger-Kraus, 08/28/2019
Archive powered by MHonArc 2.6.19.