| 060875bc | 08-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure |
| d9d2e931 | 08-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
release: set v3.6 strings |
| 4dab1186 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Turn off debugging |
| 3cafa982 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: When calling an embedded module, you must save and restore the log |
| 1b3ef0b3 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Have filterPreprocessOutput() take a log |
| 7fca349c | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Changed is*() static functions to take a log argument |
| 7908f030 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: executeShellCommand() should always take the log argument |
| 06c333c9 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Debugging to find all non-conforming uses of submodules |
| 3aa08225 | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Fix for package logging - When using a submodule, must save and restore the log |
| 8dccf9bd | 09-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Put module error message in saved log |
| 3eb4fd7c | 08-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: default to useThreads= 0as the useThreads=1 code currently prints output in jumbled order [producing hard to read configure.log] |
| 3759644b | 06-Jun-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-apple-install' |
| e6e75211 | 06-Jun-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
updates for generating Apple installations due to changes in locations of include files |
| df28e85a | 06-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: do not fail when checking MPICH version [similar to 2cadc8fc42fbad3c229d43b955581b8d29e02ad6 ] |
| e0a86e62 | 06-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: cleanup conftestval [its left arround when using --with-mpi=0] [even if configure messesup - make sure this file doesn't get into tarball |
| 86ea1a45 | 03-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
partially revert: 7abea86e8731987ee9482eb182ac40bd9e1f9574 breaks opensolaris build 'shared' target. |
| 117f1f8b | 02-Jun-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'sarich/feature-configure-xsdk' |
| 7abea86e | 02-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: add in libdir='' for default compiler paths.. |
| 520cdd9d | 01-Jun-2015 |
Satish Balay <balay@mcs.anl.gov> |
parmetis: used updated tarball that has ParMETIS_ComputeVertexSeparator() - used by elemental |
| 9282c0a7 | 30-May-2015 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Plex: update the pragmatic version used for coarsening |
| f99d2097 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-snes-deflation
* master: (32 commits) MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.
Merge branch 'master' into knepley/feature-snes-deflation
* master: (32 commits) MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not. PetscOptionsStringToScalar() and hence PetscOptionsScalarArray() did not work correctly for complex numbers with negative imaginary part Have SNESCOMPOSITE honour -snes_max_fail for the number of inner solver failures it will tolerate. fiat: add fallback url added Stefano and Lisandro to PETSc authors list updated PETSc version number to 3.6 and year of publication to 2015 in the users manuals deeper cleanup of matrix when the type is reset need to call KSPSetFromOptions() after KSPSetOperators() so that command line null space is attached to correct matrix updated example output for null space not attached to KSP Doc: Acknowledge Patrick bugs in example that should never have gotten into next bug in code calling VecGetArray() on read only vector doc: seperate -> separate configure: help - prevent from printing duplcate sections - all PACAKGENAMEs should be CAPS remove C99 code from example update output from example updated list of PETSc enum objects that bfort will treat as native for generating Fortran stubs -help would print the various -xxx_type values on multiple lines making a | grep -ksp_type (for example) not list all the possible options fix memory leak as reported by the nightly tests print help message for PetscOptionsGetViewer() the message is rather long removed dead code about PETSc web server removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine bugfix as reported by PETSc blame digest (next) 2015-05-25 ...
show more ...
|
| 46d050e0 | 29-May-2015 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Plex: Update the version of pragmatic used for coarsening. |
| 88823104 | 29-May-2015 |
Jason Sarich <sarich@mcs.anl.gov> |
with-xsdk-defaults and disable-environment-variables now works |
| 7d7ead05 | 29-May-2015 |
Satish Balay <balay@mcs.anl.gov> |
fiat: add fallback url |
| f9893e7c | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Update Pragmatic - Turn off VTK |