| 6546bd9a | 29-Feb-2012 |
Sean Farley <sean@mcs.anl.gov> |
metis: pass cflags to cmake
Hg-commit: d044f827915ef20a7046f415521cafe6b015c361 |
| 5e2adb10 | 26-Feb-2012 |
Jed Brown <jed@59A2.org> |
Support more extreme alignment
Hg-commit: c3e80adc3956f47d08cd5124395f6bbc0964433c |
| 3147a202 | 26-Feb-2012 |
Sean Farley <sean@mcs.anl.gov> |
mumps: update to newest patched version 4.10.0-p2
This fixes a bug introduced in the custom patch to fix MUMPS dependency on METIS 5.0.2 that was reported here: http://lists.mcs.anl.gov/pipermail/pe
mumps: update to newest patched version 4.10.0-p2
This fixes a bug introduced in the custom patch to fix MUMPS dependency on METIS 5.0.2 that was reported here: http://lists.mcs.anl.gov/pipermail/petsc-dev/2012-February/007508.html
Hg-commit: 78433e06475e4f24f4c74622fc87dad9410d49b5
show more ...
|
| 60f76f78 | 25-Feb-2012 |
Sean Farley <sean@mcs.anl.gov> |
parmetis: rip out dependency on gnumake and call cmake directly
This also adds 64-bit indices and double precision options explicitly to the cmake configure for better self.installNeeded matching
H
parmetis: rip out dependency on gnumake and call cmake directly
This also adds 64-bit indices and double precision options explicitly to the cmake configure for better self.installNeeded matching
Hg-commit: 49bbeadda0b4485c1546f3b8f5765f073b472e5c
show more ...
|
| bae6c161 | 24-Feb-2012 |
Sean Farley <sean@mcs.anl.gov> |
metis: rip out dependency on gnumake and call cmake directly
Hg-commit: a4d58333086211d24e4c3a75e9bc5be5e8beee04 |
| 5408f413 | 24-Feb-2012 |
Sean Farley <sean@mcs.anl.gov> |
metis: enable single precision
Hg-commit: 46cc1c335f7955c2e8747a63f038aea170fd8624 |
| 982cb9f5 | 14-Feb-2012 |
Jed Brown <jed@59A2.org> |
Source code, makefiles, and output should not be executable
Hg-commit: b7a5317c393eff1636dfaf28894f18ed4657b2ca |
| f6493340 | 07-Feb-2012 |
Satish Balay <balay@mcs.anl.gov> |
update to latest txpetscgpu-0.0.5.tar.gz tarball
Hg-commit: 2077844a3809d8447c8f3d253e102ac7db16aa97 |
| 29595ef7 | 06-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Fixed CUDA configure for batch mode
Hg-commit: c49736ff1b72390106a7bbad90e6149e0235e03d |
| 38ecfe64 | 02-Feb-2012 |
Satish Balay <balay@mcs.anl.gov> |
change nanosleep() test to a custom test for c89
Hg-commit: 40e8146149d1a308f467696c5bd08c0092021711 |
| 5a9b9e01 | 24-Jan-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
turned off confusing logging for eigen estimator, cleaned up repartitioning code: removed my hack to protect parmetis and aded dumb processor aggregation w/o repartitioning.
Hg-commit: 668967087563a
turned off confusing logging for eigen estimator, cleaned up repartitioning code: removed my hack to protect parmetis and aded dumb processor aggregation w/o repartitioning.
Hg-commit: 668967087563aae3b1328539102ddbe5b38852f4
show more ...
|
| 6c2d2358 | 24-Jan-2012 |
Satish Balay <balay@mcs.anl.gov> |
add error check for using gnu compilers with cuda
Hg-commit: 920c125c4fedf3d6c83f622d5a157db57099846f |
| 200321eb | 22-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
switch to latex txpetscgpu.py
Hg-commit: b4086d236fb35071ea565635e24ea99d70deeaac |
| 244fb01f | 02-Dec-2011 |
Satish Balay <balay@mcs.anl.gov> |
#98364 fix x11 usage from zoltan
Hg-commit: d7b881216ffe862d12bc039e3b6d3aff919899a0 |
| 31234a2c | 16-Nov-2011 |
Satish Balay <balay@mcs.anl.gov> |
if __float128 is requested - error out if quadmath is not found.
Hg-commit: b881c9f849e0ba6587810371463e5da1eb8cac33 |
| e402833b | 10-Nov-2011 |
Satish Balay <balay@mcs.anl.gov> |
#95802 hypre can be installed on windows [manually by user]
Hg-commit: 38850063f8951d3c0f5b4c4c5ddc609f71aa3798 |
| 270d83af | 25-Oct-2011 |
Jed Brown <jed@59A2.org> |
[petsc-maint #91419] Bug in MUMPS build script (John Fettig)
On line 93 of config/PETSc/packages/MUMPS.py, it says "INC = $(INCPAR)". It should say "INCS = $(INCPAR)", the MUMPS makefiles look for
[petsc-maint #91419] Bug in MUMPS build script (John Fettig)
On line 93 of config/PETSc/packages/MUMPS.py, it says "INC = $(INCPAR)". It should say "INCS = $(INCPAR)", the MUMPS makefiles look for $(INCS), not $(INC). For people that don't have MPI installed system-wide, this makes the MUMPS build fail if you use --with-mpi-include=
Hg-commit: 5b846719be382606b6c4621d51dfc0f7613adb8e
show more ...
|
| b795ffc2 | 30-Sep-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fixed error reporting in MUMPS configure
Hg-commit: 92bc43b7f7d49de6ecf8f565bf5cc4800ca6db2f |
| 51c7c132 | 23-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added support PetscOpenSocket/read and write.m for float64 type add display to Matlab.py so it can display version for MATLAB R2011.b and configure work x
Hg-commit: ad752bcd018b86b8a5845174ec3f6a80
added support PetscOpenSocket/read and write.m for float64 type add display to Matlab.py so it can display version for MATLAB R2011.b and configure work x
Hg-commit: ad752bcd018b86b8a5845174ec3f6a80788dff08
show more ...
|
| be6d33c6 | 22-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
enable superlu_dist on windows
Hg-commit: b3f9908a93d6801a306430d3d8dc9db160785448 |
| 49594623 | 21-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
enable superlu on Windows
Hg-commit: bed42ad2c5fc22e106e9becac250843ea65cd194 |
| 89cf2ef5 | 20-Sep-2011 |
Jose Roman <jroman@dsic.upv.es> |
Update Party and Chaco urls
Hg-commit: eaee123b9c40ca3181ced5d51b9dfa2ad2142cf8 |
| 12ea9bde | 19-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
use updated sowing - that works with /*J formatted comments
Hg-commit: cc704e75df27afaa516f643b43e911e8e207cc52 |
| 232b85de | 14-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
#86927 fix '---' for sowing options in configure --help
Hg-commit: 727dec2dda9ca7759696379c1ba11c1cf58cf839 |
| 24edbb7e | 13-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
#86711 Build broken --with-pthreadclasses
Hg-commit: 5257a3396ef1f24957539b229a99be2518294622 |