Skip to content

Commit

Permalink
fixes -x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Feb 2, 2022
1 parent bcb14ce commit 06454a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -27,4 +27,4 @@ valgrind --quiet --error-exitcode=1 --leak-check=full \
--suppressions=../../../misc/valgrind_suppressions_intel_17 \
--suppressions=../../../misc/valgrind_suppressions_openmpi \
--suppressions=../../../misc/valgrind_suppressions_zoltan \
${two}/ref adapt -i ega.meshb -g ${geomfile} -m ega.metric -o ega1.meshb -s 2
${two}/ref adapt -i ega.meshb -g ${geomfile} -m ega.metric -x ega1.meshb -s 2
Expand Up @@ -17,12 +17,12 @@ geomfile=ega.egads
# ${two}/ref_geom_test ${geomfile} ega.meshb

${two}/ref_acceptance ega.meshb ega.metric 0.1
${two}/ref adapt ega.meshb -g ${geomfile} -m ega.metric -o ega1.meshb -t
${two}/ref adapt ega.meshb -g ${geomfile} -m ega.metric -x ega1.meshb -t
mv ref_gather_movie.tec ega1_movie.tec
${two}/ref_acceptance ega1.meshb ega1.metric 0.1
${two}/ref_metric_test ega1.meshb ega1.metric > accept-cube-cylinder-uniform-01.status

${two}/ref adapt ega1.meshb -g ${geomfile} -m ega1.metric -o ega2.meshb -t
${two}/ref adapt ega1.meshb -g ${geomfile} -m ega1.metric -x ega2.meshb -t
mv ref_gather_movie.tec ega2_movie.tec
${two}/ref_acceptance ega2.meshb ega2.metric 0.1
${two}/ref_metric_test ega2.meshb ega2.metric > accept-cube-cylinder-uniform-02.status
Expand Down

0 comments on commit 06454a1

Please sign in to comment.