Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run intel caffe using multi-node with mlsl on AMD cpus ,stopped at Iteration 0 #19

Open
Tron-x opened this issue Sep 6, 2018 · 3 comments
Open

Comments

@Tron-x
Copy link

@Tron-x Tron-x commented Sep 6, 2018

when i run intel caffe on multi-node(four node) with mlsl on AMD cpus,something is wrong ,the training stopped at the Iteration 0, when run on single node ,it is ok.
image
when i htop on evry node
image
my run instruct is :./scripts/run_intelcaffe.sh --hostfile /opt/caffe/mpd.hosts --network tcp --netmask enp3s0f0 --caffe_bin /opt/caffe/build/tools/caffe --solver /opt/caffe/models/intel_optimized_models/multinode/alexnet_4nodes/solver.prototxt

I think something is wrong with mlsl ,my mlsl version is
image
because when i run with my own openmpi,it is ok

@mshiryaev
Copy link
Contributor

@mshiryaev mshiryaev commented Sep 6, 2018

Hi @Tron-x, could you please specify how do you launch IntelCaffe over OpenMPI?
As far as I know IntelCaffe uses MLSL only for multi-node communications.
MLSL uses Intel MPI under the hood but can be re-built with OpenMPI support, specify MPIRT = openmpi in MLSL Makefile.

@Tron-x
Copy link
Author

@Tron-x Tron-x commented Sep 6, 2018

hi @mshiryaev, when i use openmpi ,i launch intelcaffe with a case such as :
image
i use five node ,evey node launch 8 process,openmp thread seted 8 ,one node have 64 cores

@SmorkalovME
Copy link

@SmorkalovME SmorkalovME commented Sep 7, 2018

Hi @Tron-x
Besides of @mshiryaev suggestion to build MLSL with OpenMPI, could you please also try setting environment variable "I_MPI_HYDRA_TOPOLIB=hwloc" to check if this helps to out-of-box MLSL/IntelMPI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.