You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add docs.
* Update docs/community/faq.md
Co-authored-by: Chun Cai <amoycaic@gmail.com>
* Update docs/community/faq.md
Co-authored-by: Chun Cai <amoycaic@gmail.com>
---------
Co-authored-by: Chun Cai <amoycaic@gmail.com>
Copy file name to clipboardExpand all lines: docs/community/faq.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ If the program prompt something like "KILLED BY SIGNAL: 9 (Killed)", it may be c
80
80
81
81
If the error message is "Segmentation fault", or there is no enough information on the error, please feel free to submit an issue.
82
82
83
+
**4. Error "Read -1" when using mpirun in docker environment**
84
+
This is a [known issue](https://github.com/open-mpi/ompi/issues/4948) of OpenMPI running in a docker container. In this case, please set environment variable `OMPI_MCA_btl_vader_single_copy_mechanism=none`.
0 commit comments