Skip to content

Commit 72316e4

Browse files
authored
Merge pull request #2 from hschellman/gh-pages
remove duplicates with previous tutorials
2 parents 4b63ff9 + 084565e commit 72316e4

26 files changed

Lines changed: 121 additions & 4967 deletions

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
carpentry: "dune"
1212

1313
# Overall title for pages.
14-
title: "Computing Basics for DUNE - Late 2024 edition"
14+
title: "Batch Computing Basics for DUNE - 2025 transition edition"
1515

1616
# Life cycle stage of the lesson
1717
# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html

_episodes/01-introduction.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ The May 2023 DUNE computing training spanned two days: [Indico site](https://ind
2828
2929
-->
3030

31-
This is a short 3 hour version of the basics. We will be adding/offering additional tutorials. An important one that is coming soon is:
32-
33-
[The LArSoft tutorial at CERN, February 3-7, 2025](https://indico.cern.ch/event/1461779/) password on the [tutorials page](https://wiki.dunescience.org/wiki/Computing_tutorials)
31+
This is a short 3 hour version of the basics. We will be adding/offering additional tutorials.
3432

3533
[Also check out the longer list of DUNE computing tutorials](https://wiki.dunescience.org/wiki/Computing_tutorials) (collaborators only)
3634

@@ -48,7 +46,7 @@ A similar session from May 2022 was captured for your asynchronous review.
4846

4947
## Basic setup reminder
5048

51-
You should have gone through the [setup sequence]({{ site.baseurl }}/setup)
49+
You should have gone through the [setup sequence](https://dune.github.io/computing-basics/setup)
5250

5351
As a reminder you need to choose between running on sl7 in a container or al9. You do NOT want to mix them.
5452

@@ -62,11 +60,11 @@ source mysetup7.sh
6260
Here are some example scripts that do most of the setups explained in this tutorial. You need to store these in your home area, source them every time you log in, and possibly update them as code versions evolve.
6361

6462

65-
- [SL7 setup]({{ site.baseurl }}/sl7_setup)
63+
- [SL7 setup](https://dune.github.io/computing-basics/sl7_setup)
6664

67-
- [AL9 setup]({{ site.baseurl }}/al9_setup)
65+
- [AL9 setup](https://dune.github.io/computing-basics/al9_setup)
6866

69-
> ## If you run into problems, check out the [Common Error Messages]({{ site.baseurl }}/ErrorMessages) page and the [FAQ page](https://github.com/orgs/DUNE/projects/19/)
67+
> ## If you run into problems, check out the [Common Error Messages](https://dune.github.io/computing-basics/ErrorMessages) page and the [FAQ page](https://github.com/orgs/DUNE/projects/19/)
7068
> if that doesn't help, use Slack to ask us about the problem - there is always a new one cropping up.
7169
{: .challenge}
7270

@@ -95,7 +93,7 @@ Here are some example scripts that do most of the setups explained in this tutor
9593
There will be live documents linked from [Indico][indico-event-link] for each [Zoom][zoom-link] session. You can write questions there, anonymously or not, and experts will reply. The chat on Zoom can quickly saturate so this is a more convenient solution and proved very successful at the previous training. We will collect all questions and release a Q&A after the event.
9694
-->
9795

98-
You must be on the DUNE Collaboration member list and have a valid FNAL or CERN account. See the old [Indico Requirement page][indico-event-requirements] for more information. Windows users are invited to review the [Windows Setup page]({{ site.baseurl }}/Windows.html).
96+
You must be on the DUNE Collaboration member list and have a valid FNAL or CERN account. See the old [Indico Requirement page][indico-event-requirements] for more information. Windows users are invited to review the [Windows Setup page](https://dune.github.io/computing-basics/Windows.html).
9997

10098
You should join the DUNE Slack instance and look in [#computing-training-basics](https://dunescience.slack.com/archives/C02TJDHUQPR) for help with this tutorial
10199

_episodes/02-storage-spaces.md

Lines changed: 0 additions & 436 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Submit grid jobs with JustIn
3+
teaching: 20
4+
exercises: 0
5+
questions:
6+
- How to submit realistic grid jobs with JustIn
7+
objectives:
8+
- Demonstrate use of [justIn](https://dunejustin.fnal.gov) for job submission with more complicated setups.
9+
keypoints:
10+
- Always, always, always prestage input datasets. No exceptions.
11+
---
12+
13+
# PLEASE USE THE NEW [justIn](https://dunejustin.fnal.gov) SYSTEM INSTEAD OF POMS
14+
15+
__A simple [justIn](https://dunejustin.fnal.gov) Tutorial is currently in docdb at: [JustIn Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145)__
16+
17+
A more detailed tutorial is available at:
18+
[JustIn Docs](https://dunejustin.fnal.gov/docs/)
19+
20+
The [justIn](https://dunejustin.fnal.gov) system is described in detail at:
21+
22+
__[JustIn Home](https://dunejustin.fnal.gov/dashboard/)__
23+
24+
__[JustIn Docs](https://dunejustin.fnal.gov/docs/)__
25+
26+
27+
> ## Note More documentation coming soon
28+
{: .callout}
29+

0 commit comments

Comments
 (0)