OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
Go to the source code of this file.
Macros | |
#define | OPAL_PROJECT_NAME "${PROJECT_NAME}" |
#define | OPAL_PROJECT_VERSION "${PROJECT_VERSION}" |
#define | OPAL_VERSION_MAJOR ${PROJECT_VERSION_MAJOR} |
#define | OPAL_VERSION_MINOR ${PROJECT_VERSION_MINOR} |
#define | OPAL_VERSION_PATCH ${PROJECT_VERSION_PATCH} |
#define | OPAL_COMPILE_OPTIONS "${OPAL_COMPILE_OPTIONS} ${CMAKE_CXX_FLAGS}" |
#define OPAL_COMPILE_OPTIONS "${OPAL_COMPILE_OPTIONS} ${CMAKE_CXX_FLAGS}" |
Definition at line 11 of file config.h.in.
Referenced by opalMain().
#define OPAL_PROJECT_NAME "${PROJECT_NAME}" |
Definition at line 2 of file config.h.in.
Referenced by SDDSWriter::addDefaultParameters(), FixedPisaNsga2< CrossoverOperator, MutationOperator >::dumpPopulationToJSON(), SDDSWriter::replaceVersionString(), H5PartWrapperForPC::writeHeader(), H5PartWrapperForPT::writeHeader(), LossDataSink::writeHeaderH5(), Sampler::writeJsonHeader(), and AmrMultiGrid::writeSDDSHeader_m().
#define OPAL_PROJECT_VERSION "${PROJECT_VERSION}" |
Definition at line 5 of file config.h.in.
Referenced by SDDSWriter::addDefaultParameters(), FixedPisaNsga2< CrossoverOperator, MutationOperator >::dumpPopulationToJSON(), opalMain(), SDDSWriter::replaceVersionString(), H5PartWrapperForPC::writeHeader(), H5PartWrapperForPT::writeHeader(), LossDataSink::writeHeaderH5(), Sampler::writeJsonHeader(), and AmrMultiGrid::writeSDDSHeader_m().
#define OPAL_VERSION_MAJOR ${PROJECT_VERSION_MAJOR} |
Definition at line 6 of file config.h.in.
Referenced by TrackRun::execute(), and RealConstant::RealConstant().
#define OPAL_VERSION_MINOR ${PROJECT_VERSION_MINOR} |
Definition at line 7 of file config.h.in.
Referenced by TrackRun::execute(), and RealConstant::RealConstant().
#define OPAL_VERSION_PATCH ${PROJECT_VERSION_PATCH} |
Definition at line 8 of file config.h.in.