| efdbb304 | 09-Dec-2014 |
Satish Balay <balay@mcs.anl.gov> |
osx: fix --download-openmpi to workarround -Wall failure |
| 287c14a8 | 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-git-in-configure' |
| fe6c0e6d | 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/check-cuda-compiler-only-when-needed' |
| b513d47e | 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 62211921 | 24-Nov-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Updated bindings to 1.6.1
Includes CSR-adaptive, which provides substantial improvements for SpMV with the default aij format. |
| 5ce557e1 | 20-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 69a378fd | 20-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to filtering Preprocessor and Compiler stderr for Intel 15 |
| b3c6886e | 19-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| ae831c68 | 19-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
it is absurd to try g++ -E as the C++ preprocessor the C++ preprocessor needs to be related to the C++ compiler |
| 05be43c5 | 19-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
it is absurd to be using gcc -E as a guess for the C proprocessor The C preprocessor needs to be related to the C compiler |
| 7eb0e97a | 19-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Only check for cuda compiler if --with-cuda is given.
Checks on my machine (which ran everytime) take 16 seconds just for cuda compiler |
| 6e709e5a | 19-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
make configure more robust to corrupted .git directory remove configure handling of hg, svn, and cvs |
| 81e08676 | 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dynamic-matsolverpackageregister'
Conflicts: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu |
| 07f5aab2 | 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-sdot-handling'
Conflicts: config/BuildSystem/config/packages/BlasLapack.py |
| 57ea55fd | 11-Nov-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/config-env-paths'
Default system paths (like /usr) are now searched by default when --with-$package.
* jed/config-env-paths: config: search default paths by default config: se
Merge branch 'jed/config-env-paths'
Default system paths (like /usr) are now searched by default when --with-$package.
* jed/config-env-paths: config: search default paths by default config: set PETSC_ARCH in environment
show more ...
|
| 0f39cd5a | 08-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup for cuda builds where nvcc is not in the path fixes for cusparse solver with new organization of registration of solver packages |
| 7c855369 | 07-Nov-2014 |
Jed Brown <jed@jedbrown.org> |
config: search default paths by default
This allows --with-metis and the like to when -lmetis will be found in a default search path. Doing so prevents problems where -L/usr/lib -L/opt/mpich/lib ap
config: search default paths by default
This allows --with-metis and the like to when -lmetis will be found in a default search path. Doing so prevents problems where -L/usr/lib -L/opt/mpich/lib appear in the command line causing libraries to be found in the system path before explicitly-chosen path.
show more ...
|
| fee0b69e | 06-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
--download-hwloc=filename.tar.gz and --download-sowing=filename.tar.gz ignored the file and tried to download from ftp site
Reported-by: Xavier Lacoste <xavier.lacoste@inria.fr> |
| b79f8569 | 05-Nov-2014 |
Satish Balay <balay@mcs.anl.gov> |
superlu: on intel KNC requires '-mmic' for NOOPT |
| 995c8f29 | 05-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
hypre does not require fortran compiler |
| d0521794 | 04-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove use of duplicate symbols in different batch configure tests |
| 49b12944 | 04-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
configure attempts to determine if sdot and snrm2 return double precision number instead of float which they do on Apple's BLAS |
| 9659392f | 04-Nov-2014 |
Satish Balay <balay@mcs.anl.gov> |
cuda: fix version (computation) |
| 979440b6 | 29-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge remote-tracking branch 'origin/knepley/feature-p4est-download'
* origin/knepley/feature-p4est-download: SNES ex66: Make simple section from lnodes SNES ex66: Added includes and a guard S
Merge remote-tracking branch 'origin/knepley/feature-p4est-download'
* origin/knepley/feature-p4est-download: SNES ex66: Make simple section from lnodes SNES ex66: Added includes and a guard SNES ex66: Destroy lnodes SNES ex66: Starting an example for p4est Configure: p4est needs to enable MPI Configure: Added p4est
show more ...
|
| 4446f3b4 | 24-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
Conflicts: config/BuildSystem/config/packages/ml.py src/ksp/pc/impls/mg/mg.c |