Skip to content

Commit

Permalink
Document snek-make-nek and fix headings in changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed May 1, 2023
1 parent 3c4da1d commit 0ad7c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Security in case of vulnerabilities.

## [0.9.1] - 2023-05-01

## Added
### Added

- New command `snek-make-nek` to clean and rebuild Nek5000 tools
- JOSS paper draft
Expand All @@ -43,7 +43,7 @@ Documentation
- How to configure C and Fortran compilers
- Document the new copier template

## Changed
### Changed

- Use `remaining_clock_time` by default
- Replace isort and flake8 with ruff, upgrade hooks
Expand Down
5 changes: 1 addition & 4 deletions docs/how-to/rebuild-nek.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ update, or if you change it intentionally you may need to recompile Nek5000 libr
again. To do so:

```sh
cd $NEK_SOURCE_ROOT
git clean -xdf
snek-make-nek --clean-git
```

Next time you execute a Snek5000 solver, the libraries would be rebuild.

0 comments on commit 0ad7c0e

Please sign in to comment.