[petsc-dev] [Bitbucket] Pull request #109: Added at test, simplified version of ex11, convergence test. Uses differencing to produce matrix in stand alone code, fixed SNES to support this. (petsc/petsc)
Jed Brown
jedbrown at mcs.anl.gov
Thu Oct 24 14:53:06 CDT 2013
"Mark F. Adams" <mfadams at lbl.gov> writes:
>>
>> $ git checkout -b madams/sr-driver3 knepley/feature-plex-refine-3d
>> $ git merge knepley/fix-plex-ghost-cells
>> $ git cherry-pick [sha1 for "start of segmental refinement"]
>
> I did:
>
> 575 git checkout -b madams/sr-driver4 origin/knepley/feature-plex-refine-3d
> 576 git merge knepley/fix-plex-ghost-cells
> 577 git merge origin/knepley/fix-plex-ghost-cells
> 578 git cherry-pick 08d4e56
>
> 13:36 madams/sr-driver4 ~/Codes/petsc$ git cherry-pick 08d4e56
> error: could not apply 08d4e56... start of driver for segmetal refimenent.
> hint: after resolving the conflicts, mark the corrected paths
> hint: with 'git add <paths>' or 'git rm <paths>'
> hint: and commit the result with 'git commit'
> 13:37 1 madams/sr-driver4|CHERRY-PICKING ~/Codes/petsc$ git status
> # On branch madams/sr-driver4
> # Your branch is ahead of 'origin/knepley/feature-plex-refine-3d' by 152 commits.
> # (use "git push" to publish your local commits)
> #
> # You are currently cherry-picking.
> # (fix conflicts and run "git cherry-pick --continue")
> # (use "git cherry-pick --abort" to cancel the cherry-pick operation)
> #
> # Unmerged paths:
> # (use "git add <file>..." to mark resolution)
> #
> # both added: src/ts/examples/tutorials/ex31.c
> # both modified: src/ts/examples/tutorials/makefile
> #
> # Untracked files:
You have to edit these files to fix and remove the conflict markers.
You can use "git mergetool" if you have a favorite merge tool.
-------------- 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/20131024/b5cd3d16/attachment.sig>
More information about the petsc-dev
mailing list