Skip to content

Commit 2f00dfb

Browse files
authored
Merge pull request #179 from UoB-HPC/revert-175-mg/julia
Revert "Rename Julia package to `BabelStream.jl` and add compats"
2 parents ad61a0d + d7231e2 commit 2f00dfb

28 files changed

+10
-20
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-22.04
4545
defaults:
4646
run:
47-
working-directory: ./src/julia/BabelStream.jl
47+
working-directory: ./src/julia/JuliaStream.jl
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Setup project

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ BabelStream is currently implemented in the following parallel programming model
4444
- Futhark
4545

4646
This project also contains implementations in alternative languages with different build systems:
47-
* Julia - [BabelStream.jl](./src/julia/BabelStream.jl)
47+
* Julia - [JuliaStream.jl](./src/julia/JuliaStream.jl)
4848
* Java - [java-stream](./src/java/java-stream)
4949
* Scala - [scala-stream](./src/scala/scala-stream)
5050
* Rust - [rust-stream](./src/rust/rust-stream)
File renamed without changes.

0 commit comments

Comments
 (0)