Skip to content

Commit

Permalink
Merge branch 'sctl-kernels' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Blackwell committed Oct 22, 2021
2 parents 10823ce + 16e6e2c commit 576b42f
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 1,169 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -21,6 +21,9 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
# using Visual Studio C++
endif()

# Add all the SCTL relevant flags
add_compile_options(-DSCTL_QUAD_T=__float128 -DSCTL_HAVE_BLAS -DSCTL_HAVE_LAPACK -DSCTL_HAVE_FFTW -I${PROJECT_SOURCE_DIR}/SCTL/include)

set(MPI_CXX_SKIP_MPICXX
true
CACHE BOOL
Expand Down
2 changes: 2 additions & 0 deletions include/kernel.hpp
Expand Up @@ -190,11 +190,13 @@ struct BiotSavartKernel{
inline static const Kernel<T>& potential();
};


template<class T>
struct HelmholtzKernel{
inline static const Kernel<T>& potential();
};


}//end namespace
#ifdef __INTEL_OFFLOAD
#pragma offload_attribute(pop)
Expand Down

0 comments on commit 576b42f

Please sign in to comment.