Hi! I am currently adding bioconda/bioconda-recipes#25501 with variants for MPI (nompi
, mpich
and openmpi
). Variants without MPI and MPICH build (and test) fine, but OpenMPI had issues testing:
Error:
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR --------------------------------------------------------------------------
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR The value of the MCA parameter "plm_rsh_agent" was set to a path
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR that could not be found:
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR plm_rsh_agent: ssh : rsh
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR Please either unset the parameter, or check that the path is correct
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR --------------------------------------------------------------------------
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR [8c540ddec9fa:00012] [[INVALID],INVALID] FORCE-TERMINATE AT Not found:-13 - error plm_rsh_component.c(335)
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR [8c540ddec9fa:00010] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ess_singleton_module.c at line 716
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR [8c540ddec9fa:00010] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ess_singleton_module.c at line 172
10:08:36 BIOCONDA INFO (ERR) [Nov 24 10:08:36] SERR --------------------------------------------------------------------------
I'm not sure if this is on my end, but it looks like it may not be. Could it be a config issue in the build environment?