From 717418894299740744b9eddd9de7934e298f12a3 Mon Sep 17 00:00:00 2001 From: LonelyCat124 <3043914+LonelyCat124@users.noreply.github.com.> Date: Tue, 20 Jan 2026 15:53:38 +0000 Subject: [PATCH 1/2] Update dl_timer location --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7bc639e1..b7ae85d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 From 76e6ae4cea06232653a0b7300bebf2c8021c2ba9 Mon Sep 17 00:00:00 2001 From: LonelyCat124 <3043914+LonelyCat124@users.noreply.github.com.> Date: Tue, 20 Jan 2026 17:04:24 +0000 Subject: [PATCH 2/2] Updated dl_timer location in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599ff2eb..138b9221 100644 --- a/README.md +++ b/README.md @@ -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),