| 8d1b7334 | 03-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'
error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in f
Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'
error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in function MAIN__
Commit-type: portability-fix, testing-fix Reported-by: nightly tests
show more ...
|
| eadc0e49 | 02-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
removed tests from makefile that had been converted to new test harness
Commit-type: bug-fix, testing-fix Reported-by: nightly tests |
| 0f7a5dcf | 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Added PetscSectionCreateSupersection() - This merges several sections together |
| e20d1ac0 | 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Vec+Doc: Fix docs for VecISAXPY() |
| 8883cd90 | 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying |
| 8e10f984 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Vec: Small doc fix |
| 37c288b9 | 29-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Allow ISExpand() to have optional arguments |
| bd1d6830 | 29-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
ex1f90: fix outout file to match updated format statement |
| ce1ad0c2 | 28-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix fortran example that had random output because it called VecView on self communicators
Commit-type: bug-fix, portability-fix, testing-fix Reported-by: nightly tests |
| d62a7805 | 28-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
remove two test harness cases that fail because they use depends which is broken in this branch
tests are still done using old test system |
| 7fb3a752 | 28-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'maint' into psanan/docs-manual-tests-master |
| 8a80458b | 27-Nov-2017 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Do not free memory when destroying a Vec created with array |
| b9c4f99e | 27-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
PetscSF: fix typo in tutorial ex1 |
| dbf5ab2d | 27-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Vec+HDF5: Fix output for complex - Need to check for empty group name |
| e0dc713f | 27-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Vec+HDF5: Fix output for complex - Need to check for empty group name |
| 6129edda | 25-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
use test harness depends: note this does not work reported to Scott
Commit-type: testing-fix |
| 6f87f1bd | 25-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
update output file for Fortran to have spaces between numbers printed
This happened due to change in Fortran write statement formating suggested by other Fortran compiler Commit-type: portability-fi
update output file for Fortran to have spaces between numbers printed
This happened due to change in Fortran write statement formating suggested by other Fortran compiler Commit-type: portability-fix, testing-fix Reported-by: nightly builds
show more ...
|
| 24e72962 | 25-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
squeeze out unneeded spaces in Fortran macros and example
Commit-type: portability-fix |
| f1a6d5d8 | 24-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
emark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
Commit-type: portability-fix, testing-fix Reported-by: nigh
emark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
Commit-type: portability-fix, testing-fix Reported-by: nightly tests
show more ...
|
| 93bdfce9 | 22-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| f455f2b7 | 21-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add VecGetValuesSection man page |
| ab166b77 | 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 5bee3463 | 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-glvis-homesh' into maint |
| f8e4ee60 | 20-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 02884f0c | 20-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert a few more examples to new test harness
Commit-type: testing-fix |