#pragma once #ifndef BUILD_FERMION_INSTANTIATIONS #include int main(void) { std::cout << "This build of Grid was configured to exclude fermion instantiations, " << "which this test relies on. " << "Please reconfigure and rebuild Grid with --enable-fermion-instantiations" << "to run this test." << std::endl; return 1; } #endif