Hello all With a git pull of roughly 4 PM EDT (US), that had a .m4 file (something to do with MXM) in the change set, mpirun does not work anymore. The failure is like this:
[durga@b-2 ~]$ sudo /usr/local/bin/mpirun --allow-run-as-root -np 2 -hostfile ~/hostfile -mca btl lf,self -mca btl_base_verbose 100 ./mpitest [b-2:16666] [[2440,0],0] ORTE_ERROR_LOG: Not found in file ess_hnp_module.c at line 619 -------------------------------------------------------------------------- It looks like orte_init failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during orte_init; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): opal_pmix_base_select failed --> Returned value Not found (-13) instead of ORTE_SUCCESS -------------------------------------------------------------------------- Doing a make clean && make && sudo make install did not help. Should I re-run the autogen.pl script and start from scratch? Thanks Durga We learn from history that we never learn from history.