Skip to content

Commit

Permalink
WIP: fixing bounded to smp
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshmi committed Jun 6, 2020
1 parent aa60663 commit 86f8d92
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions run_all_qps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,22 @@ do
echo ""
done

f=0
${BINLIB} 1 $PATHQP/Beam_floor${f}_hP.mtx $PATHQP/Beam_floor${f}_q.mtx none none $PATHQP/Beam_floor${f}_C.mtx $PATHQP/Beam_floor${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Beam" "GAUSS Repository" "Contact Simulation";
printf "Contact simulation,"
echo ""

for f in {131..289};
for f in {130..289};
do
${BINLIB} 1 $PATHQP/Beam_floor${f}_hP.mtx $PATHQP/Beam_floor${f}_q.mtx none none $PATHQP/Beam_floor${f}_C.mtx $PATHQP/Beam_floor${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Beam" "GAUSS Repository" "Contact Simulation";
printf "Contact simulation,"
echo ""
done

f=338
${BINLIB} 1 $PATHQP/Beam_floor${f}_hP.mtx $PATHQP/Beam_floor${f}_q.mtx none none $PATHQP/Beam_floor${f}_C.mtx $PATHQP/Beam_floor${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Beam" "GAUSS Repository" "Contact Simulation";
printf "Contact simulation,"
echo ""

#for f in {0..47};
#do
Expand All @@ -438,7 +446,8 @@ done
# echo ""
#done

for f in {2..399};

for f in {2..524};
do
${BINLIB} 1 $PATHQP/Cube_floor${f}_hP.mtx $PATHQP/Cube_floor${f}_q.mtx none none $PATHQP/Cube_floor${f}_C.mtx $PATHQP/Cube_floor${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Cube" "GAUSS Repository" "Contact Simulation";
printf "Contact simulation,"
Expand Down

0 comments on commit 86f8d92

Please sign in to comment.