-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
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?