<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
behavior, thus I think it's acceptable to backport.<br>
<br>
Consequently, I've cherry-picked this back onto 'maint-3.2'.<br>
<br>
  <a href="https://bitbucket.org/petsc/petsc/commits/branch/maint-3.2" target="_blank">https://bitbucket.org/petsc/petsc/commits/branch/maint-3.2</a><br>
<br>
<br></blockquote><div><br>Dear Debian Science Maintainers,<br><br>Do you think it is possible to apply this change to Petsc Debian<br>package for Wheezy? I just re-built the package with the fix<br>applied and the regression is gone.<br>
<br>I guess a similar effect could be achieved by using the most recent<br>upstream for 3.2 (this would be "old stable" Petsc).<br><br>I am not familiar with proper procedure so I attach a "git format-patch"<br>
output for Debian Science petsc repo for the "wheezy" branch.<br><br>Alexei<br> <br>$ mpicc -I/usr/include/petsc a.c -lpetsc<br>$ ./a.out<br>without --test option <br>op1: 1<br>op2: 2<br>$ ./a.out  --test<br>with --test option<br>
op1: 1<br>op2: 2<br>$ ./a.out  --test --op1 42<br>with --test option<br>op1: 42<br>op2: 2<br>$ ./a.out  --test --op1 42 --op2 24<br>with --test option<br>op1: 42<br>op2: 24<br>$ ./a.out  --op1 42 --test --op2 24<br>with --test option<br>
op1: 42<br>op2: 24<br>$ ./a.out  --op1 42 --op2 24<br>without --test option <br>op1: 42<br>op2: 24<br><br></div></div><br>