https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2b799b14ca9af8c3727164d5663e8fd705cd6b23 authored by Wenqing Wang on 10 February 2021, 14:56:27 UTC
[TM/Test] Updated the result file of CreepAfterExcavation
Tip revision: 2b799b1
mpi.sh
if [ -n "$ZSH_VERSION" ]; then
    DIR=$( cd $(dirname "${(%):-%x}") ; pwd -P )
else
    DIR=$( cd $(dirname "${BASH_SOURCE[0]}") ; pwd -P )
fi

source $DIR/cli.sh
module load vtk/8.2.0/foss2019b/openmpi
module load HDF5/1.10.5
export CC=mpicc
export CXX=mpic++
back to top