Problems getting openmpi-2.0.2 to work. ( MacOS Sierra )
问题 Have tried install openmpi-2.0.2 on my mac running on OSX Sierra 10.12.3 with similar results each time. Installing using the below : $ cd openmpi-2.0.2 $ ./configure --prefix=/usr/local $ make all $ sudo make install After install wanted to test using : $ mpirun -n 4 hostname & $ mpiexec -n 4 hostname both resulting in : ORTE_ERROR_LOG: Bad parameter in file orted/pmix/pmix_server.c at line 262 ORTE_ERROR_LOG: Bad parameter in file ess_hnp_module.c at line 666 -------------------------------