| 8b577e82 | 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefanozampini/revert-for-glvis-parallel' into 'master'
revert check same comm on DMView
See merge request petsc/petsc!2039 |
| ed0ed7c6 | 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test |
| d30a60da | 10-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update OpenBLAS version, fix OpenBLAS make argument
Commit-type: portability-fix |
| 35eec3da | 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-cray-hypre-mfem-ldflags' into 'master'
configure: fix HYPRE and MFEM builds on Cray
See merge request petsc/petsc!2055 |
| 4ca01a6a | 16-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: correctly detect and set FPP
And use CXXPPFLAGS,FPPFLAGS correctly for MPI tests.
Update a test to use --with-mpi-include/--with-mpi-lib notation
This fixes:
./config/examples/arch-ci-
configure: correctly detect and set FPP
And use CXXPPFLAGS,FPPFLAGS correctly for MPI tests.
Update a test to use --with-mpi-include/--with-mpi-lib notation
This fixes:
./config/examples/arch-ci-mswin-opt-impi.py ./configure CC=gcc CXX=g++ FC=gfortran --with-mpi-include=/home/balay/soft/mpich-3.3/include --with-mpi-lib="-L/home/balay/soft/mpich-3.3/lib -lmpifort -lmpi"
show more ...
|
| 00ebd408 | 16-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Use package utility method to remove configure arg that needs to be replaced |
| 9a7e760a | 16-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jolivet/fix-config-package' into 'master'
Small fix to package.py when using a Git commit
See merge request petsc/petsc!2050 |
| 7afb25bd | 16-Sep-2019 |
stefano_zampini <stefano.zampini@gmail.com> |
configure: fix HYPRE and MFEM builds on Cray
When using shared libraries, PETSc needs ldflags=-dynamic to be configure properly HYPRE and MFEM put the -dynamic flag at the end of the linking line
$
configure: fix HYPRE and MFEM builds on Cray
When using shared libraries, PETSc needs ldflags=-dynamic to be configure properly HYPRE and MFEM put the -dynamic flag at the end of the linking line
$ cc -shared -o library.so ...a bunch of .o files.... ...libraries.... -dynamic
The -dynamic at the end makes cc think it is creating an executable
show more ...
|
| 4edb1b2a | 16-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-08-21/updates-pardiso' into 'master'
Add some additional error checking for MKL_Pardiso and MKL_CPardiso and turn...
See merge request petsc/petsc!2013 |
| 35746269 | 15-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Fixing gitcommit into commit. |
| 16906744 | 14-Aug-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: update help string for CPPFLAGS
Suggested-by: "Smith, Barry F." <bsmith@mcs.anl.gov> |
| 7821844d | 14-Aug-2019 |
Satish Balay <balay@mcs.anl.gov> |
CXXCPP/FLAGS -> CXXPP/FLAGS |
| f257b9d0 | 12-Aug-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: add FPPFLAGS [and not use CPPFLAGS with FC or CXX] |
| 94ed8b68 | 13-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Updated packages. |
| af13c2f1 | 12-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor |
| 7065f1e0 | 12-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
No such thing as fcblaslapack. |
| 91c79837 | 11-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-09-07/hdf5-know-zlib-szlib' into 'master'
Determine if HDF5 supports zlib and szlib
See merge request petsc/petsc!2021 |
| 7aea6a21 | 10-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove stray space from library name, remove filtering from test makefile for LDFLAGS since it cannot handle blanks in directory names (Windows)
Commit-type: bug-fix, portability-fix Reported-by: Mo
Remove stray space from library name, remove filtering from test makefile for LDFLAGS since it cannot handle blanks in directory names (Windows)
Commit-type: bug-fix, portability-fix Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com>
show more ...
|
| 75d383a2 | 10-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Check for inconsistent size of BLAS int and PETSc int for (C)Pardiso only when neccessary
Commit-type: bug-fix, portability-fix Reported-by: gitlab-ci |
| 89b6ec1b | 10-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
MPICH.py Don't check for Fortran nag compiler if there is no Fortran compiler
Commit-type: bug-fix, portability-fix Reported-by: gitlab-ci |
| f2a1b1ab | 09-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for finding MKL Pardiso libraries on Microsoft Windows, added ls to help debug if the configure fails checking for BLAS/LAPACK
Commit-type: portability-fix Reported-by: Mohammad Asghar <
Add support for finding MKL Pardiso libraries on Microsoft Windows, added ls to help debug if the configure fails checking for BLAS/LAPACK
Commit-type: portability-fix Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com>
show more ...
|
| 38b26415 | 09-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Addition versions of Intel MKL libraries for other MPI systems, OpenMPI and SGI
Commit-type: portability-fix, feature Reported-by: Pierre Jolivet <Pierre.Jolivet@enseeiht.fr> |
| effebcaf | 08-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Docs only, Fix spelling of therefor
Commit-type: style-fix Reported-by: Pierre Jolivet <Pierre.Jolivet@enseeiht.fr> |
| 4091c95c | 08-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Determine if HDF5 supports zlib and szlib
Use the flag to set requires: for some HDF5 test cases
Commit-type: feature
Reported-by: Hapla Vaclav <vaclav.hapla@erdw.ethz.ch> |
| 366b760c | 21-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add some additional error checking for MKL_Pardiso and MKL_CPardiso and turn them on for 64 bit BLAS/LAPACK usage
Add test for cpardiso Automatically try needed MPI libraries for cpardiso
Commit-ty
Add some additional error checking for MKL_Pardiso and MKL_CPardiso and turn them on for 64 bit BLAS/LAPACK usage
Add test for cpardiso Automatically try needed MPI libraries for cpardiso
Commit-type: error-checking, feature Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com>
show more ...
|