Skip to content
New issue

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

Patch libiomp5.so in layout to work around 13.0.0 incompatibility issue #2

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

okofish
Copy link
Member

@okofish okofish commented Jan 25, 2022

The version of Intel MKL in WL 13.0.0 has an OpenMP runtime that crashes on Lambda, apparently due to /dev/shm not existing in the Lambda execution environment.

OMP: Error #179: Function Can't open SHM2 failed:
OMP: System error #38: Function not implemented
Aborted (core dumped)

This patches the libiomp5.so DLL using the copy from 12.3.1, which doesn't have this problem.

@okofish okofish closed this Jan 25, 2022
@okofish okofish reopened this Jan 25, 2022
…KL incompatibility issue in 13.0.0 relating to /dev/shm not working in Lambda
@okofish okofish force-pushed the bugfix/libiomp5-compatibility branch from 2e22533 to 9bb8184 Compare January 25, 2022 20:44
@okofish okofish merged commit c85d96b into master Jan 25, 2022
@okofish okofish deleted the bugfix/libiomp5-compatibility branch January 25, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant