Skip to content

Commit

Permalink
Merge pull request #138 from EcoJulia/rr/hpc
Browse files Browse the repository at this point in the history
MARS demo
  • Loading branch information
richardreeve authored Apr 18, 2024
2 parents 50b7470 + a9f7029 commit 2ab96aa
Show file tree
Hide file tree
Showing 25 changed files with 445 additions and 1,142 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
assets/
Manifest.toml
/.fair
/.JuliaFormatter.toml
/examples/bin/mpiexecjl
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- v0.2.2
- Remove all manifests and associated code
- Fix MPI example on HPC
- v0.2.1
- Move MPI structs into extension
- v0.2.0
Expand Down
Loading

2 comments on commit 2ab96aa

@richardreeve
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/105185

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" 2ab96aa8fa58bd3e9306913f66b533169b88f47a
git push origin v0.2.2

Please sign in to comment.