I tried to compile latest version of Dalton-2015.1 and I get the following error:
[ 92%] Building Fortran object CMakeFiles/linearslib.dir/LSDALTON/linears/LSDALTON_RESPONSE.F90.o
/home/ariel/programs/DALTON-Source/LSDALTON/linears/LSDALTON_RESPONSE.F90:16.4:
use response_wrapper_module,only: get_dipole_moment, &
1
Fatal Error: Can't open module file 'response_wrapper_module.mod' for reading at (1): No such file or directory
CMakeFiles/linearslib.dir/build.make:199: recipe for target 'CMakeFiles/linearslib.dir/LSDALTON/linears/LSDALTON_RESPONSE.F90.o' failed
make[2]: *** [CMakeFiles/linearslib.dir/LSDALTON/linears/LSDALTON_RESPONSE.F90.o] Error 1
CMakeFiles/Makefile2:1407: recipe for target 'CMakeFiles/linearslib.dir/all' failed
make[1]: *** [CMakeFiles/linearslib.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
ariel@ariel-pc:~/programs/DALTON-Source/build$
---
I see that file "response_wrapper_module.mod" does not exist.
My OS: Ubuntu-14.04
My CPU: AMD
Help...
