You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to use ADOL-C under Windows VS2019. During the installation I ran into some problems. One of them is that the folder structure of ColPack does not match the structure set up in the ADOL-C/MSVisualStudio/v14/ColPack.vcxproj file.
Folder names:
GraphColoring vs. GeneralGraphColoring
Main vs inc (inc is also in ColPack/inc and not in ColPack/src/main)
Btw. I am not completely sure if I am supposed to place ColPackHeaders.h and Definitions.h in .../v14/ColPack/main or directly in .../v14/ColPack, because both locations were reported as missing these files during building.
The text was updated successfully, but these errors were encountered:
I checked the combination of ADOL-C and ColPack a few days ago. The difficult point is that the ColPack version in the master branch has a different structure that the release 1.0.10. I contacted the ColPack developers to discuss this issue but did not get an answer so far. In the meantime you could use the following to work with the compressed derivative matices:
I am currently trying to use ADOL-C under Windows VS2019. During the installation I ran into some problems. One of them is that the folder structure of ColPack does not match the structure set up in the ADOL-C/MSVisualStudio/v14/ColPack.vcxproj file.
Folder names:
Btw. I am not completely sure if I am supposed to place ColPackHeaders.h and Definitions.h in .../v14/ColPack/main or directly in .../v14/ColPack, because both locations were reported as missing these files during building.
The text was updated successfully, but these errors were encountered: