Dear Ying,<br><br>Looks like a permissions issue. Assuming you are in a Linux/Unix environment, and that the QE files are somewhere inside your home folder, try this at the command line, inside the folder where the files are:<br>
<br>chmod 666 filename<br><br>And them try to modify something and save the file.<br><br>If the file can be read/written, a "ls -la" will give you something like this:<br><br>gfaccin@jacare ~/lixo/saves $ ls -la<br>
-rw-rw-rw- 1 gfaccin gfaccin     14 Sep 10 22:36 filename<br><br>in which the rw-rw-rw means, respectively, that user, group and everyone are allowed to read and write to that file. You can of course change those permissions in any way you find adequate.<br>
<br><br>Best,<br><br><br clear="all">Giovani Faccin<br>UFMS - Brazil<br>
<br><br><div class="gmail_quote">2011/9/10  <span dir="ltr"><<a href="mailto:ying.sun@gradmail.ims.uconn.edu">ying.sun@gradmail.ims.uconn.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
         I want to modify a file in Quantum ESPRESSO, let it write out a<br>
     matrix I want. It will be a minor modificataion.<br>
         When I try to modify code, *.f90, it says read only and will not<br>
    let me change it.  How to recompile it?<br>
         Looks like in ABINIT , just modify the file and reissue "make<br>
"will do.<br>
         Any suggestions will be appreciated!!<br>
         Thanks a lot!<br>
        \<br>
         Ying sun<br>
         Institute of materials science<br>
         university of connecticut<br>
<br>
<br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
</blockquote></div><br>