-
Notifications
You must be signed in to change notification settings - Fork 28
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
about Compressed sparse installation #21
Comments
Hi, I just checked the combination of ADOL-C an ColPack. The difficult point is that the ColPack version in the master branch has a different structure that the release 1.0.10. I will contact the ColPack developer to discuss this issue. In the meantime you could use the following to work with the compressed derivative matices: Download ColPack version 1.0.10 from https://github.com/CSCsw/ColPack/releases then install ColPack, e.g. in /home/mydir/AD/ColPack-1.0.10 such that there are the include and the lib directories there Then configure ADOL-C using e.g. ./configure --prefix=/home/mydir/AD/ADOL-C/adolc_base_2.7.2 --enable-addexa --enable-sparse --with-colpack=/home/mydir/AD/ColPack-1.0.10 This should work. Otherwise just comment once more Best Andrea |
Hello, prof. Walther |
Hi Shuai, I just commited a fix for the comments in C++ style. Could you try it again, please? Best regards Andrea |
Hello prof. Walther, Thank you so much. It works now. Best wishes, |
Hi Shuai, great, thanks for the feedback! Best regards Andrea |
Hello. I have encountered this red warning when I configure during the installation.
Compressed sparse structures will not be available
Only sparsity patterns can be computed.
I think I have correctly installed the ColPack Library in the default path. I dont know why this happens.
It seems that i will not be able to use the sparse AD.
Please forrgive me if this question is naive. I'm quite new to this.
Thanks a lot. Best wishes.
The text was updated successfully, but these errors were encountered: