Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorials #344

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e5070fc
Rename to archer2 tutorial so we can add others
tkoskela Sep 20, 2024
fd9a277
Add raw markdown from durham tutorial
tkoskela Sep 20, 2024
50466d7
Add reframe tutorial to navigation
tkoskela Sep 20, 2024
402833c
Remove hackmd formatting
tkoskela Sep 20, 2024
83f650e
Update tutorial links
tkoskela Sep 20, 2024
db85a8a
Add some comments
tkoskela Sep 20, 2024
edf276d
Fix headings
tkoskela Sep 20, 2024
e730c23
It's more logical to start with the ReFrame tutorial
tkoskela Sep 20, 2024
7f961b8
Update docs/tutorial/durham_reframe_tutorial.md
tkoskela Sep 23, 2024
8ed358e
Apply suggestions from code review
tkoskela Sep 23, 2024
6cf5053
Address review commits
tkoskela Sep 23, 2024
2362c96
Merge branch 'tk/add-cosma-tutorial' of github.com:ukri-excalibur/exc…
tkoskela Sep 23, 2024
99b2400
Try adding another space
tkoskela Sep 23, 2024
869f8e8
One more space
tkoskela Sep 23, 2024
d669be9
Remove duplicate and add note about platform specific stuff
tkoskela Sep 23, 2024
4ef37cc
Rewrite part on perflogs, add link to excalibur-tests.
tkoskela Sep 23, 2024
0fd3565
Add note on how to run
tkoskela Sep 23, 2024
88a52a1
Merge branch 'main' into tk/add-cosma-tutorial
tkoskela Dec 16, 2024
1b6d738
Test tabs
tkoskela Dec 16, 2024
e86c207
Update with ARCHER2 version
tkoskela Dec 16, 2024
2d939b7
WIP, renders tabs
tkoskela Dec 16, 2024
b02ceab
Update python
tkoskela Dec 16, 2024
ca9b889
Add more verbose text, tabs for system specifics
tkoskela Dec 17, 2024
a84a01d
Rename tutorials with more descriptive names
tkoskela Dec 17, 2024
e9bf04a
Fix warnings
tkoskela Dec 17, 2024
185861f
Fix indentation
tkoskela Dec 17, 2024
ab5ebac
Restructure tutorials
tkoskela Dec 18, 2024
b63883d
Some refactoring of duplicate content
tkoskela Dec 18, 2024
25df451
Add dependency
tkoskela Dec 18, 2024
4775a74
Add profiling tutorial
tkoskela Dec 18, 2024
fcc121d
Add tabs to getting started page
tkoskela Dec 18, 2024
6f43d06
Add tabs to MFA section
tkoskela Dec 18, 2024
78fbeae
Address review comments
tkoskela Jan 31, 2025
ce213f9
Add section on spack cache and local data paths
tkoskela Feb 10, 2025
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ _**Note**: at the moment the ExCALIBUR benchmarks are a work-in-progress._
- [Contributing](https://ukri-excalibur.github.io/excalibur-tests/contributing/)
- [Supported benchmarks](https://ukri-excalibur.github.io/excalibur-tests/apps/)
- [Supported systems](https://ukri-excalibur.github.io/excalibur-tests/systems/)
- [ARCHER2 tutorial](https://ukri-excalibur.github.io/excalibur-tests/tutorial/tutorial/)
- [ReFrame tutorial](https://ukri-excalibur.github.io/excalibur-tests/tutorial/durham_reframe_tutorial/)
- [ARCHER2 tutorial](https://ukri-excalibur.github.io/excalibur-tests/tutorial/archer2_tutorial/)

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/examples/stream/stream.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Demo class for running the stream benchmark
# Used for tutorial
# Used for archer2 tutorial

# Import modules from reframe and excalibur-tests
import reframe as rfm
Expand Down
File renamed without changes.
Loading