- #1
Mohammad Rashid
- 1
- 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
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