Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/stfc/dl_esm_inf.git
[submodule "shared/dl_timer"]
path = shared/dl_timer
url = https://bitbucket.org/apeg/dl_timer
url = https://github.com/stfc/dl_timer.git
[submodule "shared/FortCL"]
path = shared/FortCL
url = https://github.com/stfc/FortCL.git
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Various small benchmarks used to inform the development of the
## Obtaining the Code ##

The benchmark codes contained in this project use the
[dl_timer](https://bitbucket.org/apeg/dl_timer) library for execution
[dl_timer](https://github.com/stfc/dl_timer) library for execution
timing and the [dl_esm_inf](https://github.com/stfc/dl_esm_inf)
infrastructure. Some implementation also have
[PSyclone](https://github.com/stfc/PSyclone),
Expand Down
Loading