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

This is a patch to Lapack to fix issue 177 (64 bit Windows only) #342

Merged
merged 1 commit into from
Feb 20, 2015

Conversation

sherm1
Copy link
Member

@sherm1 sherm1 commented Feb 20, 2015

Patches Lapack 3.4.2 (64 bit) to fix the bug discussed in issue #177.

There were two functions where convergence failures incorrectly caused an abort (XERBLA in Lapack-speak).
The functions were DLASD6, line 420 and DLASD8 line 282, and the single-precision equivalents.
See discussion on Lapack forum: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4586

This DLL is binary compatible with the previous one, same functions and ordinals.

…issue #177.

There were two functions where convergence failures incorrectly caused an abort (XERBLA in Lapack-speak).
The functions were DLASD6, line 420 and DLASD8 line 282, and the single-precision equivalents.
See discussion on Lapack forum: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4586
This DLL is binary compatible with the previous one, same functions and ordinals.
@chrisdembia
Copy link
Member

I restarted travis.

@sherm1
Copy link
Member Author

sherm1 commented Feb 20, 2015

I restarted travis.

Thanks, it worked now.

sherm1 added a commit that referenced this pull request Feb 20, 2015
This is a patch to Lapack to fix issue 177 (64 bit Windows only)
@sherm1 sherm1 merged commit 6920f6f into master Feb 20, 2015
@sherm1 sherm1 deleted the fix-Lapack-DLASD4-bug-issue177 branch February 20, 2015 18:36
@sherm1
Copy link
Member Author

sherm1 commented May 15, 2015

This fix has also been backported to the Simbody 3.5.2 release.

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

2 participants