Done.

- tim

On 12/12/2013 12:00 PM, [email protected] wrote:
Send petsc-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.mcs.anl.gov/mailman/listinfo/petsc-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of petsc-dev digest..."


Today's Topics:

    1.  nightly build question (Barry Smith)
    2. Re:  branches in the git repository (Barry Smith)
    3. Re:  branches in the git repository (Jed Brown)
    4. Re:  branches in the git repository (Satish Balay)
    5. Re:  Integer overflow inside GAMG (Mark Adams)
    6. Re:  nightly build question (Jed Brown)
    7. Re:  nightly build question (Jack Poulson)


----------------------------------------------------------------------

Message: 1
Date: Wed, 11 Dec 2013 14:30:46 -0600
From: Barry Smith <[email protected]>
To: petsc-dev <[email protected]>
Subject: [petsc-dev] nightly build question
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252


   Is this stuff that needs to be reported to Jack? Cluttering our tests

http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2013/12/11/filtered-make_next_arch-linux-pkgs-dbg-ftn-interfaces_crank.log

/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:53:14:
 warning: variable 'distribution' is used uninitialized whenever 'if' condition 
is false [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:88:9:
 warning: variable 'side' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:120:9:
 warning: variable 'orientation' is used uninitialized whenever switch default 
is taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:151:9:
 warning: variable 'diag' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:181:9:
 warning: variable 'uplo' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:70:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:127:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:205:15:
 warning: unused variable 'm' [-Wunused-variable]
?.



------------------------------

Message: 2
Date: Wed, 11 Dec 2013 20:31:42 -0600
From: Barry Smith <[email protected]>
To: Jed Brown <[email protected]>
Cc: petsc-dev <[email protected]>
Subject: Re: [petsc-dev] branches in the git repository
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252


   1) this syntax is absurd

   2) it don?t work

git push origin :barry/fix-get-create
error: unable to delete 'barry/fix-get-create': remote ref does not exist
error: failed to push some refs to '[email protected]:petsc/petsc.git'
~/Src/petsc  master $ git branch -a | grep fix-get-create
   remotes/origin/barry/fix-get-create


On Dec 10, 2013, at 12:07 AM, Jed Brown <[email protected]> wrote:


If you want to delete a branch on the server, use

$ git push origin :barry/fix-get-create



------------------------------

Message: 3
Date: Wed, 11 Dec 2013 18:33:04 -0800
From: Jed Brown <[email protected]>
To: Barry Smith <[email protected]>
Cc: petsc-dev <[email protected]>
Subject: Re: [petsc-dev] branches in the git repository
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

git fetch --prune

And read that syntax as pushing "nothing" to the remote branch.

Barry Smith <[email protected]> wrote:

  1) this syntax is absurd

  2) it don?t work

git push origin :barry/fix-get-create
error: unable to delete 'barry/fix-get-create': remote ref does not
exist
error: failed to push some refs to '[email protected]:petsc/petsc.git'
~/Src/petsc  master $ git branch -a | grep fix-get-create
  remotes/origin/barry/fix-get-create


On Dec 10, 2013, at 12:07 AM, Jed Brown <[email protected]> wrote:


If you want to delete a branch on the server, use

$ git push origin :barry/fix-get-create



------------------------------

Message: 4
Date: Wed, 11 Dec 2013 20:37:45 -0600 (CST)
From: Satish Balay <[email protected]>
To: Jed Brown <[email protected]>
Cc: petsc-dev <[email protected]>
Subject: Re: [petsc-dev] branches in the git repository
Message-ID: <alpine.LFD.2.11.1312112037120.2824@asterix>
Content-Type: text/plain; charset="utf-8"

I've been using

git remote prune origin

satish

On Wed, 11 Dec 2013, Jed Brown wrote:

git fetch --prune

And read that syntax as pushing "nothing" to the remote branch.

Barry Smith <[email protected]> wrote:

  1) this syntax is absurd

  2) it don?t work

git push origin :barry/fix-get-create
error: unable to delete 'barry/fix-get-create': remote ref does not
exist
error: failed to push some refs to '[email protected]:petsc/petsc.git'
~/Src/petsc  master $ git branch -a | grep fix-get-create
  remotes/origin/barry/fix-get-create


On Dec 10, 2013, at 12:07 AM, Jed Brown <[email protected]> wrote:


If you want to delete a branch on the server, use

$ git push origin :barry/fix-get-create



------------------------------

Message: 5
Date: Wed, 11 Dec 2013 22:07:32 -0500
From: Mark Adams <[email protected]>
To: Pierre Jolivet <[email protected]>
Cc: For users of the development version of PETSc
        <[email protected]>
Subject: Re: [petsc-dev] Integer overflow inside GAMG
Message-ID:
        <cadoheh5fql5y2utvprxwbx1uczfg1gzbze+td3m+cmzbzrr...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Yes Pierre, I have see this.  I've worked on this but I'm not sure where
the fixes are in the pipeline or what version you are using.  And it is
tedious to debug stuff at this scale... N.B. There is a real bug on some
compilers (gnu on Cray as I recall) and there is a fix in the pipe, but
this print stuff is separate.
Mark


On Wed, Dec 11, 2013 at 5:21 AM, Pierre Jolivet <[email protected]>wrote:

Hello,
I'm using PETSc without --with-64-bit-indices, and it looks like
PCGAMGFilterGraph declares variables nnz0 and nnz1 as PetscInt. Shouldn't
they be declared as Petsc64bitInt (which would default to PetscInt when
compiling with --with-64-bit-indices) ?
Here is a "funny" log of GAMG (the execution is fine nonetheless, as you
might have guessed, this is just for aesthetic consideration):

         [0]PCSetFromOptions_GAMG threshold set 1.000000e-01
         [0]PCSetUp_GAMG level 0 N=232830963, n data rows=3, n data cols=6,
nnz/row (ave)=76, np=4096
         [0]PCGAMGFilterGraph -49.2487% nnz after filtering, with threshold
0.1, -26.7705 nnz ave. (N=77610321)

Thank you,
Pierre


-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131211/6a29b788/attachment-0001.html>

------------------------------

Message: 6
Date: Wed, 11 Dec 2013 22:37:11 -0800
From: Jed Brown <[email protected]>
To: Barry Smith <[email protected]>, petsc-dev
        <[email protected]>
Cc: Jack Poulson <[email protected]>
Subject: Re: [petsc-dev] nightly build question
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

Barry Smith <[email protected]> writes:

   Is this stuff that needs to be reported to Jack? Cluttering our tests

Better to Cc him so he can see.

http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2013/12/11/filtered-make_next_arch-linux-pkgs-dbg-ftn-interfaces_crank.log

/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:53:14:
 warning: variable 'distribution' is used uninitialized whenever 'if' condition 
is false [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:88:9:
 warning: variable 'side' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:120:9:
 warning: variable 'orientation' is used uninitialized whenever switch default 
is taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:151:9:
 warning: variable 'diag' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:181:9:
 warning: variable 'uplo' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:70:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:127:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:205:15:
 warning: unused variable 'm' [-Wunused-variable]
?.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: 
<http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131211/bdc6918f/attachment-0001.pgp>

------------------------------

Message: 7
Date: Thu, 12 Dec 2013 02:30:55 -0500
From: Jack Poulson <[email protected]>
To: Jed Brown <[email protected]>, Barry Smith
        <[email protected]>,     petsc-dev <[email protected]>
Subject: Re: [petsc-dev] nightly build question
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

I just committed the fixes. Most were spurious (in particular,
complaints about returning an uninitialized variable *after* throwing an
exception...) but some were legitimate.

Jack

On 12/12/2013 01:37 AM, Jed Brown wrote:
Barry Smith <[email protected]> writes:

   Is this stuff that needs to be reported to Jack? Cluttering our tests

Better to Cc him so he can see.

http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2013/12/11/filtered-make_next_arch-linux-pkgs-dbg-ftn-interfaces_crank.log

/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:53:14:
 warning: variable 'distribution' is used uninitialized whenever 'if' condition 
is false [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:88:9:
 warning: variable 'side' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:120:9:
 warning: variable 'orientation' is used uninitialized whenever switch default 
is taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:151:9:
 warning: variable 'diag' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/core/types_impl.hpp:181:9:
 warning: variable 'uplo' is used uninitialized whenever switch default is 
taken [-Wsometimes-uninitialized]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:70:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:127:15:
 warning: unused variable 'm' [-Wunused-variable]
/sandbox/petsc/petsc.clone/arch-linux-pkgs-dbg-ftn-interfaces/include/elemental/./blas-like/./level1/Max.hpp:205:15:
 warning: unused variable 'm' [-Wunused-variable]
?.



------------------------------

_______________________________________________
petsc-dev mailing list
[email protected]
https://lists.mcs.anl.gov/mailman/listinfo/petsc-dev


End of petsc-dev Digest, Vol 60, Issue 22
*****************************************


--
================================================================
"You will keep in perfect peace him whose mind is
  steadfast, because he trusts in you."               Isaiah 26:3

             Tim Tautges            Argonne National Laboratory
         ([email protected])      (telecommuting from UW-Madison)
 phone (gvoice): (608) 354-1459      1500 Engineering Dr.
            fax: (608) 263-4499      Madison, WI 53706

Reply via email to