Hi,
I just installed mpi4py, which pulls in openmpi on OSX El Cap from the default channel:
Kerbin[~]> conda list | grep mpi
mpi4py 2.0.0 py35_0
openmpi 1.6.3 0
but when I run any mpiexec call, I get this:
Kerbin[log]> mpiexec -V
--------------------------------------------------------------------------
Sorry! You were supposed to get help about:
orterun:version
But I couldn't open the help file:
/opt/anaconda1anaconda2anaconda3/share/openmpi/help-orterun.txt: No such file or directory. Sorry!
--------------------------------------------------------------------------
With an actual command to execute, there's a bit more info:
Kerbin[log]> mpiexec -n 4 /Users/fperez/usr/conda/bin/python -m ipyparallel.engine --profile-dir /Users/fperez/.ipython/profile_default --cluster-id --log-to-file --log-level=20
--------------------------------------------------------------------------
Sorry! You were supposed to get help about:
opal_init:startup:internal-failure
But I couldn't open the help file:
/opt/anaconda1anaconda2anaconda3/share/openmpi/help-opal-runtime.txt: No such file or directory. Sorry!
--------------------------------------------------------------------------
[Kerbin.local:88088] [[INVALID],INVALID] ORTE_ERROR_LOG: Error in file runtime/orte_init.c at line 79
[Kerbin.local:88088] [[INVALID],INVALID] ORTE_ERROR_LOG: Error in file orterun.c at line 694
A bit of platform info:
'os_name': 'posix',
'platform': 'Darwin-15.3.0-x86_64-i386-64bit',
'sys_executable': '/Users/fperez/usr/conda/bin/python',
'sys_platform': 'darwin',
'sys_version': '3.5.1 |Continuum Analytics, Inc.| (default, Dec 7 2015, '
'11:24:55) \n'
'[GCC 4.2.1 (Apple Inc. build 5577)]'}
Any input/ideas much appreciated.
Hi,
I just installed
mpi4py, which pulls inopenmpion OSX El Cap from the default channel:but when I run any
mpiexeccall, I get this:With an actual command to execute, there's a bit more info:
A bit of platform info:
Any input/ideas much appreciated.