On Wed, 27 Sep 2017, Mark Adams wrote: > On Wed, Sep 27, 2017 at 9:00 AM, Satish Balay <[email protected]> wrote: > > > What url do you have for origin? Send output from: > > > > git config --local -l > > > > 07:53 cori01 maint= ~/petsc_install/petsc$ git config --local -l > core.repositoryformatversion=0 > core.filemode=true > core.bare=false > core.logallrefupdates=true > remote.origin.url=https://[email protected]/petsc/petsc.git > remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* > branch.master.remote=origin > branch.master.merge=refs/heads/master > branch.mark/snes-ex56c.remote=origin > branch.mark/snes-ex56c.merge=refs/heads/mark/snes-ex56c > branch.maint.remote=origin > branch.maint.merge=refs/heads/maint > branch.hzhang/fix-nonscalable-ctable-use.remote=origin > branch.hzhang/fix-nonscalable-ctable-use.merge=refs/heads/hzhang/fix-nonscalable-ctable-use > 07:53 cori01 maint= ~/petsc_install/petsc$ > > > > > > And do you have to list 'origin' in pull? [I guess you need to do that > > if you have multiple remotes?] > > > > I don't have multiple remotes > > > > > > And what do you have for: > > > > git fetch origin > > git describe origin/maint > > git describe maint > > > > 07:54 cori01 maint= ~/petsc_install/petsc$ git fetch origin > 07:55 cori01 maint= ~/petsc_install/petsc$ git describe origin/maint > v3.8 > 07:55 cori01 maint= ~/petsc_install/petsc$ git describe origin/maint
This should be 'git describe maint' Satish > v3.8 > 07:55 cori01 maint= ~/petsc_install/petsc$ > > > > Satish > > > > On Wed, 27 Sep 2017, Mark Adams wrote: > > > > > I just pulled maint but still get a message that I am out of date: > > > > > > 1072 git pull origin > > > 1073 h > > > 05:12 cori01 maint= ~/petsc_install/petsc$ ../arch-cori-knl-opt-intel.py > > > PETSC_DIR=$PWD > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > +++++++++++++++++++++++++++++++ > > > The version of PETSc you are using is out-of-date, we recommend updating > > to > > > the new release > > > Available Version: 3.8 Installed Version: 3.7.6 > > > http://www.mcs.anl.gov/petsc/download/index.html > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > +++++++++++++++++++++++++++++++ > > > ============================================================ > > =================== > > > Configuring PETSc to compile on your system > > > > > > ============================================================ > > =================== > > > > > > > >
