<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I know I did a git pull recently, but when did that change?  What’s the fifth argument represent?<div class=""><br class=""><div class="">
<span class="Apple-style-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; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">-gideon</span>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jan 13, 2016, at 11:54 PM, Satish Balay <<a href="mailto:balay@mcs.anl.gov" class="">balay@mcs.anl.gov</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Wed, 13 Jan 2016, Gideon Simpson wrote:<br class=""><br class=""><blockquote type="cite" class="">I haven’t seen this before:<br class=""><br class="">/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 class="">/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 class="">      PetscOptionsGetScalar(NULL,"-xmax",&xmax,NULL);<br class="">                                         ^<br class=""><br class="">/home/simpson/projects/dnls/petsc/fixed_batch.c(44): error #165: too few arguments in function call<br class="">      PetscOptionsGetScalar(NULL,"-xmax",&xmax,NULL);<br class=""></blockquote><br class="">Try:<br class=""><br class="">      PetscOptionsGetScalar(NULL,NULL,"-xmax",&xmax,NULL);<br class=""><br class="">Satish</div></div></blockquote></div><br class=""></div></body></html>