ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
Installation requires at least CMake of version 3.2.3. To build ExaGeoStat, follow these instructions:
Get from git repository
git clone git@github.com:ecrc/exageostat
or
git clone https://github.com/ecrc/exageostat
cd exageostat
git submodule update --init --recursive
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install/ -DEXAGEOSTAT_SCHED_STARPU=ON -DEXAGEOSTAT_USE_NETCDF=ON -DEXAGEOSTAT_USE_HICMA=ON
make -j
make docs
make install
Add line
export PKG_CONFIG_PATH=/path/to/install/lib/pkgconfig:$PKG_CONFIG_PATH
to your .bashrc file.
Now you can use pkg-config executable to collect compiler and linker flags for EXAGEOSTAT.