<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 14, 2016 at 11:40 AM, Gideon Simpson <span dir="ltr"><<a href="mailto:gideon.simpson@gmail.com" target="_blank">gideon.simpson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Is this change going to be part of the next patch release, or the eventual 3.7?</div></blockquote><div><br></div><div>Its in master, so it will be 3.7</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">-gideon</span>

</div>
<br><div><blockquote type="cite"><div>On Jan 14, 2016, at 10:42 AM, Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:</div><br><div><div>Hopefully all changes should be documented in the changes file..<br><br><a href="http://www.mcs.anl.gov/petsc/documentation/changes/dev.html" target="_blank">http://www.mcs.anl.gov/petsc/documentation/changes/dev.html</a><br><br>You can use git to find out more info..<br><br>balay@asterix /home/balay/petsc (master=)<br>$ git grep PetscOptionsGetScalar include/<br>include/petscoptions.h:PETSC_EXTERN PetscErrorCode PetscOptionsGetScalar(PetscOptions,const char[],const char[],PetscScalar *,PetscBool *);<br>include/petscoptions.h:PETSC_EXTERN PetscErrorCode PetscOptionsGetScalarArray(PetscOptions,const char[],const char[],PetscScalar[],PetscInt *,PetscBool *);<br>balay@asterix /home/balay/petsc (hzhang/update-networkex=)<br>$ git annotate include/petscoptions.h |grep PetscOptionsGetScalar<br>c5929fdf       (Barry Smith           2015-10-30 21:20:21 -0500 17)PETSC_EXTERN PetscErrorCode PetscOptionsGetScalar(PetscOptions,const char[],const char[],PetscScalar *,PetscBool *);<br>c5929fdf       (Barry Smith           2015-10-30 21:20:21 -0500 20)PETSC_EXTERN PetscErrorCode PetscOptionsGetScalarArray(PetscOptions,const char[],const char[],PetscScalar[],PetscInt *,PetscBool *);<br>balay@asterix /home/balay/petsc (hzhang/update-networkex=)<br>$ git show -q c5929fdf<br>commit c5929fdf3082647d199855a5c1d0286204349b03<br>Author: Barry Smith <<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>><br>Date:   Fri Oct 30 21:20:21 2015 -0500<br><br>    Complete update to new PetscOptions interface<br>balay@asterix /home/balay/petsc (hzhang/update-networkex=)<br>$ gitk c5929fdf<br><br>etc..<br><br>Satish<br><br><br>On Thu, 14 Jan 2016, Gideon Simpson wrote:<br><br><blockquote type="cite">I know I did a git pull recently, but when did that change?  What’s the fifth argument represent?<br><br>-gideon<br><br><blockquote type="cite">On Jan 13, 2016, at 11:54 PM, Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:<br><br>On Wed, 13 Jan 2016, Gideon Simpson wrote:<br><br><blockquote type="cite">I haven’t seen this before:<br><br>/mnt/HA/opt/openmpi/intel/2015/1.8.1-mlnx-ofed/bin/mpicc -o fixed_batch.o -c -fPIC  -wd1572 -g   -I/home/simpson/software/petsc/include -I/home/simpson/software/petsc/arch-linux2-c-debug/include -I/mnt/HA/opt/openmpi/intel/2015/1.8.1-mlnx-ofed/include   -Wall `pwd`/fixed_batch.c<br>/home/simpson/projects/dnls/petsc/fixed_batch.c(44): warning #167: argument of type "PetscScalar={PetscReal={double}} *" is incompatible with parameter of type "const char *"<br>     PetscOptionsGetScalar(NULL,"-xmax",&xmax,NULL);<br>                                        ^<br><br>/home/simpson/projects/dnls/petsc/fixed_batch.c(44): error #165: too few arguments in function call<br>     PetscOptionsGetScalar(NULL,"-xmax",&xmax,NULL);<br></blockquote><br>Try:<br><br>     PetscOptionsGetScalar(NULL,NULL,"-xmax",&xmax,NULL);<br><br>Satish<br></blockquote><br><br></blockquote></div></div></blockquote></div><br></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>