This file is for compiling Meshing/place_receivers on KAUST Supercomputer Facility for placing receivers on topography
ssh -X cdl5
module swap PrgEnv-cray PrgEnv-intel
module load cdt
module load python/3.8.0-cdl
export HOMESW=/project/k1488/kadek/myLibs/cmakeSeisSol
export PATH=$HOMESW/bin:$PATH
export LIBRARY_PATH=$HOMESW/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=$HOMESW/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$HOMESW/lib/pkgconfig:$PKG_CONFIG_PATH
export CMAKE_PREFIX_PATH=$HOMESW:$CMAKE_PREFIX_PATH
export EDITOR=vi
export CPATH=$HOME/include:$CPATH
git clone https://github.com/SeisSol/Meshing.git
cd Meshing
git submodule update --init
cd place_receivers
mkdir build && cd build
$HOMESW/bin/cmake/bin/cmake ..
make