There are not enough slots available in the system to satisfy the 8 slots
See original GitHub issueWhen I run:
torchpack dist-run -np 8 -v python train.py configs/semantic_kitti/spvcnn/cr0p5.yaml
the system tell me:
--------------------------------------------------------------------------
There are not enough slots available in the system to satisfy the 8 slots
that were requested by the application:
python
Either request fewer slots for your application, or make more slots available
for use.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
mpi - mpirun - not enough slots available - Stack Overflow
I'm using OpenMPI 1.10 on a quad-core system and your mpirun command works like a charm. – Harald. Feb 29, 2016 at 17:23....
Read more >There are not enough slots available in the system to satisfy ...
Hi all, I tested a multi-node task with openmpi in this project. As In the title, when I comment --oversubscribe in this line,...
Read more >Open MPI error -- CFD Online Discussion Forums
... There are not enough slots available in the system to satisfy the 8 slots that were requested by the application: snappyHexMesh Either ......
Read more >Not enough slots available in the system with OpenMPI
I am launching a code using openmpi, that I have compiled simply doing. mpif90 bin.f90 -llapack -lblas -o bin.x. If I do. mpirun...
Read more >[OMPI users] MPI doesn't recognize multiple cores available ...
Did you mean "MPI process" instead of "processor"? ... When you get the "There are not enough slots available in the system..." message,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi Haotian, I found that I installed
mpich
package instead ofopen-mpi
package, which is not perfectly suitable fortorchpack
, sorry. I reinstallopenmpi
,torchpack
andmpi4py
using following shell commands, everything is fine now.Hope this can help someone with the same questions.
Best, Yan Xu
Maybe you can try
sudo rm -rf ~/.cache/pip
to remove the pip cache, then redo the above pip install commands.