Run in dmp error 1003:the number of requested-processors is inconsistent with the domain decomposition (nodesi*nodesj*nodesk)

Please select the most relevant MFiX category: | I How to |
hello everyone,I am runing mfix-22.1.1 in cluster for TFM. The case runs well in series and smp mode. when i try DMP. It is ok to compile, but report error 1003 the number of requested-processors is inconsistent with the domain decomposition (nodesinodesjnodesk)
compile : build_mfixsolver --batch --dmp -j 4 FC=“mpifort”


runing :mpirun -np 4 ./mfixsolver -f bubble.mfx NODESK=4

here is log

I have search the forum, the bubble.mfix and mfixsolver are in same directory.It’s too strange,I don’t know what’s wrong? and i don`t modify the souce code.
has anyone met same question ?
Thank you very much!

I solve it.
there is another software using a diffferent path of openmpi. I omit it in bashrc ,and mfix could work in dmp。