Page MenuHomec4science

test_quasi_continuum_patch.sh
No OneTemporary

File Metadata

Created
Sun, Aug 18, 03:10

test_quasi_continuum_patch.sh

#!/usr/bin/env bash
module load CADDMesher
cd mesh
python3 GenerateMesh.py
if [ $? != 0 ]
then
echo "Generation of mesh failed"
exit -1
else
echo "Generation of mesh successful"
fi
cd ..
../../../clients/AMEL $1 101
if [ $? != 0 ]
then
echo "Libmultiscale failed"
exit -1
else
echo "Libmultiscale successful"
fi
exit 0

Event Timeline