-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
Dear Prof. Valeev,
Hello. I am maintaining a quantum chemistry package that makes use of libint2 on github. I want to implement continuous integration with github's workflow, so that compiling and testing of my package will be done automatically upon push.
In the workflow, libint2 needs to be (downloaded and) compiled as a prerequisite before my own codes are compiled. However, compilation of libint2 is very slow, especially for high-order derivatives and high angular momenta. So every single push takes ages. Do you have any suggestion on reducing the time cost (other than requiring only low-order derivatives and low angular momenta)?
Thank you!