Hi all,<br><br>I am experiencing a problem in the execution in parallel over k-points.<br><br>I have compiled the code successfully in a cluster running Debian Linux and with SGEEE as the queue system using ssh as the means to launch the instances on the remote nodes, with /bin/bash as the shell. My script successfully creates a .machines file and when I run runsp_lapw -p -NI -cc 0.0001, the process dies. This is because, for some reason, lapw1para is not being able to write to the up(dn)lapw1_*.error files:<br>

<br>forrtl: severe (47): write to READONLY file, unit 99, file /afs/<a href="http://atc.unican.es/u/m/mverissi/WIEN2k/sro1sto6/uplapw1_1.error">atc.unican.es/u/m/mverissi/WIEN2k/sro1sto6/uplapw1_1.error</a><br><br>And the same happens to the dnlapw1_*.error files.<br>

<br>lapw0, on the other hand, runs fine. I have set up parallel execution successfully on my dual-core desktop using ssh, using pretty much the same stuff, and it runs perfectly well.<br><br>Now, I have changed the write permissions of the directory (and all the files) with chmod -R ugo+rw /afs/<a href="http://atc.unican.es/u..">atc.unican.es/u..</a>., but to no avail. Has anyone experienced any problem like this before? Could there be any known (but obscure) reason why lapw1para would not be able to write to its files, but lapw0para would?<br>

<br>Best regards,<br><br>Marcos<br>