Changed dependency to libsharp (MPI support, better performance). Added new power spectrum abstraction
This commit is contained in:
parent
bddd26a5ca
commit
414edbd28a
5 changed files with 390 additions and 46 deletions
|
@ -27,6 +27,9 @@ find_library(NETCDFCPP_LIBRARY NAMES netcdf_c++ netcdf_c++4)
|
|||
find_library(GSL_LIBRARY gsl)
|
||||
find_library(GSLCBLAS_LIBRARY gslcblas)
|
||||
|
||||
find_library(SHARP_LIBRARY sharp)
|
||||
find_path(SHARP_INCLUDE_PATH sharp.h)
|
||||
|
||||
set(HDF5_FIND_COMPONENTS HL CXX)
|
||||
if(HDF5_ROOTDIR)
|
||||
SET(ENV{HDF5_ROOT} ${HDF5_ROOTDIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue