| 4d2865ac | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Enable concurrent execution - Should fallback to serial evaluation, but we might want a flag for this |
| 5aab0b90 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Removing dependence cycles - Cannot depend on oneself (a depressing realization) - Make cannot depend on MPI - MPI implementations cannot depend on MPI - debugging cannot depend on setComp
Configure: Removing dependence cycles - Cannot depend on oneself (a depressing realization) - Make cannot depend on MPI - MPI implementations cannot depend on MPI - debugging cannot depend on setCompilers - PETSc cannot depend on mpi4py and petsc4py
show more ...
|
| a75b4e77 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Allow thread local logging |
| a9df3366 | 01-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu: add a fallback url for --download-superlu |
| 56809b6e | 01-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
hypre: update to using version 2.10.0b |
| 9f864fb2 | 01-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: do not build externalpackages with -Wall. This broke openmpi - and polluted configure.log anyway. |
| 7e17fc20 | 28-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: use updated tarball with fixes for opensolaris build |
| 3ff47f12 | 28-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
mumps: update tarball with 'makefile' patches required for freebsd/make |
| e8f71354 | 22-Jan-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: add in --download-superlu_dist-gpu [for enabling GPU code]
Also requires openmp? |
| 898292b4 | 22-Jan-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: remove NOOPTS [as its unused]. Also reformat CDEFS in make.inc |
| 4ece6b3f | 22-Jan-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: add in gnumake check |
| d885f213 | 20-Jan-2015 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: initial port to superlu_dist_4.0 - requires c99 compiler to build - so add a configure check for c99 - update sources with mc64id_ -> mc64id_dist, and LUstructInit() changes. * still ha
superlu_dist: initial port to superlu_dist_4.0 - requires c99 compiler to build - so add a configure check for c99 - update sources with mc64id_ -> mc64id_dist, and LUstructInit() changes. * still has conflict with superlu [mc64dd_,mc64ed_,mc64fd_]
show more ...
|
| c07b7b3a | 27-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-configure-lib-search' |
| efa5f908 | 27-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix cusp build. What 'libdir' do you use for packages that don't have any lib files? |
| 0e585a14 | 26-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'sarich/feature-configure-chombo' |
| 1eb83d32 | 26-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/download-trilinos' |
| 3d18ddba | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix for --download-fblaslapack triggered by removal of the duplicate call to checkDownload() |
| 95da71ca | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: --download-package=ifneeded option is long gone. So cleaning up corresponding code. |
| 4d3c5e81 | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: skip non-existant dirs in generateGuesses() |
| 201f1e85 | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: usage of self.libdir in generateLibList() was a hack to deal with 'd=lib'. Now we are using d='' for this case - so the hack is removed. |
| af862341 | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: remove duplicate of package.py:getSearchDirectories() code from externalpackages. Also do not use '/usr' in search paths [compilers search here automatically] |
| e6c651c9 | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: update library search to automatically check default compiler libraries [when d=''] - note: with --with-download-package or --with-package-dir/lib option [here d != ''] the corresponding
configure: update library search to automatically check default compiler libraries [when d=''] - note: with --with-download-package or --with-package-dir/lib option [here d != ''] the corresponding [dowload/-dir location] libs are searched [and not the compiler libs] - and cleanup empty self.liblist in various packages - when mpi-compiler wrappers are used - use NULL liblist explicitly [so as to use compiler libraries when --download-mpich or --with-mpi-dir options are used]
show more ...
|
| 9555df77 | 26-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix getSearchDirectories() to respect d='' as default compiler library paths. |
| e9437f54 | 24-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
metis/parmetis: upgrade to metis-5.1.0-p1 and parmetis-4.0.3-p1 in sync with mumps upgrade This reverts (the previous revert): 1b7e3bd55838d371ddd02a40d917b956da7e0106
Now the following test works f
metis/parmetis: upgrade to metis-5.1.0-p1 and parmetis-4.0.3-p1 in sync with mumps upgrade This reverts (the previous revert): 1b7e3bd55838d371ddd02a40d917b956da7e0106
Now the following test works fine. http://lists.mcs.anl.gov/pipermail/petsc-dev/2013-September/012853.html valgrind --tool=memcheck -q ./ex55 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -ksp_view -ne 128
show more ...
|
| d341cd04 | 24-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
update to MUMPS-5.0.0 |