| 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 ...
|
| 4b4c78c9 | 16-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
hdf5: add dependency on flibs
This fixes failure on Intel/MacOS (With xcode-14) with -with-hdf5-fortran-bindings=yes
Executing: mpicc ... conftest.o -Wl,-rpath,/Users/lichtner/pflotran/petsc_main/
hdf5: add dependency on flibs
This fixes failure on Intel/MacOS (With xcode-14) with -with-hdf5-fortran-bindings=yes
Executing: mpicc ... conftest.o -Wl,-rpath,/Users/lichtner/pflotran/petsc_main/gnu-c-opt/lib -L/Users/lichtner/pflotran/petsc_main/gnu-c-opt/lib -lhdf5_hl -lhdf5 stdout: Undefined symbols for architecture x86_64: "___truncxfhf2", referenced from: _H5T__conv_ldouble__Float16 in libhdf5.a(H5Tconv_float.c.o)
Reported-by: "Hammond, Glenn E" <glenn.hammond@pnnl.gov> Reported-by: "Lichtner, Peter (GMAIL)" <peter.lichtner@gmail.com>
show more ...
|