On Thursday 12 January 2006 17:53, Aritz Leonardo wrote: > mpirun C -np $NPROCS /scratch/aritz/pw_root/bin/pw.x < $a.scf.in >> $a.scf.out
why "mpirun C" ? Anyway: computers are deterministic objects, even if sometimes it is really hard to believe that. If you cannot run your script, there is either something in your input data that the code doesn't like (check for invisible control characters, & in the first column, / vs &end, missing end-of-line; all these are real-life cases); or the code is not reading the input data (check option -inp 'file'); or the code is not running under the same environment of the example that works (environmental variables, library path, batch vs interactive, whatever) 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
