Ticket #34820: pytables_test.txt

File pytables_test.txt, 4.2 KB (added by cdeil (Christoph Deil), 12 years ago)
Line 
1christoph-deils-macbook:tmp deil$ python -c 'import tables; tables.test()'
2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3PyTables version:  2.3.1
4HDF5 version:      1.8.8
5NumPy version:     1.6.2
6Numexpr version:   1.4.2 (not using Intel's VML/MKL)
7Zlib version:      1.2.6 (in Python interpreter)
8LZO version:       2.05 (Apr 23 2011)
9BZIP2 version:     1.0.6 (6-Sept-2010)
10Blosc version:     1.1.2 (2010-11-04)
11Cython version:    0.17pre
12Python version:    2.7.3 (default, Apr 18 2012, 21:11:11)
13[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.45)]
14Platform:          darwin-x86_64
15Byte-ordering:     little
16Detected cores:    2
17-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18Performing only a light (yet comprehensive) subset of the test suite.
19If you want a more complete test, try passing the --heavy flag to this script
20(or set the 'heavy' parameter in case you are using tables.test() call).
21The whole suite will take more than 4 hours to complete on a relatively
22modern CPU and around 512 MB of main memory.
23-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24Warning! ***HDF5 library version mismatched error***
25The HDF5 header files used to compile this application do not match
26the version used by the HDF5 library to which this application is linked.
27Data corruption or segmentation faults may occur if the application continues.
28This can happen when an application was compiled by one version of HDF5 but
29linked with a different version of static or shared HDF5 library.
30You should recompile the application or check your shared library related
31settings such as 'LD_LIBRARY_PATH'.
32You can, at your own risk, disable this warning by setting the environment
33variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
34Setting it to 2 or higher will suppress the warning messages totally.
35Headers are 1.8.8, library is 1.8.9
36            SUMMARY OF THE HDF5 CONFIGURATION
37            =================================
38
39General Information:
40-------------------
41                   HDF5 Version: 1.8.9
42                  Configured on: Sun May 13 11:16:08 PDT 2012
43                  Configured by: macports@gamma.local
44                 Configure mode: production
45                    Host system: i386-apple-darwin11.3.0
46              Uname information: Darwin gamma.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:48:32 PST 2012; root:xnu-1699.24.23~1/RELEASE_I386 i386
47                       Byte sex: little-endian
48                      Libraries:
49             Installation point: /opt/local
50
51Compiling Options:
52------------------
53               Compilation Mode: production
54                     C Compiler: /usr/bin/clang
55                         CFLAGS: -pipe -O2
56                      H5_CFLAGS: 
57                      AM_CFLAGS:
58                       CPPFLAGS: -I/opt/local/include
59                    H5_CPPFLAGS:   -DNDEBUG -UH5_DEBUG_API
60                    AM_CPPFLAGS:
61               Shared C Library: yes
62               Static C Library: yes
63  Statically Linked Executables: no
64                        LDFLAGS: -L/opt/local/lib
65                     H5_LDFLAGS:
66                     AM_LDFLAGS:
67                Extra libraries:  -lz -lm
68                       Archiver: ar
69                         Ranlib: ranlib
70              Debugged Packages:
71                    API Tracing: no
72
73Languages:
74----------
75                        Fortran: no
76
77                            C++: yes
78                   C++ Compiler: /usr/bin/clang++
79                      C++ Flags: -pipe -O2
80                   H5 C++ Flags: 
81                   AM C++ Flags:
82             Shared C++ Library: yes
83             Static C++ Library: yes
84
85Features:
86---------
87                  Parallel HDF5: no
88             High Level library: yes
89                   Threadsafety: no
90            Default API Mapping: v18
91 With Deprecated Public Symbols: yes
92         I/O filters (external): deflate(zlib)
93         I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
94                            MPE: no
95                     Direct VFD: no
96                        dmalloc: no
97Clear file buffers before write: yes
98           Using memory checker: no
99         Function Stack Tracing: no
100                           GPFS: no
101      Strict File Format Checks: no
102   Optimization Instrumentation: no
103       Large File Support (LFS): yes
104Bye...
105Abort trap: 6