NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
error with new version of adolcHi there, I am working on some code based on adolc and when I tried to update adolc with version 1.10.2, I got an error related to tape. My code calls function gradient(), which calls zos_forward(), and an error happens in zos_forward() when the number of dependent, which is obtained by calling tapestats(), is not equal to depcheck. But if I use the old version of adolc, it works fine. Is there anybody got a clue where the problem might be? Many thanks! rich |
Re: error with new version of adolc
I am the Debian adolc maintainer.
In the future, please feel free to contact me (via the Debian BTS, , preferably) with issues of this sort.
Given your brief description, it would appear that the binary API of the library has changed. There was a new upstream release, but the library version number was not incremented, so I'd assumed that the old binary API was unchanged. Recompiling all your code might help with this problem.
Unfortunately it is too late to do anything about it for this version. But I will alert upstream to the issue so its repetition can be avoided, and will consider incrementing the library.so number every upstream release. I will certainly do so on the next release.
Cheers,
Barak Pearlmutter