| 7f6f91b5 | 17-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
try again! keep tests that work with openmpi - and set others to run only with mpich |
| 0cb8e637 | 16-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-adjoint-prelim'
* knepley/feature-plex-adjoint-prelim: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13:
Merge branch 'knepley/feature-plex-adjoint-prelim'
* knepley/feature-plex-adjoint-prelim: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13: Update test output PetscFE: Complex fixes for PetscFEIntegrate() SNE ex13: Got adjoint solution and almost have a good error estimate Section: Fix init in PetscSectionCreateSupersection() DM: Remove debugging view SNES ex13: Updated output after fix Section: If global section allocates bc indices, must copy them Section: Cleaned up PetscSectionCreateGlobalSection() - Used local variable and added input checks Bib: Added pages Section: Fix leaks in DMCreateSuperDM() SNES ex13: Adding adjoint capability DM: Use new PetscGlobalMinMaxInt() DM: Added DMCreateSuperDM() Plex: Refactor computation of integrals over the domain - Added DMPlexComputeCellwiseIntegral() PetscFE: Fix PetscFEIntegrate() for multicomponent integrals Adaptor: Use new PetscGlobalMinMaxInt() Section: Added PetscSectionCreateSupersection() - This merges several sections together Vec+Doc: Fix docs for VecISAXPY() Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying ...
show more ...
|
| de77b64d | 16-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
convert another directory to new test harness
Commit-type: testing-fix |
| fb37b51f | 16-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
converted another directory to new test harness
Commit-type: testing-fix |
| 29faada8 | 16-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
converted another example to new test harness
Commit-type: testing-fix |
| 7eb1da0b | 16-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Revert "PETSC_HAVE_MPI_WIN_CREATE currently works only with MPICH"
This reverts commit 0fb5cb5d01acde737cfa404645086157e144aa82. |
| 0fb5cb5d | 16-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
PETSC_HAVE_MPI_WIN_CREATE currently works only with MPICH |
| abe354c1 | 15-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix testing in example code that was generated by Scott's tool but not hand fixed by Barry as he should have.
Commit-type: testing-fix,style-fix |
| 5aab8433 | 15-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/test-harnes-vec-tests' into balay/test |
| 25df95e8 | 15-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-vecdestroy-cuda' |
| 0a824bbd | 15-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
nightlybuild fixes:
fedora arch-linux-cxx-cmplx-pkgs-64idx /sandbox/petsc/petsc.next-2/src/sys/classes/draw/examples/tests/ex4f.F:23:17:
value = i/256.0 1 Warning: Possibl
nightlybuild fixes:
fedora arch-linux-cxx-cmplx-pkgs-64idx /sandbox/petsc/petsc.next-2/src/sys/classes/draw/examples/tests/ex4f.F:23:17:
value = i/256.0 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion]
cg arch-linux-without-fc: /bin/sh: -c: command not found make[2]: *** [arch-linux-without-fc/tests/src/vec/vec/examples/tutorials/ex7f.o] Error 127
show more ...
|
| 65b2b5ee | 15-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection |
| 0d4a8fc1 | 14-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
test: defined -> define |
| 9c01e79d | 14-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix example so that output from each process is in order using subviewer
Commit-type: bug-fix, portability-fix, testing-fix,style-fix Reported-by: nightly builds |
| e9bdb422 | 13-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
cusp: update outptut file for example.
This example was not getting run previously - so don't know if the output is correct |
| 826b3ad7 | 12-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
missing ! comment indicator in test definition
Commit-type: bug-fix, portability-fix, testing-fix Reported-by: nightly build Thanks-to: Satish Balay <balay@mcs.anl.gov> |
| 0ace531d | 12-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes to get VecScatter MPI3 code to work properly without MPI 3 support
Commit-type: bug-fix, portability-fix, testing-fix |
| 3bbc53fb | 11-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Update code so that MPI3 based vector scatter on node is compiled out when MPI 3 is not available.
Commit-type: portability-fix Reported-by: Hong Zhang <hzhang@mcs.anl.gov> |
| 85c47f97 | 30-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename: add _MPI3 to mpi3 functions |
| cdf74e0d | 30-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup: remane xxxMPI1_xxx() -> xxx_xxx_MPI1 |
| fa110396 | 29-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
add flag mpi3 to _p_VecScatter; cleanup |
| d9b4ca63 | 28-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm vscat_mpi1.c |
| aeda0f58 | 28-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm duplicate routines |
| c2320aa3 | 27-Nov-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename VecScatterCreateMPI1 -> VecScatterCreate_MPI1 |
| 7df5a95a | 13-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
remove duplicate definition of VEC_SCATTER_CLASSID
arch-linux-cxx-cmplx-pkgs-64idx/obj/src/vec/vec/utils/vscat_mpi1.o: In function `std::complex<double>::real() const': /sandbox/balay/petsc.y/src/ve
remove duplicate definition of VEC_SCATTER_CLASSID
arch-linux-cxx-cmplx-pkgs-64idx/obj/src/vec/vec/utils/vscat_mpi1.o: In function `std::complex<double>::real() const': /sandbox/balay/petsc.y/src/vec/vec/utils/vscat_mpi1.c:50: multiple definition of `VEC_SCATTER_CLASSID' arch-linux-cxx-cmplx-pkgs-64idx/obj/src/vec/vec/utils/vscat.o:/sandbox/balay/petsc.y/src/vec/vec/utils/vscat.c:50: first defined here
show more ...
|