Dear all<div>Thank you for your help last time. I am trying to use Koopmans package in QE7.2, however, I meet an error which I don't know how to deal with.</div><div>The program shows error:</div><div><br></div><div>     Error in routine  fft_type_set (6):</div><div>  there are processes with no planes. Use pencil decomposition (-pd .true.)</div><div><br></div><div>However, I don't konw where should I put this -pd .true. command.</div><div><br></div><div>My input file reads:</div><div><br></div><div><div>{</div><div>    "workflow": {</div><div>        "functional": "ki",</div><div>        "base_functional": "lda",</div><div>        "method": "dscf",</div><div>        "mp_correction": false,</div><div>        "init_orbitals": "mlwfs",</div><div>        "alpha_guess": 0.077,</div><div>        "orbital_groups": [0, 0, 0, 0, 1, 1, 1, 1],</div><div>        "pseudo_library": "pseudo_dojo_standard",</div><div>        "from_scratch": true</div><div>    },</div><div>    "atoms": {</div><div>        "cell_parameters": {</div><div>            "periodic": true,</div><div>            "ibrav": 2,</div><div>            "celldms": {"1": 10.2622}</div><div>        },</div><div>        "atomic_positions": {</div><div>            "units": "crystal",</div><div>            "positions": [["Si", 0.00, 0.00, 0.00],</div><div>                          ["Si", 0.25, 0.25, 0.25]]</div><div>        }</div><div>    },</div><div>    "kpoints": {</div><div>        "grid": [2, 2, 2],</div><div>        "offset": [0, 0, 0],</div><div>        "path": "LGXKG"</div><div>    },</div><div>    "calculator_parameters": {</div><div>        "ecutwfc": 20.0,</div><div>        "pw": {</div><div>            "system": {</div><div>                "nbnd": 20</div><div>            }</div><div>        },</div><div>        "w90": {</div><div>            "bands_plot": true,</div><div>            "projections": [[{"fsite": [ 0.25, 0.25, 0.25 ], "ang_mtm": "sp3"}],</div><div>                            [{"fsite": [ 0.25, 0.25, 0.25 ], "ang_mtm": "sp3"}]],</div><div>                "dis_froz_max": 10.6,</div><div>                "dis_win_max": 16.9</div><div><span style="white-space: normal;"><span style="white-space:pre">   </span>},</span></div><div>        "ui": {</div><div><span style="white-space: normal;"><span style="white-space:pre">        </span>    "smooth_int_factor": 4</span></div><div><span style="white-space: normal;"><span style="white-space:pre">        </span>}</span></div><div>    },</div><div>    "plotting": {</div><div>        "Emin": -15,</div><div>        "Emax": 10,</div><div>        "degauss": 0.2</div><div>    }</div><div>}</div></div><div><br></div><div>and the file I sbatch my command is:</div><div><br></div><div><div>#!/bin/bash</div><div>#SBATCH -p amd_512</div><div>#SBATCH -N 1</div><div>#SBATCH -n 128</div><div>source /public3/soft/modules/module.sh</div><div>module purge</div><div>module load anaconda/2023.07-2-hxl</div><div>source activate koopmans-env</div><div>source ~/venvs/koopmans/bin/activate</div><div>module load hdf5/1.10.4-parallel-icc18 libxc/4.3.4-icc18-lcc</div><div>export PATH=/public3/home/scg9084/wzy/qe-7.2/install-ls/bin:$PATH</div><div>export PATH=/public3/home/scg9084/wzy/qe-7.2-new/qe-install/bin:$PATH</div><div>#export LD_LIBRARY_PATH=/public3/home/scg9084/wzy/wzy/qe-7.2/libxc-6.2.2/install/lib:$LD_LIBRARY_PATH</div><div>export PARA_PREFIX="srun"</div><div>export PARA_POSTFIX="-n 128"</div><div>koopmans si.json</div></div><div><br></div><div>Where should I add -pd .true.? Or am I supposed to change other places?</div><div>Could you please help me? Thank you very much!</div><div><br></div><div>Zongyi Wang</div><div> </div><div><br></div>