Closes #259
-
Even though the sources of opt-pilot are integrated into OPAL's it's still usable as a stand alone optimizer in other projects. It was integrated into the OPAL repo because @adelmann didn't want to manage several repositories.
-
I think this is a relevant discussion that is good to settle now. Since I think the standalone repo is somewhat outdated and should no longer be used. And now a dependency to the OPAL core has been introduced. We could use a preprocessor variable for a standalone build if there is the need.
Perhaps @ext-kranjcevic_m is using opt-pilot standalone?
-
Adding a preprocessor variable is easy to implement. Alternatively we write a header file from the cmake configuration file in the optimizer directory and overwrite it from the main cmake configuration file.
Edited by kraus -
mentioned in issue #263 (closed)