Problems with bingle_output.py, wrong # of py trocesses

Asked by Juan Cardenas

Hi again,

I am getting this when I try to test the sample script

juan@juan-MacBookPro:~$ mpirun -np 3 esysparticle bingle_output.py
CSubLatticeControler::initMPI()
CSubLatticeControler::initMPI()
wrong number of processes !! aborting
slave started at local/global rank 0 / 1
slave started at local/global rank 1 / 2
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 31888 on
node juan-MacBookPro exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).

Thanks again for all the help.

Juan

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Gladky (gladky-anton) said :
#1

Hi,

not sure, but according to this answer [1] it should be
something like:

mpirun -np 2 esysparticle bingle_output.py

Best regards,

Anton

[1] https://answers.launchpad.net/esys-particle/+question/52477

2012/9/5 Juan Cardenas <email address hidden>:
> New question #207781 on ESyS-Particle:
> https://answers.launchpad.net/esys-particle/+question/207781
>
> Hi again,
>
> I am getting this when I try to test the sample script
>
> juan@juan-MacBookPro:~$ mpirun -np 3 esysparticle bingle_output.py
> CSubLatticeControler::initMPI()
> CSubLatticeControler::initMPI()
> wrong number of processes !! aborting
> slave started at local/global rank 0 / 1
> slave started at local/global rank 1 / 2
> --------------------------------------------------------------------------
> mpirun has exited due to process rank 0 with PID 31888 on
> node juan-MacBookPro exiting without calling "finalize". This may
> have caused other processes in the application to be
> terminated by signals sent by mpirun (as reported here).
>
> Thanks again for all the help.
>
> Juan
>
> --
> You received this question notification because you are an answer
> contact for ESyS-Particle.

Revision history for this message
Juan Cardenas (cardenas-u) said :
#2

Thanks Anton Gladky, that solved my question.

Revision history for this message
Juan Cardenas (cardenas-u) said :
#3

You are right, I didn't catch that. Thanks again. Sorry for the sillyness