Ok. Being a git novice, I don't know how to pull from my branch. I tried: git clone https://bitbucket.org/petsc/petsc.git/ cd petsc git checkout -b pm/aijcusparse-icc
However, I don't see the changes which include the ICC functionality. What am I doing wrong? I also tried the following which didn't work. git checkout -b remotes/origin/pm/aijcusparse-icc What am I doing wrong? -Paul > On Wed, Mar 20, 2013 at 10:05 AM, Paul Mullowney <paulm at txcorp.com > <mailto:paulm at txcorp.com>> wrote: > > Is my aijcusparse-icc branch going to get merged into next? Do I > need to do this? Do I have permissions? > > > Looking at our previous discussion, there were still a number of > points that were commented on in the email thread, but not addressed. > You didn't send an updated patch or a new pull request. > > I put what you had in a branch here, and fixed a couple more things. > You should checkout this branch and make sure all points from the > email thread have been addressed. Then push it to your fork and make a > pull request. We'll comment on the pull request if anything else is > needed, otherwise we'll merge it into 'next'. > > https://bitbucket.org/petsc/petsc/compare/pm/aijcusparse-icc..master#diff > > Thanks, > -Paul > > This is a reminder that we are planning a release soon > thus one should start testing and moving completed work over > to the git next branch for nightly testing and then on to master. > > Barry > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130320/87af905f/attachment.html>
