| 85660810 | 30-Sep-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix portability issues on MinGW
$ mpicc --version cc.exe (Rev8, Built by MSYS2 project) 15.2.0 Copyright (C) 2025 Free Software Foundation, Inc. This is free software; see the source for copying con
Fix portability issues on MinGW
$ mpicc --version cc.exe (Rev8, Built by MSYS2 project) 15.2.0 Copyright (C) 2025 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
show more ...
|
| 04ba64a0 | 07-Sep-2025 |
Victor A. P. Magri <paludettomag1@llnl.gov> |
Add Umpire support
CI: CUDA+umpire can trigger errors due to default 4G/mpi-task GPU RAM usage, so disable for linux-cuda-pkgs, linux-cuda-latest
> CUDA ERROR (code = 1, invalid argument) at memory
Add Umpire support
CI: CUDA+umpire can trigger errors due to default 4G/mpi-task GPU RAM usage, so disable for linux-cuda-pkgs, linux-cuda-latest
> CUDA ERROR (code = 1, invalid argument) at memory.c:136 > terminate called after throwing an instance of 'thrust::system::system_error' > what(): reduce failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered
Co-authored-by: Pierre Jolivet <pierre@joliv.et> Co-authored-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| 01488814 | 25-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Warn users who pass CFLAGS, CXXFLAGS, and FFLAGS to ./configure.
We need to keep the (very rarely needed but still required) ability to override the PETSc defaults but maybe this will help a tiny bi
Warn users who pass CFLAGS, CXXFLAGS, and FFLAGS to ./configure.
We need to keep the (very rarely needed but still required) ability to override the PETSc defaults but maybe this will help a tiny bit in reducing the abuse of this capability which causes so many headaches
show more ...
|