Re: [QE-users] Compilation Issue

2023-03-24 Thread Paolo Giannozzi
On 24/03/2023 03:00, Vinky Chow wrote: Failed test in: /home/student/qe-7.1-ReleasePack/qe-7.1/test-suite/pw_metaGGA/ make: *** [Makefile:60: run-tests-pw-serial] Error 1 meta-GGA is numerically noisy and unstable. If you do not need meta-GGA, no need to worry Paolo -- Paolo Giannozzi, Dip.

Re: [QE-users] Compilation Issue

2023-03-23 Thread Vinky Chow via users
Hi Paolo, I have managed to solve that issue. However, one of the tests failed when I ran the tests. All done. ERROR: only 233 out of 234 tests passed. Failed test in: /home/student/qe-7.1-ReleasePack/qe-7.1/test-suite/pw_metaGGA/ make: *** [Makefile:60: run-tests-pw-serial] Error 1 Do you have

Re: [QE-users] Compilation Issue

2023-03-20 Thread Paolo Giannozzi
It looks like you do not have the mpi libraries installed (or they are not compatible with your linker or compiler) Paolo On 3/20/23 10:06, Vinky Chow via users wrote: Hi Dr Lorenzo, I was following the instructions here

Re: [QE-users] Compilation Issue

2023-03-20 Thread Vinky Chow via users
Hi Dr Lorenzo, I was following the instructions here . The error appears during the make all command. Thank you. Regards, Vinky On Mon, 20 Mar 2023 at 16:41, Lorenzo Paulatto wrote: > > > /usr/bin/ld: cannot find -lmpi_usempif08 > > Hello Vi

Re: [QE-users] Compilation Issue

2023-03-20 Thread Lorenzo Paulatto
/usr/bin/ld: cannot find -lmpi_usempif08 Hello Vinky, normally you do not link fortran code with ld, but with the fortran compiler itself, which should be the default unless you tamper with the ./configure parameters. If you want more help, please provide more detail about what you are do

[QE-users] Compilation Issue

2023-03-20 Thread Vinky Chow via users
Hello, I am facing some errors during compilation (QE version: 7.1 O.S.: Ubuntu Linux 20.04). /usr/bin/ld: cannot find -lmpi_usempif08 /usr/bin/ld: cannot find -lmpi_usempi_ignore_tkr /usr/bin/ld: cannot find -lmpi_mpifh /usr/bin/ld: cannot find -lmpi /usr/bin/ld: cannot find -lopen-rte /usr/bin/