I am installing Dalton in a Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-34-generic x86_64). I am using cmake version 3.12.2, GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0, Python 2.7.12.
I had no problem with built nor make. I built with:
./setup --fc=gfortran --cc=gcc --cxx=g++
But when I run the test (ctest -j), I get error on tests 12, 13, 14, 79, 423, 430, 444, 486, 487, 488, 491, 492, 493. I attach the "LastTest.log" file for details.
So my questions are, why are these test failing? how can I fix it? Is it critical for using the program?
Thank you in advance