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 bcc4c89 commit aa60663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_all_qps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Tool Name,Problem Name,Hessian dim,Hessian NNZ,# of Eq Constraints,Eq Cons


#for in_iter in {20,5,10}; do
for eps in {3,6,9}; do
#for eps in {3,6,9}; do
#eps=3;
out_iter=$in_iter;
#for reg_diag in {7..11}; do
Expand Down Expand Up @@ -341,7 +341,7 @@ f=0

for f in {1..3};
do
${BINLIB} 1 $PATHQP/matt_qp${f}_hP.mtx $PATHQP/matt_qp${f}_q.mtx none none $PATHQP/matt_qp${f}_C.mtx $PATHQP/matt_qp${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Matt" "Contact sim" "Contact Simulation";
${BINLIB} 1 $PATHQP/matt_qp${f}_hP.mtx $PATHQP/matt_qp${f}_q.mtx none none $PATHQP/matt_qp${f}_C.mtx $PATHQP/matt_qp${f}_d.mtx $reg_diag $out_iter $in_iter $eps $tol $sol_mod "Matt" "Contact simulator" "Contact Simulation";
printf "Contact simulation,"
echo ""
done
Expand Down Expand Up @@ -523,6 +523,6 @@ echo ""
fi


done
#done
#done
#done

0 comments on commit aa60663

Please sign in to comment.