We need to know why it fails. Can you send the *_output files of some of the failed tests. They are in the corresponding test directory in your build tree.
On 27 Nov 2011, at 12:01, Mateusz Łącki wrote:
Dear Matthias, I have installed myself a gcc 4.4. It indeed compiles alps 2.0.2 with no error, however again there is issue of failed tests:
The following tests FAILED: 68 - expression2 (Failed) 67 - expression (Failed) 58 - model_example18 (Failed) 57 - model_example17 (Failed) 56 - model_example16 (Failed) 55 - model_example15 (Failed) 54 - model_example14 (Failed) 53 - model_example13 (Failed) 52 - model_example12 (Failed) 51 - model_example11 (Failed) 87 - temperature_scan (Failed) 50 - model_example10 (Failed) 83 - integer_range (Failed) 79 - exmc_optimize (Failed) 25 - lattice_example2 (Failed) 24 - lattice_example1 (Failed) 26 - lattice_example3 (Failed) 4 - wanglandau (Failed) 3 - exchange (Failed) 2 - loop_single (Failed) 49 - model_example9 (Failed) 48 - model_example8 (Failed) 47 - model_example7 (Failed) 46 - model_example6 (Failed) 45 - model_example5 (Failed) 44 - model_example4 (Failed) 43 - model_example3 (Failed) 42 - model_example2 (Failed) 41 - model_example1 (Failed) 1 - ising_single (Failed) 37 - parity (Failed) 36 - coloring (Failed) 35 - lattice_label (Failed) 34 - lattice_example11 (Failed) 33 - lattice_example10 (Failed) 32 - lattice_example9 (Failed) 31 - lattice_example8 (Failed) 30 - lattice_example7 (Failed) 29 - lattice_example6 (Failed) 28 - lattice_example5 (Failed) 27 - lattice_example4 (Failed)
On the other machine (that has gcc version 4.4 installed system-wide) all the tests pass. I can confirm that the same issue exists when compiling with icc v 12.1 and gcc v 4.6.1. One of the difference is that this machine (with gcc 4.4 installed in my home directory) has newer versions of all libraries installed. Could that be the problem? will binary release of alps 2.0.2 for linux be available anytime soon? This time it compiled its own boost.
This is how linking is done: -bash-4.2$ ldd worm linux-vdso.so.1 => (0x00007fffddb46000) libz.so.1 => /lib64/libz.so.1 (0x0000003e59e00000) libalps.so.2 => /home/stefan/al/alps202-gcc44/src/alps/libalps.so.2 (0x00007f8bf6caf000) libboost.so => /home/stefan/al/alps202-gcc44/src/boost/libboost.so (0x00007f8bf6822000) libpython2.7.so.1.0 => /usr/lib64/libpython2.7.so.1.0 (0x0000003e72c00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003e58e00000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003e59200000) libutil.so.1 => /lib64/libutil.so.1 (0x0000003e6f600000) libhdf5.so.6 => /usr/lib64/libhdf5.so.6 (0x00000038de800000) libhdf5_hl.so.6 => /usr/lib64/libhdf5_hl.so.6 (0x0000003e58200000) libm.so.6 => /lib64/libm.so.6 (0x0000003e58a00000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003e5ea00000) libgomp.so.1 => /usr/lib64/libgomp.so.1 (0x0000003e64600000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003e59a00000) libc.so.6 => /lib64/libc.so.6 (0x0000003e58600000) /lib64/ld-linux-x86-64.so.2 (0x0000003e57e00000) librt.so.1 => /lib64/librt.so.1 (0x0000003e59600000)
gcc: -bash-4.2$ gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ./configure --prefix=/home/stefan/opt/gcc-4.4.6 --disable-multilib Thread model: posix gcc version 4.4.6 (GCC)
Regards, Mateusz Lacki