Skip to content

Commit

Permalink
Merge pull request #170 from ludwig-cf/develop
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
kevinstratford authored Apr 15, 2022
2 parents 19093eb + 038deaa commit 7897992
Show file tree
Hide file tree
Showing 380 changed files with 5,841 additions and 4,447 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ script:
- cp config/travis-gcc.mk ./config.mk
- make serial
- make
- export OMP_NUM_THREADS=1
- make test
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@

### Changes

version 0.16.0

- Improved host halo swaps are available.
The implementation of the reduced distribution halo has been replaced
with one that will work in all circumstances for a single distribution.
See https://ludwig.epcc.ed.ac.uk/inputs/index.html Parallelism for details.
No user action is required if you are not interested.

- Reinstated the boundary (wall) - colloid soft sphere potential.
See https://ludwig.epcc.ed.ac.uk/inputs/colloid.html
Thanks to Rishish Mishra for spotting this problem.

- Various minor updates.

version 0.15.0

- Active stress implementation is updated to conform to the documented
Expand Down
2 changes: 1 addition & 1 deletion config/travis-gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
BUILD = serial
MODEL = -D_D3Q19_

CC = gcc
CC = gcc -fopenmp
CFLAGS = -O -g -Wall

AR = ar
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Makefile for documentation
#
# make pdf
# make
# make clean (probably the most useful)
#
# should both work.
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorial/test1/input
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# Poiseuille flow tutorial
#
# Momentum statistics should tally with some flow.
#
##############################################################################

N_cycles 10000
Expand Down
Loading

0 comments on commit 7897992

Please sign in to comment.