Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Mar 1, 2019
1 parent ef0ab0a commit b25ac20
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGES
@@ -1,3 +1,25 @@
# 19.03

-- Deprecated Fortran framework F_BaseLib and linear solver F_MG
have been removed. A number of tools written in F_BaseLib have
been migrated to Tools/Plotfile/. Note that the Fortran wrappers
to C++ (F_Interfaces) are still there.

-- In addition to launch macros, there are now functions for
lauching, amrex::launch, amrex::For and amrex::ParallelFor.
These improves debuggability.

-- If compiled with BASEFAB_IS_PINNED, pinned memory will be used
for BaseFab meta-data. On systems with nvlink, this improves the
performance a little bit.

-- Performance improvement in particle redistribution.

-- Particle NeighborList has been moved from tutorial to AMReX
proper.

-- Cell-centered MLMG linear solver have been ported to GPU.

# 19.02

-- Array4 class that contains the important information in BaseFab
Expand Down

0 comments on commit b25ac20

Please sign in to comment.