| bcc32812 | 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Since MKL functions/structs may be missing in older MKL versions we should not error out on failed compiles but instead treat it as not availalbe functionality. |
| a5a2fd9c | 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/download-libmesh' |
| 9d318d31 | 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-no-autodetect-compiler-libraries' |
| b1dbcee6 | 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-batch-blaslapack' |
| d381fd10 | 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| b7709a92 | 08-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
config: add -Wno-unused-but-set-variable when with-errorchecking=0
Matt, this code is bonkers and I hope you can streamline it. |
| e143ec8d | 08-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
revert text accidently removed previously
Commit-type: bug-fix Reported-by: nightly tests |
| 595a9bf1 | 08-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneedded dependency on numpy
Commit-type: style-fix Reported-by: Jose E. Roman <jroman@dsic.upv.es> |
| ec1d85f0 | 08-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
started to add support for --prefix directory for packages that install after PETSc
For some reason doesn't work for SLEPc
Commit-type: feature |
| 36ab2bd9 | 07-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Forgot the ./ in front of configure command for libmesh and slepc downloads
Commit-type: bug-fix |
| 50a4861c | 07-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add --download-slepc fix some parts of libmesh.py
Commit-type: bug-fix, feature |
| b159aede | 07-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add reconstructed libmesh.py since I forgot to git add the origianal and then git erased it
Commit-type: feature |
| 6ffe0648 | 07-Feb-2018 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix 'No cached configure in RDict' error with --with-packages-dir
Reported-by: Michael Leguèbe <michael.leguebe@inria.fr> |
| 990efc3c | 06-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Undo always trying to make PETSc C language be std 99 accidently introduced in previous commit
Commit-type: bug-fix Reported-by: nightly tests |
| 579ac9b9 | 05-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
On the Mac with clang the -std=c89 passed into ./configure was effectively ignored and C99 was assumed
Commit-type: bug-fix, portability-fix |
| 078b4db8 | 05-Feb-2018 |
Satish Balay <balay@mcs.anl.gov> |
mpich: update to version 3.3b1. This should fix build issues on Mac(static) |
| d2345c30 | 05-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
added basic --download-libmesh and --download-moose capability
Commit-type: feature |
| ed408c34 | 04-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
runTimeTest() was ignoring input lib, hence failed on systems where BLAS/LAPACK depend on Fortran compiler libraries
Commit-type: bug-fix, portability-fix Reported-by: nightly tests |
| 017188ea | 03-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Generate an error if incorrect code submitted to batch checker
Commit-type: feature |
| 9de135ca | 03-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
fblaslapack requires runtimeissues tests to link with Fortran libraries with, for example, PGI
Commit-type: bug-fix, portability-fix Reported-by: nightly Thanks-to: Development Tools: Vim, Emacs, Ec
fblaslapack requires runtimeissues tests to link with Fortran libraries with, for example, PGI
Commit-type: bug-fix, portability-fix Reported-by: nightly Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 96eeff4b | 02-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Need to fix Fortran code passed to getCode() since it now handles includes differently |
| 42a7b9f4 | 02-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix cut and paste error, it skipped the Cxx library collection even when needed
Commit-type: bug-fix, portability-fix Reported-by: nightly tests Thanks-to: Satish Balay <balay@mcs.anl.gov> |
| 15934b4e | 02-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Need to insure that C and C++ linker locate MPI Fortran libraries
Commit-type: bug-fix, portability-fix Reported-by: nightly tests Thanks-to: Satish Balay <balay@mcs.anl.gov> Development Tools: Vim,
Need to insure that C and C++ linker locate MPI Fortran libraries
Commit-type: bug-fix, portability-fix Reported-by: nightly tests Thanks-to: Satish Balay <balay@mcs.anl.gov> Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 078bd5dc | 02-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Only test for double returns from sdot and snrm2 when working in single precision
Commit-type: feature |
| 19cbc45e | 02-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Make sure Blas index and sdot, snorm tests with MKL get math library that is sometimes needed |