This appears to be a legit bug with the use of MPI_T in the test/example
monitoring app, so I'm going to move the discussion to the Github issue so that
we can track it properly:
https://github.com/open-mpi/ompi/issues/9260
To answer Jong's question: ob1 is one of Open MPI's point-to-point mess
Thank you for the information. I don't know what ob1 is and possible other
choices are. Is there any way for me to check?
Anyhow, I tried a few things but got the same error. Here ia bit more
verbose output:
shell$ mpirun -n 1 --allow-run-as-root --mca pml_base_verbose 10 --mca
mtl_base_verbose 10
You need to enable the monitoring PML in order to get access to the
pml_monitoring_messages_count MPI_T. For this you need to know what PML you
are currently using and add monitoring to the pml MCA variable. As an
example if you use ob1 you should add the following to your mpirun command
"--mca pml
Hi.
I am trying to test if I can compile and run the MPI_T test case:
ompi/mca/common/monitoring/monitoring_prof.c
But, I am getting the following error:
cannot find monitoring MPI_T "pml_monitoring_messages_count" pvar, check
that you have monitoring pml
Should I turn on something when building