| a74656a8 | 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
merge with master to get all the latest great stuff in master |
| 00ef0d4f | 05-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Revert bad ML fix in ba4f728f6c00f645cbd73e74de34ed390600afde |
| f147b27b | 05-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
ML cannot work with 64 bit integers and PETSc (reason given in ml.py) Several packages have redundant self.requires32bitint = 0 which is not needed since base class sets this |
| ba4f728f | 05-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Fix ML for 64-bit integers |
| 5bb5b263 | 04-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Trying to clean up use of installer, decoupled mpi4py and petsc4py from PETSc.Configure - One problem is that this changes meaning. In the pkg-config, the install dir is $PETSC_DIR instead
Configure: Trying to clean up use of installer, decoupled mpi4py and petsc4py from PETSc.Configure - One problem is that this changes meaning. In the pkg-config, the install dir is $PETSC_DIR instead of $PETSC_ADIR/$PETSC_ARCH
show more ...
|
| 052b31fc | 04-Mar-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc |
| 520fe957 | 04-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-suitesparse-32bit-bug' |
| b7096113 | 04-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/build-pkgs-without-wall' |
| 3d613860 | 04-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-hypre-2.10.0b' |
| ad690b78 | 04-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/superlu_dist_4.0' |
| bb1c9278 | 04-Mar-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/update-MUMPS_5.0.0' |
| 033104df | 04-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
suitesparse: consistancyChecks() should always check if package is enabled. |
| bb85984d | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Must capture output when rerunning configure on a required object |
| de83fae2 | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure+MPI: Remove redundant function |
| e698c9be | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Framework should print out regular errors as well |
| 9013f38b | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Replace self.log.write with self.logWrite |
| 1437db1f | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Check for Queue support - Python 2.4 should fail this |
| 0752b43f | 03-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: If --useThreads=0, use serial configuration |
| ea419b16 | 03-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
If clone don't install sowing automatically if no Fortran compiler (because it is not needed by default) |
| 1fc85a58 | 02-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
suitesparse: add fallback URL for download |
| 9e475b0d | 02-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
suitesparse: use (upstream) build defaults - and not change SuiteSparse_long during build (by PETSc).
Also remove UF_long usage in code [this was out of sync with UF_long -> SuiteSparse_long change
suitesparse: use (upstream) build defaults - and not change SuiteSparse_long during build (by PETSc).
Also remove UF_long usage in code [this was out of sync with UF_long -> SuiteSparse_long change in SuiteSparse.py]
Add error message when using 64-bit-indices on 32bit machines (as its not supported by default suitesparse build)
show more ...
|
| 34dd1d69 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Improve error logging in parallel |
| 0af682d7 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Can set the number of threads using --useThreads=<num> |
| 056dc3a8 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: functions module should depend on libraries |
| 89103215 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Objects should not use log or argDB from framework |