Huan Tran wrote:
Dear all,
I am reinstall alps-1.3.3 on my new Ubuntu. During the installation of alps-applications-1.3.3, I got the following message:
spinmc_factory.C: In constructor ?AbstractSpinSim<MAT>::AbstractSpinSim(const alps::ProcessList&, const alps::Parameters&, int) [with MAT = DiagMatrix<double, 3>]?: spinmc_factory.C:194: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See file:///usr/share/doc/gcc-4.3/README.Bugs for instructions. make[2]: *** [spinmc_factory.o] Error 1 make[2]: Leaving directory `/usr/local/src/alps-applications-1.3.3/mc/spins' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/alps-applications-1.3.3/mc' make: *** [install-recursive] Error 1
I guess that this comes from boost library. Although I have tried many version, from 1.33.1 to 1.37.0, it does not work. Searching on the web does help, too.
Could anybody have a hint for me?
Huan,
I had the same problem with Fedora, I guess there's something wrong with optimization flags in gcc 4.3. If you compile spinmc with -O0 or downgrade to gcc 4.2 it will work.
Miguel
Thanks Huan Tran