Ralph,

the collective/op, collective/op_mpifh, collective/op_usempi, group/group, onesided/c_lock_illegal and random/attr-error-code fails because your contrib/platform/intel/bend/linux.conf contains the following line

mpi_param_check = 0

and this is not handled correctly by ibm test suite.

for example, in op.c, we handle
- mpi_param_check is disabled at configure time
- mpi_param_check is disabled at runtime, via mca cli or environment variable
*but*
mpi_param_check being disabled by the config file is not supported.

if you run
mpirun --mca mpi_param_check 0 ...
or
mpirun --mca mpi_param_check 1 ...
or
comment the mpi_param_check = ... from your config file

this test would run just fine (!)

that leads to a few questions :
1) should we handle this scenario (e.g. check config file) in mtt test itself ? (and how ? via MPIT ? )
2) should we handle this scenario before running the test ?
(e.g. ompi_info ... --all | grep mpi_param_check, and force OMPI_MCA_mpi_param_check=0 environment variable if mpi_param_check is disabled)
3) should we handle this scenario in ompi itself ?
(e.g. if the param config file contains a definition, and no related, environment variable is set, then force the environment variable but do not propagate it)

random/attr-error-code only check mpi_param_check at configure time, and i will fix that from now

for now, i suggest you comment the mpi_param_check = 0 line from your linux.conf file

Cheers,

Gilles

On 9/12/2015 9:51 AM, Ralph Castain wrote:
Hi folks

I’ve closed all the holes I can find in the PMIx integration, and things look pretty good overall. There are a handful of failures still being seen - most of them involving what appear to be unrelated code. I’m not entirely sure I understand the source of the errors, and could really use some help to determine (a) if these are in any way related to PMIx, and if so (b) how.

The errors from my MTT run are here: http://mtt.open-mpi.org/index.php?do_redir=2256

Any help diagnosing these problems would be greatly appreciated
Ralph



_______________________________________________
devel mailing list
de...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
Link to this post: 
http://www.open-mpi.org/community/lists/devel/2015/09/18013.php

Reply via email to