Dear Abinit users
I m trying to install abinit in parallel with the help of following command
./configure --enable-64bit-flags="yes" --enable-mpi="yes" --with-mpi-prefix=/usr/lib64/mpich2/
I got following error when i type make mj4
checking whether the C++ compiler works... no
configure: error: in `/home/pussgrc/Downloads/abinit/abinit-7.0.5/fallbacks/sources/bigdft-1.7-dev.12/S_GPU':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
configure: error: ./configure failed for S_GPU
make[2]: *** [stamps/bigdft-config-stamp] Error 77
make[2]: Leaving directory `/home/pussgrc/Downloads/abinit/abinit-7.0.5/fallbacks'
make[1]: [all-local] Error 2 (ignored)
Checking build of bigdft fallback
test -e stamps/bigdft-install-stamp
make[1]: *** [all-local] Error 1
make[1]: Leaving directory `/home/pussgrc/Downloads/abinit/abinit-7.0.5/fallbacks'
make: *** [multi] Error 2
config.log is attached with this message.
Any help would be appreciated.
Cheers
sgms
error in parallel compilation [SOLVED]
Moderators: fgoudreault, mcote
Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
error in parallel compilation
- Attachments
-
- config.log
- (122.52 KiB) Downloaded 319 times
- Alain_Jacques
- Posts: 279
- Joined: Sat Aug 15, 2009 9:34 pm
- Location: Université catholique de Louvain - Belgium
Re: error in parallel compilation
Hmmm ... problems with bigdft blossom these days. Unfortunately, you're not providing the right config.log. Relevant info about what causes bigdft configure to choke should be in /home/pussgrc/Downloads/abinit/abinit-7.0.5/fallbacks/sources/bigdft-1.7-dev.12/config.log.
If you don't need bigdft functionality, disable it by adding --with-dft-flavor="atompaw+libxc+wannier90" to your configure options. Futhermore, I see in the attached config.log that you required to disable linalg; if the purpose is to fallback to the internal plain netlib, use --with-linalg-flavor="none" instead.
Kind regards,
Alain
If you don't need bigdft functionality, disable it by adding --with-dft-flavor="atompaw+libxc+wannier90" to your configure options. Futhermore, I see in the attached config.log that you required to disable linalg; if the purpose is to fallback to the internal plain netlib, use --with-linalg-flavor="none" instead.
Kind regards,
Alain
(Solved)Re: error in parallel compilation
Dear Alain
Thanks for your guidance. I m able to install the ABINIT without any error.
Cheers
sgms
Thanks for your guidance. I m able to install the ABINIT without any error.
Cheers
sgms
-
- Posts: 78
- Joined: Wed May 19, 2010 1:17 pm
- Location: Institute of Silicate Chemistry of Russian Academy of Sciences, Saint-Petersburg, Russia
Re: error in parallel compilation [SOLVED]
Thank you Alain!
your recipe helped us to install abinit!
this is our recipe for installing abinit 7.0.5 on ubuntu-12.04 x64 (intel core 2 quad) viewtopic.php?f=3&t=1387&p=6477#p6477
your recipe helped us to install abinit!
this is our recipe for installing abinit 7.0.5 on ubuntu-12.04 x64 (intel core 2 quad) viewtopic.php?f=3&t=1387&p=6477#p6477
Last edited by maxim on Mon Mar 25, 2013 8:47 pm, edited 1 time in total.
- Alain_Jacques
- Posts: 279
- Joined: Sat Aug 15, 2009 9:34 pm
- Location: Université catholique de Louvain - Belgium
Re: error in parallel compilation
many thanks for your feedback
Alain
Alain