Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

bakerb845/parmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

These are utilities for performing moment tensor estimation via grid-search.

Dependencies

Below is a list of dependencies. It is strongly recommended to use vendor BLAS/LAPACK and MPI where available.

Configuration

The following is a template for configuring parmt to build against the Intel libraries. In the source root directory one could create a script similar to

#!/bin/sh
/usr/bin/cmake ./ \
-DCMAKE_BUILD_TYPE=DEBUG \
-DCMAKE_INSTALL_PREFIX=./ \
-DCMAKE_C_COMPILER=/path/to/C/compiler \
-DMPI_C_COMPILER=/opt/intel/impi/2017.1.132/bin64/mpiicc \
-DMPI_C_INCLUDE_PATH=/opt/intel/impi/2017.1.132/include64 \
-DMPI_C_LIBRARIES=/opt/intel/impi/2017.1.132/lib64/libmpi.so \
-DCMAKE_C_FLAGS="-g3 -O2 -qopenmp -Wall -Wextra -Wcomment -Wcheck" \
-DPARMT_USE_INTEL=TRUE \
-DMKL_LIBRARY="/path/to/intel64_lin/libmkl_intel_lp64.so;/path/to/intel64_lin/libmkl_sequential.so;/path/to/intel64_lin/libmkl_core.so" \
-DIPP_LIBRARY="/path/to/intel64_lin/libipps.so;/path/to/intel64_lin/libippvm.so;/path/to/intel64_lin/libippcore.so" \
-DIPP_INCLUDE_DIR=/path/to/ipp/include \
-DMKL_INCLUDE_DIR=/path/to/mkl/include \
-DCOMPEARTH_INCLUDE_DIR=/path/tocompearth/momenttensor/c_src/include \
-DCOMPEARTH_LIBRARY=/path/to/compearth/momenttensor/c_src/lib/libcompearth_shared.so \
-DISCL_LIBRARY=/path/to/libiscl/lib/libiscl_shared.so \
-DISCL_INCLUDE_DIR=/path/to/libiscl/include \
-DISPL_LIBRARY=/path/to/ispl/lib/libispl_shared.so \
-DISPL_INCLUDE_DIR=/path/to/ispl/include \
-DCPS_LIBRARY=/home/path/to/libcps/lib/libcps_shared.so \
-DCPS_INCLUDE_DIR=/path/to/libcps/include \
-DTTIMES_LIBRARY=path/to/libttimes/lib/libttimes_shared.so \
-DTTIMES_INCLUDE_DIR=/path/to/libttimes/include \
-DSACIO_INCLUDE_DIR=/path/to/sacio/include \
-DSACIO_LIBRARY=/home/path/to/lib/libsacio_shared.so \
-DH5_C_INCLUDE_DIR=/path/to/hdf5/include \
-DH5_LIBRARY=/path/to/hdf5/lib/libhdf5.so \
-DINIPARSER_INCLUDE_DIR=/path/to/iniparser/src \
-DINIPARSER_LIBRARY=/path/to/iniparser/libiniparser.a

About

Parallel moment tensor estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors