// ==== CMAKE ===== // @FUSE_BLAS // ================ // Keep in private GIT // @FUSE_MPI // @FUSE_STARPU // // #include // // Chebychev cell class #include "Kernels/Chebyshev/FChebCell.hpp" #include "Kernels/Chebyshev/FChebSymKernel.hpp" // template using FInterpolationCell = FChebCell; template using FInterpolationKernel = FChebSymKernel ; static std::string interpolationKernel("Chebyshev"); #include "testFMMInterpolationStarPU.hpp"