We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In using the PyLith binary offline, the following error often occurs
Abort(941216911): Fatal error in internal_Init: Other MPI error, error stack: internal_Init(66)........: MPI_Init(argc=0x30e02abe8, argv=0x30e02abe0) failed MPII_Init_thread(234)....: MPID_Init(513)...........: MPIDI_OFI_init_local(580): OFI fi_fabric failed (ofi_init.c:580:MPIDI_OFI_init_local:Invalid argument)
This appears to be related to the hostname.
hostname
The text was updated successfully, but these errors were encountered:
The workaround is to use sockets for MPI communication by setting the environment variable IF_PROVIDER to sockets.
IF_PROVIDER
sockets
export FI_PROVIDER=sockets
Sorry, something went wrong.
baagaard-usgs
No branches or pull requests
Describe the bug
In using the PyLith binary offline, the following error often occurs
This appears to be related to the
hostname
.The text was updated successfully, but these errors were encountered: