Skip to content

Commit

Permalink
Add interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Oct 19, 2023
1 parent af43cd8 commit 0157655
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/papers/joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ There are a growing number of packages aimed at workflows, and a sub-set of thes

Some crucial considerations relevant to these packages include:

- Ease of use - does the software require a complex setup.

- Portability - running on different machines with different schedulers, hardware, MPI runners with minimal modification to user scripts.

- Scalability - working efficiently with large simulations and many concurrent simulations.

- Dynamic resources - ability to dyanmically assign machine resources to simulations.
- Interoperability - the modularity of the package and the abilitiy to interoperate with other packages.

Check warning on line 63 in docs/papers/joss/paper.md

View workflow job for this annotation

GitHub Actions / Spellcheck release branch

"abilitiy" should be "ability".

- Ease of use - does the software require a complex setup.
- Dynamic resources - ability to dyanmically assign machine resources to simulations.

Check warning on line 65 in docs/papers/joss/paper.md

View workflow job for this annotation

GitHub Actions / Spellcheck release branch

"dyanmically" should be "dynamically".

- Ability to cancel simulations on on-the-fly.

Expand Down

0 comments on commit 0157655

Please sign in to comment.