Skip to content

Issue with OpenMPI in docker #26

@prudhomm

Description

@prudhomm

when @vincentchabannes run executables in docker, all work well but he has a lot of messages like:

Read -1, expected <someNumber>, errno =1

see open-mpi/ompi#4948 for more details.
it solves the problem.

  • Solution 1: add an mca parameter to mpiexec launches:
mpiexec -n 4 --mca btl ^vader feelpp_qs_laplacian_2d --checker.solution x**2+y**2 --ksp-monitor=1 --pc-type lu
  • Solution 2: just export OMPI_MCA_btl_vader_single_copy_mechanism=none

Maybe we could add the env variable in feelpp-env?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions