1b7c563b6SJeremy L Thompson #ifndef libceed_petsc_examples_version_h 2b7c563b6SJeremy L Thompson #define libceed_petsc_examples_version_h 3b8962995SJeremy L Thompson 4*d31f425aSJeremy L Thompson #if PETSC_VERSION_LT(3, 20, 0) 5*d31f425aSJeremy L Thompson #error "PETSc v3.20 or later is required" 6b8962995SJeremy L Thompson #endif 7b8962995SJeremy L Thompson 8b8962995SJeremy L Thompson #endif 9