Skip to content
Snippets Groups Projects
Commit 27491618 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Update run_seq.sh

parent c4f188fc
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -38,7 +38,7 @@ OPT_PB=OPT_$PROBLEM ...@@ -38,7 +38,7 @@ OPT_PB=OPT_$PROBLEM
GMSH="$HOME/src/gmsh/bin/gmsh $OPT ${!OPT_PB} -v 3 -bin" GMSH="$HOME/src/gmsh/bin/gmsh $OPT ${!OPT_PB} -v 3 -bin"
GETDP="$HOME/src/getdp/bin/getdp $OPT ${!OPT_PB} -v 3 -bin" GETDP="$HOME/src/getdp/bin/getdp $OPT ${!OPT_PB} -v 3 -bin"
FILE="$HOME/src/getdp/benchmarks/ddm_waves/${PROBLEM}" FILE="$HOME/models/GetDDM/${PROBLEM}"
$GMSH $FILE.geo - $GMSH $FILE.geo -
$GETDP $FILE.pro -solve DDM $GETDP $FILE.pro -solve DDM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment