| 183a8a14 | 21-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/check-bfort-version/maint' into maint |
| b1c19ae1 | 21-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
add a download mirror for petsc and externalpackage tarballs |
| 943569e0 | 20-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
bfort: return on exception - otherwise 'major' variable won't be set - but used in the subsequent statement |
| f7a7fb54 | 20-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
hdf5: fix url
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
| 88292b58 | 20-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
sowing: add version check for bfort - so that older versions are rejected
Reported-by: https://bitbucket.org/BarryFSmith https://bitbucket.org/petsc/petsc/issues/201/petsc-should-check-bfort-versions |
| a3eaed2e | 18-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 56cf78c1 | 18-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
moab: switch to http url - this way - ftp is also attempted as fallback |
| a3c488d8 | 16-Jun-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
petsc4py: update to snapshot with LogEvent change |
| 62b7aeb9 | 13-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
PetscFlush: fix broken configure test for flush()/flush_() - by switching to fortran test code
- move test to more appropriate source file [compilers.py] - PETSC_HAVE_FLUSH -> PETSC_HAVE_FORTRAN_FLU
PetscFlush: fix broken configure test for flush()/flush_() - by switching to fortran test code
- move test to more appropriate source file [compilers.py] - PETSC_HAVE_FLUSH -> PETSC_HAVE_FORTRAN_FLUSH (a more appropriate name)
show more ...
|
| 58c433ab | 27-May-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
configure: Add PETSC_{C|CXX}_INLINE defines |
| 1bcc1f42 | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| b632f44c | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/cherrypick/maint' into maint |
| 10d2e339 | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Added ADIOS installer
Commit-type: feature Reported-by: Todd Munson tmunson@anl.gov |
| 03f95662 | 06-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 186f5a1e | 04-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix checkPIC for gfortran on arm64 by updating filterLinkOutput
Possible ERROR while running linker: stderr: /usr/bin/ld: /tmp/petsc-egMvhP/config.setCompilers/conftest.o: relocation R_AA
configure: fix checkPIC for gfortran on arm64 by updating filterLinkOutput
Possible ERROR while running linker: stderr: /usr/bin/ld: /tmp/petsc-egMvhP/config.setCompilers/conftest.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `xx_' which may bind externally can not be used when making a shared object; recompile with - fPIC
show more ...
|
| 526790fc | 02-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
Also remove 'ex219f:' from src/mat/examples/tests/makefile |
| 81bde5b3 | 01-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
windows: disable --download-mpich for --with-shared-libraries build - as it gives errors with 'make alltests'
Attempting to use an MPI routine before initializing MPICH |
| a6f28ff7 | 01-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
PTSCOTCH configure: add noopt flag in batch mode for dummysizes compilations
bumped patch level to 2 |
| 57f8f5fd | 25-May-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 5756a67f | 24-May-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Set -Wl,-rpath for Mac OS Matlab mkl directory; don't pass -nojvm to matlab since it causes crashes on Barry's machine and is not needed
Commit-type: portability-fix Reported-by: Todd Munson <tmunso
Set -Wl,-rpath for Mac OS Matlab mkl directory; don't pass -nojvm to matlab since it causes crashes on Barry's machine and is not needed
Commit-type: portability-fix Reported-by: Todd Munson <tmunson@anl.gov>
show more ...
|
| 10147772 | 23-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 05bc4071 | 22-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
fftw: check for fftw-mpi routine along with fftw routine
Reported-by: UNN-TOC Wesley <wesley.unn-toc@axians.com> |
| bcb9a786 | 22-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
fftw: update to using latest tarball |
| 1de7a49f | 21-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
superlu_mt: remove --download-superlu_mt - as this is unmaintained, and there is no petsc interface to it. |
| e729222f | 20-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/mpiuni-include/maint' |