Skip to content

Commit c4a1831

Browse files
committed
trim out duplicates
1 parent 004884f commit c4a1831

9 files changed

Lines changed: 38 additions & 198 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-submit-jobs-w-justin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ exercises: 0
55
questions:
66
- How to submit realistic grid jobs with JustIn
77
objectives:
8-
- Demonstrate use of JustIn for job submission with more complicated setups.
8+
- Demonstrate use of [justIn](https://dunejustin.fnal.gov) for job submission with more complicated setups.
99
keypoints:
1010
- Always, always, always prestage input datasets. No exceptions.
1111
---
1212

13-
# PLEASE USE THE NEW JUSTIN SYSTEM INSTEAD OF POMS
13+
# PLEASE USE THE NEW [justIn](https://dunejustin.fnal.gov) SYSTEM INSTEAD OF POMS
1414

15-
__The JustIn Tutorial is currently in docdb at: [JustIn Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145)__
15+
__The [justIn](https://dunejustin.fnal.gov) Tutorial is currently in docdb at: [JustIn Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145)__
1616

17-
The JustIn system is describe in detail at:
17+
The [justIn](https://dunejustin.fnal.gov) system is describe in detail at:
1818

19-
__[JustIn Home](https://justin.dune.hep.ac.uk/dashboard/)__
19+
__[JustIn Home](https://dunejustin.fnal.gov/dashboard/)__
2020

21-
__[JustIn Docs](https://justin.dune.hep.ac.uk/docs/)__
21+
__[JustIn Docs](https://dunejustin.fnal.gov/docs/)__
2222

2323

2424
> ## Note More documentation coming soon

_episodes/03.2-UPS.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

_episodes/03.3-cvmfs.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

_extras/Common-Error-Messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keypoints:
1313
- #### `bash: setup: command not found`
1414

1515
setup is a UPS command. You need to be running in the Apptainer and setup the DUNE ups system - check out the instructions in [SL7 setup]
16-
({{ site.baseurl }}/sl7_setup)
16+
(https://dune.github.io/computing-basics/sl7_setup)
1717

1818

1919
- #### `SyntaxError: future feature annotations is not defined`

_extras/TutorialsMasterList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## [Computing Basics](https://dune.github.io/computing-basics/)
55
A starting point for new DUNE people. How to log in, access disk and run basic jobs at FNAL and CERN.
66

7-
## [The Justin Workflow System](https://justin.dune.hep.ac.uk/docs/)
8-
How to use the Justin Workflow system to submit jobs and access data. [Metacat/Rucio/Justin Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145) has step by step instructions.
7+
## [The Justin Workflow System](https://dunejustin.fnal.gov/docs/)
8+
How to use the [justIn](https://dunejustin.fnal.gov) Workflow system to submit jobs and access data. [Metacat/Rucio/Justin Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145) has step by step instructions.
99

1010
## [LArTPC Reconstruction Training](https://indico.ph.ed.ac.uk/event/268/)
1111
Annual training on LArTPC reconstruction and simulation methods.

_extras/introduction_metacat_rucio_justin.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ exercises: 0
55
questions:
66
- How to submit realistic grid jobs with JustIn
77
objectives:
8-
- Demonstrate use of JustIn for job submission with more complicated setups.
8+
- Demonstrate use of [justIn](https://dunejustin.fnal.gov) for job submission with more complicated setups.
99
keypoints:
1010
- Always, always, always prestage input datasets. No exceptions.
1111
---
1212

13-
# PLEASE USE THE NEW JUSTIN SYSTEM INSTEAD OF POMS
13+
# PLEASE USE THE NEW [justIn](https://dunejustin.fnal.gov) SYSTEM INSTEAD OF POMS
1414

15-
__The JustIn Tutorial is currently in docdb at: [JustIn Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145)__
15+
__The [justIn](https://dunejustin.fnal.gov) Tutorial is currently in docdb at: [JustIn Tutorial](https://docs.dunescience.org/cgi-bin/sso/RetrieveFile?docid=30145)__
1616

17-
The JustIn system is described in detail at:
17+
The [justIn](https://dunejustin.fnal.gov) system is described in detail at:
1818

19-
__[JustIn Home](https://justin.dune.hep.ac.uk/dashboard/)__
19+
__[JustIn Home](https://dunejustin.fnal.gov/dashboard/)__
2020

21-
__[JustIn Docs](https://justin.dune.hep.ac.uk/docs/)__
21+
__[JustIn Docs](https://dunejustin.fnal.gov/docs/)__
2222

2323

2424
> ## Note More documentation coming soon
@@ -209,7 +209,7 @@ A given file can also be searched and visualized from the WEB interface
209209

210210
- is the new workflow system replacing POMS
211211
- It can be used to process several input files by submitting batch jobs on the grid
212-
- justIN is a workflow system that processes data by satisfying the requirements of data location/data catalog, rapid code distribution service
212+
- [justIn](https://dunejustin.fnal.gov) is a workflow system that processes data by satisfying the requirements of data location/data catalog, rapid code distribution service
213213
and job submission to the grid.
214214

215215
justIN ties together:
@@ -371,7 +371,7 @@ The scary preload is to allow `xroot` to read `hdf5` files.
371371
$ USERF=$USER
372372
$ FNALURL='https://fndcadoor.fnal.gov:2880/dune/scratch/users'
373373
$ justinsimple-workflow --mql"files from fardet-hd:fardet-hd__fd_mc_2023a_reco2__full-reconstructed__v09_81_00d02__standard_reco2_dune10kt_nu_1x2x6__prodgenie_nu_dune10kt_1x2x6__out1__validation skip 5 limit 5 ordered " --jobscriptsubmit_ana.jobscript--rss-mb 4000 --output-pattern '*_ana_*.root:$FNALURL/$USERF"
374-
'You can look at your job status by using justIN dashboard https://justin.dune.hep.ac.uk/dashboard/?method=list-workflows
374+
'You can look at your job status by using [justIn](https://dunejustin.fnal.gov) dashboard https://dunejustin.fnal.gov/dashboard/?method=list-workflows
375375

376376

377377

@@ -541,7 +541,7 @@ justintime
541541
Links
542542
MetacatWEB interface: https://metacat.fnal.gov:9443/dune_meta_prod/app/auth/login
543543

544-
justIN: https://justin.dune.hep.ac.uk/docs/
544+
justIN: https://dunejustin.fnal.gov/docs/
545545

546546
Slack channels: #workflow
547547

0 commit comments

Comments
 (0)