Re: [QE-users] Error when using np1, np2, np3 variables in cppp.x input

2021-12-04 Thread Mahmoud Payami Shabestari via users
: Sat, 4 Dec 2021 14:11:44 +0100 Subject: Re: [QE-users] Error when using np1, np2, np3 variables in cppp.x input Funny: np1, np2, np3 are documented but are not in the namelist Not sure why. You may try to add them to the namelist inputpp, e.g., NAMELIST /inputpp/ prefix, fileout, output, outdir

Re: [QE-users] Error when using np1, np2, np3 variables in cppp.x input

2021-12-04 Thread Paolo Giannozzi
Funny: np1, np2, np3 are documented but are not in the namelist Not sure why. You may try to add them to the namelist inputpp, e.g., NAMELIST /inputpp/ prefix, fileout, output, outdir, & lforces, ldynamics, lpdb, lrotation, & atomic_number, nframes,

[QE-users] Error when using np1,np2,np3 variables in cppp.x input

2021-12-04 Thread Mahmoud Payami Shabestari via users
Dear QE users and developers, Hi. When I use the variables as: np1=2 np2=2 np3=2 in the input file for cppp.x, it complains with error message: Error reading namelist But when I just add a line as: 2 2 2 it does nothing. I would appreciate any comment on the possible syntax error