Open ghost opened 1 year ago
https://github.com/open-mpi/ompi/issues/4948 discusses about Read -1, expected <someNumber>, errno =1
. In short, the issue may have been addressed in a new version of MPI.
I have not tested it yet. I need to look into this problem more close. The docker container has mpirun (Open MPI) 2.1.1
.
I am trying to run mpi examples inside a docker container using X-Server to show the GUI. When I run provided examples, I get the following errors. Despite the errors, the programs runs fine.
ospMPIDistribTutorialSpheres runs fine despite the errors.
ospMPIMultiDisplays also runs fine despite the errors. These errors appear when you close the program.
Docker Image FROM ubuntu:18.04 gcc (Ubuntu 7.5.0-3ubuntu1/~18.04) 7.5.0 g++ (Ubuntu 7.5.0-3ubuntu1/~18.04) 7.5.0