| #
217fe27e
|
| 29-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix PETSC_MPICC_SHOW
Reported-by: Pierre Jolivet <pierre@joliv.et>
|
| #
3469f230
|
| 17-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/hip-kokkos' into 'main'
HIP and Kokkos
See merge request petsc/petsc!3509
|
| #
694a2f0e
|
| 13-Mar-2021 |
Junchao Zhang <jczhang@anl.gov> |
config: change HIPCC to HIPC, and HIPCCFLAGS to HIPFLAGS
|
| #
50315b07
|
| 09-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-12-31/fix-cuda-ccbin-wrong-arguments' into 'master'
The previous code passed options for the PETSc C, C preprocessor and CXX compiler to the
See merge request petsc/petsc!3
Merge branch 'barry/2020-12-31/fix-cuda-ccbin-wrong-arguments' into 'master'
The previous code passed options for the PETSc C, C preprocessor and CXX compiler to the
See merge request petsc/petsc!3530
show more ...
|
| #
7ba7a817
|
| 31-Dec-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
The previous code passed options for the PETSc C, C preprocessor and CXX compiler to the ccbin compiler used by nvcc even if it was a completely different compiler and the arguments caused the compil
The previous code passed options for the PETSc C, C preprocessor and CXX compiler to the ccbin compiler used by nvcc even if it was a completely different compiler and the arguments caused the compiler to error with unknown arguments.
This has been an outstanding problem for years, this is the first crude attempt to fix it by not passing the arguments unless the compiler is identical to the PETSc compiler
TODO: have a better check that the compilers are the same TODO: provide a systematic way for the user to provide the compiler used by nvcc, perhaps default to the compiler used by PETSc?
/spend 3.5h Thanks-to: Jose E. Roman <jroman@dsic.upv.es>
Fix typo in list of c99 flags
Add error message regarding Intel compilers breaking Gnu compilers when c99 test fails with gcc.
Eventually we may want more systematic checks of Intel compilers breaking Gnu compilers
/spend 15m
show more ...
|
| #
785d72d8
|
| 05-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/configure-delete-genfile' into 'master'
configure: delete PETSC_ARCH/lib/petsc/conf/files - it gets regenerated with...
Closes #792
See merge request petsc/petsc!3458
|
| #
49fe22e6
|
| 04-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: delete PETSC_ARCH/lib/petsc/conf/files - it gets regenerated with subsequent 'make' invocation
Reported-by: Stefano Zampini <stefano.zampini@gmail.com> Fix-from: Jed Brown <jed@jedbrown.o
configure: delete PETSC_ARCH/lib/petsc/conf/files - it gets regenerated with subsequent 'make' invocation
Reported-by: Stefano Zampini <stefano.zampini@gmail.com> Fix-from: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
698a26fc
|
| 19-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/pkgconfig-cuda' into 'master'
Configure: add CUDA flags to petsc.pc and Makefile.user
See merge request petsc/petsc!3345
|
| #
8f561fa3
|
| 15-Oct-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
Configure: add default argument for framework.require()
|
| #
50520af6
|
| 13-Oct-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
Configure: add CUDA flags to petsc.pc and Makefile.user
Add enough information for an application to successfully compile and link with a .cu file, using Makefile.user.
This extracts information fr
Configure: add CUDA flags to petsc.pc and Makefile.user
Add enough information for an application to successfully compile and link with a .cu file, using Makefile.user.
This extracts information from the "cuda" module, as well as the "CUDA" compiler.
show more ...
|
| #
e90d3653
|
| 08-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-05/clean-configure' into 'master'
Barry/2020 10 05/clean configure
See merge request petsc/petsc!3311
|
| #
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
|
| #
71e05e80
|
| 16-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' into master
|
| #
62d8a5e1
|
| 16-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-win01/maint' into 'maint'
CI: add petsc-win01. Now all windows tests can be run on either petsc-win01 or ps5
See merge request petsc/petsc!3171
|
| #
6b7b6f24
|
| 14-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' into master
|
| #
4e00a515
|
| 13-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: use appropriate path notation for DATAFILESPATH on Windows with MS/Intel compilers
|
| #
23846319
|
| 11-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-unknown-escape-sequence' into 'maint'
Fix unknown escape sequence: '\040'
See merge request petsc/petsc!3166
|
| #
dc25a686
|
| 10-Sep-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Fix unknown escape sequence: '\040'
|
| #
fd2eec0d
|
| 23-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/add-kokkos-init' into 'master'
Add Kokkos initialization
See merge request petsc/petsc!3048
|
| #
d0f03527
|
| 20-Aug-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Delete unused PETSC_HAVE_BACKACC
|
| #
c5fa24d0
|
| 19-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/buildsystem-obey-with-make-dir' into 'master'
configure: Obey --with-make-dir, improve make-related output.
See merge request petsc/petsc!2978
|
| #
5b4fc442
|
| 19-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
configure: Obey --with-make-dir, improve make-related output.
* Print full path to make in the final configure overview. * Print full path to make in the configure's "make hint" if make was download
configure: Obey --with-make-dir, improve make-related output.
* Print full path to make in the final configure overview. * Print full path to make in the configure's "make hint" if make was downloaded/explicitly specified, and is not in PATH. * Print full path to make in the "make all" output. * Print the make hint even if configure is otherwise skipped (state has not changed). * Check downloaded make as well. * Minor error handling/messaging improvements.
show more ...
|
| #
2a6027ee
|
| 13-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-688' into 'master'
configure: Print --with-single-library setting.
Closes #688
See merge request petsc/petsc!3042
|
| #
e8e972b2
|
| 12-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
configure: Print --with-single-library setting.
* print capital S in "Shared libraries:" * simplify handling of --with-shared-libraries * remove redundant semicolons in Configure.py
Fix #688
|
| #
1e303875
|
| 24-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/config-hip' into 'master'
HIP and SYCL configuration
See merge request petsc/petsc!2973
|