[OMPI users] mpi program gets stuck

2022-11-29 Thread timesir via users
see also: https://pastebin.com/s5tjaUkF (py3.9) ➜ /share cat hosts 192.168.180.48 slots=1 192.168.60.203 slots=1 1. This command now runs correctly using your openmpi-gitclone-pr11096.tar.bz2 (py3.9) ➜ /share mpirun -n 2 --machinefile hosts --mca plm_base_verbose 100 --mca rmaps_base_verbose

Re: [OMPI users] users Digest, Vol 4818, Issue 1

2022-11-25 Thread timesir via users
le in the system to satisfy the 2, slots that were requested by the application There is a typo in your command line. You should use --mca (minus minus) instead of -mca Also, you can try --machinefile instead of -machinefile Cheers, Gilles There are not enough slots available in the

Re: [OMPI users] users Digest, Vol 4818, Issue 1

2022-11-25 Thread timesir via users
ugh slots available in the system to satisfy the 2, slots that were requested by the application There is a typo in your command line. You should use --mca (minus minus) instead of -mca Also, you can try --machinefile instead of -machinefile Cheers, Gilles There are not enough slots available

Re: [OMPI users] users Digest, Vol 4818, Issue 1

2022-11-25 Thread timesir via users
Do you receive this email? 在 2022年11月23日星期三,timesir 写道: > > *1. This command now runs correctly * > > *(py3.9) ➜ /share mpirun -n 2 --machinefile hosts --mca plm_base_verbose > 100 --mca rmaps_base_verbose 100 --mca ras_base_verbose 100 uptime* > > > > *2. But this command gets stuck. It seem

Re: [OMPI users] users Digest, Vol 4818, Issue 1

2022-11-25 Thread timesir via users
ugh slots available in the system to satisfy the 2, slots that were requested by the application There is a typo in your command line. You should use --mca (minus minus) instead of -mca Also, you can try --machinefile instead of -machinefile Cheers, Gilles There are not enough slots available

Re: [OMPI users] users Digest, Vol 4818, Issue 1

2022-11-14 Thread timesir via users
ication There is a typo in your command line. You should use --mca (minus minus) instead of -mca Also, you can try --machinefile instead of -machinefile Cheers, Gilles There are not enough slots available in the system to satisfy the 2 slots that were requested by the application:

Re: [OMPI users] [OMPI devel] There are not enough slots available in the system to satisfy the 2, slots that were requested by the application

2022-11-13 Thread timesir via users
*(py3.9) ➜  /share  mpirun -n 2 -machinefile hosts –mca rmaps_base_verbose 100 --mca ras_base_verbose 100 which mpirun* [computer01:04570] mca: base: component_find: searching NULL for ras components [computer01:04570] mca: base: find_dyn_components: checking NULL for ras components [computer01: