-
Notifications
You must be signed in to change notification settings - Fork 924
Closed
Description
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
Open MPI v3.0.0
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Following the installation guidance of FAQ,
shell$ gunzip -c openmpi-3.0.0.tar.gz \| tar xf -
shell$ cd openmpi-3.0.0
shell$ ./configure --enable-orterun-prefix-by-default --with-cuda
shell$ make all install
Please describe the system on which you are running
- Operating system/version: Ubuntu v16.04
- Computer hardware: HP-Z820 (GTX 1080Ti)
- Network type: Ethernet
Details of the problem
shell$ mpirun -np 2 -x LD_LIBRARY_PATH -hostfile machinefile python fcn_horovod.py
I got the error as below,
_[brs-dualG:09057] [[48500,0],1] ORTE_ERROR_LOG: Data unpack would read past end of buffer in file grpcomm_direct.c at line 351
An internal error has occurred in ORTE:
[[48500,0],1] FORCE-TERMINATE AT Data unpack would read past end of buffer:-26 - error grpcomm_direct.c(355)
This is something that should be reported to the developers.__
Thanks a lot in advance.
Metadata
Metadata
Assignees
Labels
No labels