Re: [petsc-dev] fun plots

2013-07-30 Thread Hong Zhang
Why Satish and several petsc developers are missing from the list of contributors? Hong On Tue, Jul 30, 2013 at 12:11 AM, Aron Ahmadia wrote: > In which Barry discovers the joys of GitHub :) > > Have you gotten started with hub yet? > > https://github.com/github/hub > > > On Tue, Jul 30, 2013 a

Re: [petsc-dev] fun plots

2013-07-30 Thread Jed Brown
Hong Zhang writes: > Why Satish and several petsc developers are missing from the list of > contributors? That list only includes people with GitHub accounts that have matching email addresses registered. pgpoDBUGGdmyU.pgp Description: PGP signature

Re: [petsc-dev] fun plots

2013-07-30 Thread Barry Smith
On Jul 30, 2013, at 12:11 AM, Aron Ahmadia wrote: > In which Barry discovers the joys of GitHub :) > > Have you gotten started with hub yet? > > https://github.com/github/hub Github really sucks. I go to that page and I have absolutely no idea what hub does nor how to find more informatio

Re: [petsc-dev] fun plots

2013-07-30 Thread Karl Rupp
Hi Barry, did you scroll down? ;-) Best regards, Karli On 07/30/2013 08:24 AM, Barry Smith wrote: On Jul 30, 2013, at 12:11 AM, Aron Ahmadia wrote: In which Barry discovers the joys of GitHub :) Have you gotten started with hub yet? https://github.com/github/hub Github really suck

Re: [petsc-dev] fun plots

2013-07-30 Thread Barry Smith
On Jul 30, 2013, at 8:32 AM, Karl Rupp wrote: > Hi Barry, > > did you scroll down? ;-) Two stars of the "Real Housewives of New Jersey" are scheduled to make initial court appearances on federal fraud charges. Teresa Giudice and her husband Giuseppe "Joe" Giudice were due in federal court Tu

Re: [petsc-dev] fun plots

2013-07-30 Thread Jed Brown
Barry Smith writes: >> Have you gotten started with hub yet? >> >> https://github.com/github/hub > >Github really sucks. I go to that page and I have absolutely no >idea what hub does nor how to find more information. No Overview, >no Wiki, o nothing! It's a hipster command-line clie

Re: [petsc-dev] fun plots

2013-07-30 Thread Aron Ahmadia
hub clone jedbrown/jedsmail cd jedsmail git checkout -b origin/jed_sucks_typewriters echo "suck on mah hipster typewriter!" > msg git commit -am "told Jed how I feel about him" hub pull-request -m "typewriters for you" hub browse On Tue, Jul 30, 2013 at 8:41 AM, Jed Brown wrote: > Barry Smith

Re: [petsc-dev] fun plots

2013-07-30 Thread Jed Brown
Aron Ahmadia writes: > hub clone jedbrown/jedsmail That's sooo much easier, how did I ever manage without it. $ git clone github:jedbrown/jedsmail > cd jedsmail > git checkout -b origin/jed_sucks_typewriters > echo "suck on mah hipster typewriter!" > msg > git commit -am "told Jed how I feel a

Re: [petsc-dev] fun plots

2013-07-30 Thread Karl Rupp
Hey, Yes, because we always put the important information down below some totally irrelevant information that most people never need that takes up the whole screen. START with the overview information, who's got time to scroll on a cellphone. Actually, there is some headline which is su

[petsc-dev] Deprecated PETSc functions and Fortran codes?

2013-07-30 Thread Richard Tran Mills
Hi Folks, Is there a way to deprecate PETSc functions that will work with Fortran codes? In include/petscdmda.h I have PETSC_DEPRECATED("Use DMLocalToLocalBegin()") PETSC_STATIC_INLINE PetscErrorCode DMDALocalToLocalBegin(DM dm,Vec g,InsertMode mode,Vec l) {return DMLocalToLocalBegin(dm,g,m

[petsc-dev] many outstanding pull requests

2013-07-30 Thread Barry Smith
   We have a bunch of outstanding pull requests that have been hanging around for a while that should get resolved. How do we manage this?BarryFSmith#67: hdf5 installed without zlib should configure without neededing zlib dependencyComments 5 2013-07-23psanan#70: Added MatSetUp calls to TS tutorial

[petsc-dev] future of PetscSubcomm

2013-07-30 Thread Barry Smith
Jed, Hong and I were discussing MatGetRedundantMatrix() etc and she mention that you don't like PetscSubcomm. I suggested removing the PetscSubcomm object from PETSc but retaining the functionality of PetscSubcomm by putting the subcomm information into an MPI attribute inside an MPI_Com