-
Couldn't load subscription status.
- Fork 928
Closed
Labels
Description
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
OMPI v3.1.0a1
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
It was built using from source using following cmd:
./autogen.sh
./configure --prefix=/path/ompi-v3.1.x
--with-knem=<path-to-knem>
--with-mxm=<path-to-mxm>
--with-hcoll=<path-to-hcoll>
--with-ucx=<path-to-ucx>
--with-platform=contrib/platform/mellanox/optimized
--with-slurm
--with-pmiPlease describe the system on which you are running
- Operating system/version:
RedHat 7.2 - Computer hardware:
ConnectX-4 on x86 arch - Network type:
IB
Details of the problem
I run tests with MTT and sometimes see a very strange error:
$ /path/ompi-v3.1.x/bin/mpirun -np 3 --debug-daemons --display-map -mca btl_openib_warn_default_gid_prefix 0 --bind-to core --tag-output --timestamp-output -mca pml ucx -x UCX_NET_DEVICES=mlx5_4:1 -mca btl_openib_if_include mlx5_4:1 -mca coll '^hcoll' -x UCX_IB_GID_INDEX=0 -mca osc ucx -x UCX_TLS=rc,sm --map-by node test-app
/path/ompi-v3.1.x/bin/mpirun: Error: unknown option "-np"It is not reproducible manually, it happens with different test apps and options.
Maybe someone has a clue why it happens.
ezze and tranqv