[Pw_forum] q2r.x for bigger systems

Paolo Giannozzi giannozz at nest.sns.it
Thu Feb 3 09:37:28 CET 2005


On Wednesday 02 February 2005 14:22, Vasile Chis wrote:

> The error message I get is:
>
> - 1525-006 The STATUS= specifier in the OPEN statement for unit 1 cannot be
> set to OLD because - the file  aldyn1.dyn does not exist.  The program will
> stop.
>
> But, the file does so exist.

add a "call system('ls -l '//TRIM(filin))" before the open statement.
If the file is there, replace 
        OPEN(unit=1,file=filin,status='old',form='formatted')
with
        OPEN(unit=1,file=TRIM(filin),status='old',form='formatted')
(it shouldn't be needed, but who knows). If it still doesn't work,
recompile q2r.x with boundary check enabled and see what happens.

P.

-- 
Paolo Giannozzi             e-mail:  giannozz at nest.sns.it
Scuola Normale Superiore    Phone:   +39/050-509876, Fax:-563513 
Piazza dei Cavalieri 7      I-56126 Pisa, Italy



More information about the users mailing list