Changed dependency to libsharp (MPI support, better performance). Added new power spectrum abstraction

This commit is contained in:
Guilhem Lavaux 2012-11-10 09:02:08 -05:00
parent bddd26a5ca
commit 414edbd28a
5 changed files with 390 additions and 46 deletions

View file

@ -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})