Re: [QE-users] using mpirun -np with pwtk script

2023-03-22 Thread marekgocnik via users
--==608408229321838746=MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I added the prefix to the source file, worked like a charm. Thank you, have a nice day > ** Wed, 22 Mar 2023 14:01:00 +0100 -

Re: [QE-users] using mpirun -np with pwtk script

2023-03-22 Thread Tone Kokalj
On Wed, 2023-03-22 at 13:45 +0100, Matic wrote: > Hi, > > you can add: > > prefix "mpirun -np X" > > to your pwtk script (where X is the number of processors); > this can also be specified in your local ~/.pwtk/pwtk.tcl file so > that you don't have to add it to every script when running on a

Re: [QE-users] using mpirun -np with pwtk script

2023-03-22 Thread Matic
Hi, you can add: prefix "mpirun -np X" to your pwtk script (where X is the number of processors); this can also be specified in your local ~/.pwtk/pwtk.tcl file so that you don't have to add it to every script when running on a particular machine For more details see:

[QE-users] using mpirun -np with pwtk script

2023-03-22 Thread marekgocnik via users
--==d26340480031015718=MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello everyone, I would like to ask you, if it were possible to use mpirun -np for parallel computation, while using pwtk script to run my calculations.