Skip to content

Commit

Permalink
update CHANGES (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jun 1, 2020
1 parent 1b30da6 commit e6a312f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES
@@ -1,3 +1,28 @@
# 20.06

-- Set a non-default CMAKE_INSTALL_PREFIX only if AMReX is the
top-level CMake project. Otherwise, the default of a downstream
project using AMReX as subproject will be placed in a quite
confusing, temporary directory.

-- C order support for Array2D and Array3D.

-- Disable unqualified abs function within amrex namespace.

-- Updates for SENSEI 3.2.

-- CMake: link to OpenMP::Fortran only when needed.

-- DPC++ support.

-- Add non-const data() to GpuArray.

-- Fix HIP version of scan.

-- Return immediately from GPU memcpy if size is zero.

-- Documentation on EB linear solvers.

# 20.05

-- AMReX's git history has been rewritten. If you have problems due
Expand Down

0 comments on commit e6a312f

Please sign in to comment.