Skip to content

Commit

Permalink
doc(joss): Fix typo in paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored and musoke committed Apr 16, 2024
1 parent aa68c2f commit f08a42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Such time steps result in orders of magnitude speedups when simulating collapse

Julia [@Julia-2017] has seen increasing use in scientific computing; see for example @Eschle:2023ikn and @JuliaBiologists for overviews of its use in high energy physics and biology.
The use of Julia is one of the choices that separates `UltraDark.jl` from similar codes.
`UltraDark.jl` uses Julia's has rich parallelism capabilities.
`UltraDark.jl` uses Julia's rich parallelism capabilities.
The `Threads.@threads` macro provides simple parallelisation of `for` loops.
Folds.jl enables simple parallelisation of reduction operations [@folds].
In a cluster environment, `PencilArrays.jl` and `PencilFFTs.jl` enable straightforward cross-node parallelism, a capability that is challenging to reproduce in Python [@PencilArrays; @PencilFFTs].
Expand Down

2 comments on commit f08a42d

@musoke
Copy link
Owner

@musoke musoke commented on f08a42d Apr 16, 2024

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.

Error while trying to register: Version 0.9.6 already exists

Please sign in to comment.