| 249f50cf | 11-Aug-2020 |
Richard Tran Mills <rmills@rmills.org> |
Add a filter for stderr output caused by misbehaving Intel MPI wrappers.
The root of the issue is that Intel's MPI team keeps assuming that /bin/sh invokes Bash, but on some systems this invokes a s
Add a filter for stderr output caused by misbehaving Intel MPI wrappers.
The root of the issue is that Intel's MPI team keeps assuming that /bin/sh invokes Bash, but on some systems this invokes a shell that is only guaranteed to have POSIX features. Ubuntu is one such system. This leads to output to stderr from the Intel MPI compiler wrappers due to use of Bash features in the scripts, though the wrapped compilers are actually producing correct output.
show more ...
|
| a6191124 | 29-Jul-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Remove the only call to a cuda driver API (revert 3c51cad7)
Though cuPointerGetAttribute() is faster than cudaPointerGetAttributes(), it is not worth the complexity when cuda runtime is installed bu
Remove the only call to a cuda driver API (revert 3c51cad7)
Though cuPointerGetAttribute() is faster than cudaPointerGetAttributes(), it is not worth the complexity when cuda runtime is installed but no GPU is present.
See discussion https://gitlab.com/petsc/petsc/-/merge_requests/2987#note_386283357 and https://stackoverflow.com/questions/52784333/cuda-library-actually-used-by-tensorflow
show more ...
|
| 9634131f | 01-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 7a678f0a | 30-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: switch pkg-dir search to case-insensitive mode. This fixes --download-openblas [using tarball]
Reported-by: Eda Oktay <eda.oktay@metu.edu.tr> Suggested-by: Matthew Knepley <knepley@gmail.
configure: switch pkg-dir search to case-insensitive mode. This fixes --download-openblas [using tarball]
Reported-by: Eda Oktay <eda.oktay@metu.edu.tr> Suggested-by: Matthew Knepley <knepley@gmail.com>
show more ...
|
| ebdecf78 | 29-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-pcmatapply-asm' into 'master'
PCASM, PCSPAI, and PCGASM: add PCMatApply()
See merge request petsc/petsc!2959 |
| 3d0ccbc3 | 29-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 657736f5 | 28-Jul-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
cmake: provide make via PATH to cmake build. [so that make from --download-make is used]
Note: providing MAKE env variable gives build error
CMake Error: CMake was unable to find a build program c
cmake: provide make via PATH to cmake build. [so that make from --download-make is used]
Note: providing MAKE env variable gives build error
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set.
Commit-type: error-checking, bug-fix, portability-fix, configure /spend 10m Reported-by: Eda Oktay <eda.oktay@metu.edu.tr>
show more ...
|
| 00ab4219 | 06-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Bump HPDDM and SLEPc |
| 498fe10b | 28-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ctetgen-update' into 'master'
Config+CTetGen: Bump version
See merge request petsc/petsc!2999 |
| 2e5c07cb | 28-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Config+CTetGen: Bump version |
| f0f376d6 | 28-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 0e7b1c31 | 23-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
libceed: fix gitcommit
and add --download-libceed to CI |
| 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 |
| 28f796ea | 14-Jul-2020 |
Scott Kruger <kruger@txcorp.com> |
Enable HIP and SYCL configuration
This adds support for HIP and SYCL configuration.
HIP is both a compiler (hipcc) and a package to be searched for (hipblas, hipsparse) similar to CUDA. Language:
Enable HIP and SYCL configuration
This adds support for HIP and SYCL configuration.
HIP is both a compiler (hipcc) and a package to be searched for (hipblas, hipsparse) similar to CUDA. Language: HIP; Compiler: HIPCC (even though it is C++)
SYCL is currently implemented for searching only the dpcpp compiler. Because Intel's oneAPI is very similar to MKL, Blas/Lapack is handled by those packages. Language: SYCL; Compiler: SYCLCXX
Although it is a C++ compiler, both hipcc and dpcpp are very slow. Currently using the .hip.cpp and .sycl.cxx extensions although more work will be needed for testings. See the kokkos work.
This includes preliminary changes for pipeline testing The HIP_PLATFORM is an environment variable that chooses the backend. So one configuration file, but the platform is specified in .gitlab-ci.yml.
This includes beta versions of configuration files for what could be used on Frontier. This is both the HIP version and CUDA versions for enabling comparisons.
show more ...
|
| f76eb46d | 24-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
mpich: switch --download-mpich --with-debugging=0 default to ch3:nemesis
[and keep ch3:sock as default for --with-debugging=1] |
| a358374c | 23-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Bump SLEPc version |
| a4a685f2 | 09-Feb-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctet
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctetgen, and any createfromcelllist[parallel] interfaces.
show more ...
|
| 120825e9 | 06-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
BuildSystem: add checkMaxPathLen |
| c36ee893 | 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/partitioner' into 'master'
PetscPartitioner: Reorganize code in a proper package subtree
See merge request petsc/petsc!2941 |
| 9309f957 | 04-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Bump HPDDM |
| 3404a313 | 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 56883f60 | 02-Jul-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
gcov: call __gcov_flush() in PetscFinalize - so flushing will not continue into next pipeline
Commit-type: ci-fix Time: 1 hours |
| 45830182 | 04-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 5729e71b | 03-Jul-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
added '-fallow-argument-mismatch' to exodusii configure if using gfortran v10+ |
| 6d2a05b4 | 03-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |