about problem in installation #13
Unanswered
manisasah
asked this question in
Installation
Replies: 2 comments
-
We will solve this problem in todays User-Forum at 13.30 CEST. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response
…On Wed, Jun 2, 2021, 12:56 PM Sebastian Müller ***@***.***> wrote:
We will solve this problem in todays User-Forum at 13.30 CEST.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLPYMAXBYAORLJPREUS7I3TQXKTBANCNFSM44GUYZTA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i went through video tutorial followed the steps but in video he has got 16 threads with open MP but in mine Run with OpenMP with 8 threads. I am not getting how to correct it? i have attached the respective message which i got in command prompt
Warning! HDF5 library version mismatched error
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.10.6, library is 1.10.7
SUMMARY OF THE HDF5 CONFIGURATION
=================================
General Information:
Compiling Options:
Linking Options:
Statically Linked Executables:
LDFLAGS:
H5_LDFLAGS: -no-undefined
AM_LDFLAGS:
Extra libraries: -lsz -lz -ldl -lm
Archiver: ar
AR_FLAGS: cr
Ranlib: ranlib
Languages:
Features:
Parallel Filtered Dataset Writes: no
Large Parallel I/O: no
High-level library: yes
Build HDF5 Tests: yes
Build HDF5 Tools: yes
Threadsafety: no
Default API mapping: v110
With deprecated public symbols: yes
I/O filters (external): deflate(zlib),szip(encoder)
MPE: no
Direct VFD: no
Mirror VFD: no
(Read-Only) S3 VFD: no
(Read-Only) HDFS VFD: no
dmalloc: no
Packages w/ extra debug output: none
API tracing: no
Using memory checker: no
Memory allocation sanity checks: no
Function stack tracing: no
Use file locking: best-effort
Strict file format checks: no
Optimization instrumentation: no
Bye...
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0xffffffffffffffff in ???
#1 0xffffffffffffffff in ???
#2 0xffffffffffffffff in ???
#3 0xffffffffffffffff in ???
#4 0xffffffffffffffff in ???
#5 0xffffffffffffffff in ???
#6 0xffffffffffffffff in ???
#7 0xffffffffffffffff in ???
#8 0xffffffffffffffff in ???
#9 0xffffffffffffffff in ???
#10 0xffffffffffffffff in ???
#11 0xffffffffffffffff in ???
#12 0xffffffffffffffff in ???
#13 0xffffffffffffffff in ???
#14 0xffffffffffffffff in ???
#15 0xffffffffffffffff in ???
#16 0xffffffffffffffff in ???
#17 0xffffffffffffffff in ???
#18 0xffffffffffffffff in ???
#19 0xffffffffffffffff in ???
#20 0xffffffffffffffff in ???
#21 0xffffffffffffffff in ???
Aborted (core dumped)
Beta Was this translation helpful? Give feedback.
All reactions