Skip to content

Commit 2e66e12

Browse files
authored
update CHANGES (#829)
1 parent 47882ba commit 2e66e12

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 20.05
2+
3+
-- AMReX's git history has been rewritten. If you have problems due
4+
to this, follow the instruction here. https://xkcd.com/1597/ We
5+
also have a new CONTRIBUTING.md.
6+
7+
-- EB linear solvers: You now need to specify the location of
8+
diffusion coefficient (face center or face centroid) and the
9+
location of the unknowns (cell center or cell centroid).
10+
11+
-- Optimization of makeKnapSack and makeSFC.
12+
13+
-- Unification of GPU and CPU versions of neighbor particle /
14+
neighbor list implementations.
15+
16+
-- New HostDeviceParallelFor functions that can run on either host
17+
or device depending on the launch region flag.
18+
19+
-- Add CUPTI trace for CUDA kernel timing.
20+
21+
-- Implement ENABLE_FORTRAN (BL_NO_FORT) option in CMake.
22+
23+
-- Fix CUDA build of tools.
24+
25+
-- Fix invalid git version in CMake.
26+
127
# 20.04
228

329
-- BaseFab can no longer be used on device. Many BaseFab functions

0 commit comments

Comments
 (0)