i got errors when installing dalto release 2018 [closed]
Clash Royale CLAN TAG#URR8PPP
I’m trying to install dalton-release-2018, but I got these errors:
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:31:31:
use qfit_input_readers, only: dalton_input
1
Error: Symbol ‘dalton_input’ referenced at (1) not found in module ‘qfit_input_readers’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:110:18:
use qfit, only : qfit_set_dipole
1
Error: Symbol ‘qfit_set_dipole’ referenced at (1) not found in module ‘qfit’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:256:32:
use qfit_variables, only : qfit_multipole_rank
1
Error: Symbol ‘qfit_multipole_rank’ referenced at (1) not found in module ‘qfit_variables’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:276:25:
if (qfit_multipole_rank >= 1) then
1
Error: Symbol ‘qfit_multipole_rank’ at (1) has no IMPLICIT type
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:268:43:
call qfit_get_results( charges, dipoles )
1
Error: More actual than formal arguments in procedure call at (1)
CMakeFiles/qfitlib_interface.dir/build.make:61 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o » a échouée
make[2]: *** [CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o] Erreur 1
CMakeFiles/Makefile2:690 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/all » a échouée
make[1]: *** [CMakeFiles/qfitlib_interface.dir/all] Erreur 2
Makefile:138 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
bash shell-script
closed as unclear what you're asking by Christopher, Jeff Schaller, roaima, Stephen Harris, Mr Shunz Dec 14 at 20:48
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I’m trying to install dalton-release-2018, but I got these errors:
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:31:31:
use qfit_input_readers, only: dalton_input
1
Error: Symbol ‘dalton_input’ referenced at (1) not found in module ‘qfit_input_readers’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:110:18:
use qfit, only : qfit_set_dipole
1
Error: Symbol ‘qfit_set_dipole’ referenced at (1) not found in module ‘qfit’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:256:32:
use qfit_variables, only : qfit_multipole_rank
1
Error: Symbol ‘qfit_multipole_rank’ referenced at (1) not found in module ‘qfit_variables’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:276:25:
if (qfit_multipole_rank >= 1) then
1
Error: Symbol ‘qfit_multipole_rank’ at (1) has no IMPLICIT type
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:268:43:
call qfit_get_results( charges, dipoles )
1
Error: More actual than formal arguments in procedure call at (1)
CMakeFiles/qfitlib_interface.dir/build.make:61 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o » a échouée
make[2]: *** [CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o] Erreur 1
CMakeFiles/Makefile2:690 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/all » a échouée
make[1]: *** [CMakeFiles/qfitlib_interface.dir/all] Erreur 2
Makefile:138 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
bash shell-script
closed as unclear what you're asking by Christopher, Jeff Schaller, roaima, Stephen Harris, Mr Shunz Dec 14 at 20:48
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Please describe what you did exactly, use english error messages (e.g. typeLANG=C [yourcommands]
) and format your question for easier readability.
– Jaleks
Dec 14 at 19:57
add a comment |
I’m trying to install dalton-release-2018, but I got these errors:
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:31:31:
use qfit_input_readers, only: dalton_input
1
Error: Symbol ‘dalton_input’ referenced at (1) not found in module ‘qfit_input_readers’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:110:18:
use qfit, only : qfit_set_dipole
1
Error: Symbol ‘qfit_set_dipole’ referenced at (1) not found in module ‘qfit’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:256:32:
use qfit_variables, only : qfit_multipole_rank
1
Error: Symbol ‘qfit_multipole_rank’ referenced at (1) not found in module ‘qfit_variables’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:276:25:
if (qfit_multipole_rank >= 1) then
1
Error: Symbol ‘qfit_multipole_rank’ at (1) has no IMPLICIT type
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:268:43:
call qfit_get_results( charges, dipoles )
1
Error: More actual than formal arguments in procedure call at (1)
CMakeFiles/qfitlib_interface.dir/build.make:61 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o » a échouée
make[2]: *** [CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o] Erreur 1
CMakeFiles/Makefile2:690 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/all » a échouée
make[1]: *** [CMakeFiles/qfitlib_interface.dir/all] Erreur 2
Makefile:138 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
bash shell-script
I’m trying to install dalton-release-2018, but I got these errors:
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:31:31:
use qfit_input_readers, only: dalton_input
1
Error: Symbol ‘dalton_input’ referenced at (1) not found in module ‘qfit_input_readers’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:110:18:
use qfit, only : qfit_set_dipole
1
Error: Symbol ‘qfit_set_dipole’ referenced at (1) not found in module ‘qfit’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:256:32:
use qfit_variables, only : qfit_multipole_rank
1
Error: Symbol ‘qfit_multipole_rank’ referenced at (1) not found in module ‘qfit_variables’
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:276:25:
if (qfit_multipole_rank >= 1) then
1
Error: Symbol ‘qfit_multipole_rank’ at (1) has no IMPLICIT type
/home/kader/dalton-release-2018/DALTON/qfitlib/qfitlib_interface.F90:268:43:
call qfit_get_results( charges, dipoles )
1
Error: More actual than formal arguments in procedure call at (1)
CMakeFiles/qfitlib_interface.dir/build.make:61 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o » a échouée
make[2]: *** [CMakeFiles/qfitlib_interface.dir/DALTON/qfitlib/qfitlib_interface.F90.o] Erreur 1
CMakeFiles/Makefile2:690 : la recette pour la cible « CMakeFiles/qfitlib_interface.dir/all » a échouée
make[1]: *** [CMakeFiles/qfitlib_interface.dir/all] Erreur 2
Makefile:138 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
bash shell-script
bash shell-script
edited Dec 16 at 11:04
Rui F Ribeiro
38.8k1479129
38.8k1479129
asked Dec 14 at 19:48
Abdul-Kader
4
4
closed as unclear what you're asking by Christopher, Jeff Schaller, roaima, Stephen Harris, Mr Shunz Dec 14 at 20:48
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Christopher, Jeff Schaller, roaima, Stephen Harris, Mr Shunz Dec 14 at 20:48
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Please describe what you did exactly, use english error messages (e.g. typeLANG=C [yourcommands]
) and format your question for easier readability.
– Jaleks
Dec 14 at 19:57
add a comment |
Please describe what you did exactly, use english error messages (e.g. typeLANG=C [yourcommands]
) and format your question for easier readability.
– Jaleks
Dec 14 at 19:57
Please describe what you did exactly, use english error messages (e.g. type
LANG=C [yourcommands]
) and format your question for easier readability.– Jaleks
Dec 14 at 19:57
Please describe what you did exactly, use english error messages (e.g. type
LANG=C [yourcommands]
) and format your question for easier readability.– Jaleks
Dec 14 at 19:57
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please describe what you did exactly, use english error messages (e.g. type
LANG=C [yourcommands]
) and format your question for easier readability.– Jaleks
Dec 14 at 19:57