|
| 1 | +# 24.07 |
| 2 | + |
| 3 | + -- HDF5: Correctly handle writing only some components when writing Particle (#4005) |
| 4 | + |
| 5 | + -- HDF5: Correctly choose datatype of plotfile based on RD numBytes (#4006) |
| 6 | + |
| 7 | + -- Fix L2 norms in C_util/Convergence codes (#4009) |
| 8 | + |
| 9 | + -- Match the dimensions of reqd_work_group_size to submitted nd_range (#4002) |
| 10 | + |
| 11 | + -- GNU Make: try nvidia-smi for CUDA arch if deviceQuery fails (#3997) |
| 12 | + |
| 13 | + -- Sundials Update (#3984) |
| 14 | + |
| 15 | + -- Derive: Add MultiFab version of DeriveFunc (#3990) |
| 16 | + |
| 17 | + -- GNU Make: Add support for CUDA LTO (#3993) |
| 18 | + |
| 19 | + -- Bottom Solver: Keep the unconverged result if it's an improvement (#3991) |
| 20 | + |
| 21 | + -- Multi-level composite solver using hypre (#3987) |
| 22 | + Workaround std::exclusive_scan issue with old compilers (#3996) |
| 23 | + |
| 24 | + -- TableData: Add support for row-major order (amrex::Order::C) (#3973) |
| 25 | + |
| 26 | + -- Avoid self copy in MultiFab::Copy (#3986) |
| 27 | + |
| 28 | + -- Convert IntVect to IntVectND (#3969) |
| 29 | + |
| 30 | + -- GNU Make: Don't replace -I with -isystem for MPI include paths (#3985) |
| 31 | + |
| 32 | + -- Add pyamrex CI (#3967) |
| 33 | + |
| 34 | + -- const auto ptd -> const auto& ptd (#3983) |
| 35 | + |
| 36 | + -- Fix ctests with HIP (#3982) |
| 37 | + |
| 38 | + -- Add TupleSplit (#3978) |
| 39 | + |
| 40 | + -- use HIP stream-ordered allocator (#3980) |
| 41 | + |
| 42 | + -- Add structured binding support to GpuTuple (#3977) |
| 43 | + |
| 44 | + -- New FillPatch function: FillPatchNLevels (#3974) |
| 45 | + |
| 46 | + -- Update GNUmake files for NREL machines. (#3975) |
| 47 | + |
| 48 | + -- SYCL for Nvidia: Re-enable CI without tests (#3971) |
| 49 | + |
| 50 | + -- Skip empty particle tiles in operator++ to avoid race condition in constructor. (#3951) |
| 51 | + |
| 52 | + -- adding physical and math BC types for inflow-outflow BCs (#3965) |
| 53 | + |
1 | 54 | # 24.06
|
2 | 55 |
|
3 | 56 | -- add missing AMReX_SUNDIALS in AMReXConfig.cmake (#3962)
|
|
0 commit comments