You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed adaptive and tried to run "import adaptive" on the jupyter notebook. However, the kernel died immediately and the terminal shows the following message:
A requested component was not found, or was unable to be opened. This
means that this component is either not installed or is unable to be
used on your system (e.g., sometimes this means that shared libraries
that the component requires are unable to be found/loaded). Note that
Open MPI stopped checking at the first component that it did not find.
Host: XXXXX.fios-router.home
Framework: btl
Component: tcpecho
It looks like MPI_INIT failed for some reason; your parallel process is
likely to abort. There are many reasons that a parallel process can
fail during MPI_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):
mca_bml_base_open() failed
--> Returned "Not found" (-13) instead of "Success" (0)
[XXXXX:82047] *** An error occurred in MPI_Init_thread
[XXXXX:82047] *** reported by process [246677505,0]
[XXXXX:82047] *** on a NULL communicator
[XXXXX:82047] *** Unknown error
[XXXXX:82047] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[XXXXX:82047] *** and potentially your MPI job)
[I 11:28:13.520 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports
WARNING:root:kernel fdac667e-04be-4c91-9452-bdbd31cbeeff restarted
These are the packages installed in the conda environment I am using:
My system is Python 3.7.9, macOS Catalina 10.15.7, MacBook Pro mid 2012, 16GB memory and 2.9GHz Dual-Core Intel Core i7. I tried to run it on python in the Terminal and it shows the same message. It seems to be the Open MPI problem.
Sorry I am not very good at formating for the post.
Does anyone know how to fix it?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I just installed adaptive and tried to run "import adaptive" on the jupyter notebook. However, the kernel died immediately and the terminal shows the following message:
These are the packages installed in the conda environment I am using:
My system is Python 3.7.9, macOS Catalina 10.15.7, MacBook Pro mid 2012, 16GB memory and 2.9GHz Dual-Core Intel Core i7. I tried to run it on python in the Terminal and it shows the same message. It seems to be the Open MPI problem.
Sorry I am not very good at formating for the post.
Does anyone know how to fix it?
Thank you very much!
The text was updated successfully, but these errors were encountered: