Quantum espresso installation problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Mohammad Rashid
Messages
1
Reaction score
0
Hi,
I am trying to install quantum quantum espresso 6.1 in our cluster. I can do the ./configure successfully. But after that when I try to do "make all" I am getting the following error:
fortcom: Error: realus.f90, line 377: A pointer dummy argument with the INTENT(IN) attribute shall not appear as an actual argumen t if the associated dummy argument has the INTENT(OUT) or INTENT(INOUT) attribute. [TABP]
CALL real_space_q( nt, ia, mbia, tabp )
------------------------------------------^
compilation aborted for realus.f90 (code 1)
make[2]: *** [realus.o] Error 1
make[2]: Leaving directory `/home/nanoSIUC/myruns/zunaid/qespresso6.1/qe-6.1/PW/src'
make[1]: *** [pw] Error 1
make[1]: Leaving directory `/home/nanoSIUC/myruns/zunaid/qespresso6.1/qe-6.1/PW'
make: *** [pw] Error 1

Can anyone help me to solve this problem of installation.
Thank You
Mohammad Rashid
 
Physics news on Phys.org
It looks like there's a bad variable assignment of some kind. You should probably start by asking this question on the quantum espresso mailing list. They'll be best positioned to give you guidance.