Skip to content

Commit 93c8f2e

Browse files
committed
[cleanup] Improve identification of example scripts.
1 parent 77d9ac9 commit 93c8f2e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

testing/femdgSourceNoVenv.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,25 @@ for MOD in $MODULES; do
8484
done
8585
echo "PYTHONPATH = $PYTHONPATH"
8686

87-
echo "Running euler script"
87+
echo "********************************************"
88+
echo "Running dune-fem-dg/pydemo/testdg.py script"
89+
echo "********************************************\n"
8890
cd dune-fem-dg/pydemo/euler
8991
$PYTHON_INTERP testdg.py
9092

9193
cd $DUNE_PATH
9294

93-
echo "Running advection script"
95+
echo "**********************************************************"
96+
echo "Running dune-fem-dg/pydemo/camc-paper/advection.py script"
97+
echo "**********************************************************\n"
9498
cd dune-fem-dg/pydemo/camc-paper
9599
# mpirun -np 2 --oversubscribe python3 advection.py 2
96100
$PYTHON_INTERP advection.py 2
97101

98102
cd $DUNE_PATH
99-
echo "Running fem-tutorial script"
103+
echo "*****************************************"
104+
echo "Running twophaseflow.py from fem-tutorial"
105+
echo "*****************************************\n"
100106
$PYTHON_INTERP -m dune.fem
101107
cd fem_tutorial
102108

0 commit comments

Comments
 (0)