Skip to content

Releases: Mantevo/miniAMR

Add Hilbert space filling curves and other changes

07 Sep 13:14
ff07856
Compare
Choose a tag to compare

Added Hilbert Space Filling Curve and made several changes to Space Filling Curve load balance methods, add new timers, fix some output to reflect changes to input, and general cleanup.

Update global variables for Clang based compilers

26 Mar 14:51
6bec84c
Compare
Choose a tag to compare

This update allows the code to be compiled with Clang based compilers. When global variables are being used with the Clang based compilers, they can only be declared in one source file and have to be "extern" to other source files.

Bug fix

23 Feb 23:01
3423df9
Compare
Choose a tag to compare

Fix longstanding bug in block.c by decrementing the number of parent blocks when we recombine a set of child blocks.

Update due to new C standard

03 Nov 15:42
e7aa29b
Compare
Choose a tag to compare

The new C standard has introduced a math function called beta, which conflicts with a variable in the code, so it got changed.

v1.6.4: Update stencil.c

25 Jun 19:21
07af22f
Compare
Choose a tag to compare

Correct a couple of errors that show up at scale and fix formatting of some print statements.

v1.6.3: Update rcb.c

02 Jun 20:28
8b84b26
Compare
Choose a tag to compare

Correct a bad implementation of the "group_blocks" option.

v1.6.2: Update sfc.c

01 Jun 13:34
cbd125e
Compare
Choose a tag to compare

This release includes three bug fixes in the space filling curve load balancing code. Redo the release again so sfc.c will compile and the version number in profile.c has been incremented.

v1.6.1: Update main.c

22 May 15:51
1c53b5b
Compare
Choose a tag to compare

A couple of corrections that affect the use of simulation time.

Add Space Filling Curve

23 Apr 17:36
18dfcd7
Compare
Choose a tag to compare

Add Space Filling Curve as a load balance option. Clean up some typos in some files as well as getting rid of some left over code from deleted options. Rework some include files to keep variables in a more consistent order.

v1.5.0: Update profile.c

17 Feb 20:27
48e8fc0
Compare
Choose a tag to compare

Added options for load balancing to better compare to codes, added an option to send one face at a time, corrected some MPI inconsistencies, and deleted the target code.