| b454c23e | 09-Oct-2020 |
Pierre Jolivet <pierre@joliv.et> |
MUMPS v5.3.4 |
| f15f1067 | 08-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Kokkos-kernels: disable cusparse tpl if CUDA >= 11.0 |
| ae46fe3b | 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Do not print hashes of files used to check for a repeat of the same run of ./configure
Commit-type: configure /spend 5m |
| b5f71184 | 06-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup the printing of === on configure.log
Very small reorganization of configure output for clarity.
Commit-type: configure /spend 20m |
| 6678139f | 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Print files in paths only once not every time a search for executable fails
Commit-type: configure /spend 20m |
| 310a841b | 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Print the environmental variables at the beginning of configure instead of much later in the compilers
Commit-type: configure /spend 5m |
| 7684592e | 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't say when running test without threads, only when running with threads
Commit-type: configure /spend 5m |
| d6c6a90f | 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove logWrite() calls from executeTest() since they produced essentially identical lines on configure.log to the logPrint() statements
Commit-type: configure /spend 15m Reported-by: Patrick Sanan
Remove logWrite() calls from executeTest() since they produced essentially identical lines on configure.log to the logPrint() statements
Commit-type: configure /spend 15m Reported-by: Patrick Sanan <patrick.sanan@gmail.com>
show more ...
|
| 27ea223c | 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't allow some detected compilers to be MPI compiler wrappers and others to be plain compilers.
So if the C compiler is a wrapper or not search only CXX and Fortran that are wrappers or not
Other
Don't allow some detected compilers to be MPI compiler wrappers and others to be plain compilers.
So if the C compiler is a wrapper or not search only CXX and Fortran that are wrappers or not
Otherwise you can end with with a C compiler that is not a wrapper and then package.py crashes because self.usedMPICompilers has been set to true by CXX or Fortran wrapper library
Commit-type: bug-fix /spend 45 m
show more ...
|
| d44ecc43 | 30-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
slepc: revert petsc/master to slepc/master |
| d19f7ace | 05-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master |
| c6b6d9ec | 05-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-slepc-13.4.0/release' into 'release'
Balay/update slepc 3.14.0/release
See merge request petsc/petsc!3285 |
| 28db886a | 05-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-09-29/try-srun-mpiexec' into 'master'
Search for srun if mpiexec mpirun not found
See merge request petsc/petsc!3276 |
| bb95b03b | 03-Oct-2020 |
Hong Zhang <hongzhang@anl.gov> |
Update the commit for pkg revolve.
A memory problem has been fixed externally.
Reported by: Stefano Zampini <stefano.zampini@gmail.com> |
| 8533e586 | 30-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to 3.14.0 release |
| b2c8c4af | 28-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
update slepc, bamg to latest snapshot |
| e14ad0d3 | 29-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Search for srun if mpiexec mpirun not found If --with-mpi-dir provided DO NOT search the default path or other directories for mpiexec/mpirun/srun
Commit-type: configure, bug-fix /spend 10m Reported
Search for srun if mpiexec mpirun not found If --with-mpi-dir provided DO NOT search the default path or other directories for mpiexec/mpirun/srun
Commit-type: configure, bug-fix /spend 10m Reported-by: Ben Southworth <Ben.Southworth@Colorado.EDU>
show more ...
|
| 96b01a44 | 29-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
chaco: update to version without namespace conflict with adolc [wrt divide()] |
| 410585f6 | 22-May-2020 |
Hong Zhang <hongzhang@anl.gov> |
Fix ColPack, ADOLC builds, and add adolc to CI tests (and related test fixes) |
| 2e348185 | 29-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-09-26/set-cuda-gencodearch' into 'master'
Barry/2020 09 26/set cuda gencodearch
See merge request petsc/petsc!3252 |
| 7e6a3d4a | 28-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-gitcommit' into 'master'
configure: update gitcommit from 'master' to hash [and for branch - usage...
See merge request petsc/petsc!3251 |
| 01f32539 | 28-Sep-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix typos in kokkos packages |
| 0eeacb69 | 27-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for -with-cuda-gencodearch='all'
Thanks-To: Hong Zhang <hongzhang@anl.gov> |
| 46a5068e | 27-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
If CUDA gencodearch is set then provide it to CUDAFLAGS so the compile uses the options
Reported-by: Mark Adams <mfadams@lbl.gov> /spend 5m |
| 1a118b1d | 27-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Determine the CUDA gencodearch automatically for the current hardware Can be overwritten with --with-cuda-gencodearch
Note this does not set the option for PETSc compiles (next commit)
Reported-by:
Determine the CUDA gencodearch automatically for the current hardware Can be overwritten with --with-cuda-gencodearch
Note this does not set the option for PETSc compiles (next commit)
Reported-by: Mark Adams Mark Adams <mfadams@lbl.gov>
/spend 45m
show more ...
|