Skip to content

Commit

Permalink
doc: add docs about using MPI in docker. (#4060)
Browse files Browse the repository at this point in the history
* add docs.

* Update docs/community/faq.md

Co-authored-by: Chun Cai <[email protected]>

* Update docs/community/faq.md

Co-authored-by: Chun Cai <[email protected]>

---------

Co-authored-by: Chun Cai <[email protected]>
  • Loading branch information
grysgreat and caic99 authored Apr 27, 2024
1 parent 7f84a09 commit f372175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/community/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ If the program prompt something like "KILLED BY SIGNAL: 9 (Killed)", it may be c

If the error message is "Segmentation fault", or there is no enough information on the error, please feel free to submit an issue.

**4. Error "Read -1" when using mpirun in docker environment**
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`.
## Miscellaneous

**1. How to visualize charge density file?**
Expand Down

0 comments on commit f372175

Please sign in to comment.