You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/01-introduction.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,7 @@ The May 2023 DUNE computing training spanned two days: [Indico site](https://ind
28
28
29
29
-->
30
30
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.
34
32
35
33
[Also check out the longer list of DUNE computing tutorials](https://wiki.dunescience.org/wiki/Computing_tutorials) (collaborators only)
36
34
@@ -48,7 +46,7 @@ A similar session from May 2022 was captured for your asynchronous review.
48
46
49
47
## Basic setup reminder
50
48
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)
52
50
53
51
As a reminder you need to choose between running on sl7 in a container or al9. You do NOT want to mix them.
54
52
@@ -62,11 +60,11 @@ source mysetup7.sh
62
60
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.
> ## 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/)
70
68
> if that doesn't help, use Slack to ask us about the problem - there is always a new one cropping up.
71
69
{: .challenge}
72
70
@@ -95,7 +93,7 @@ Here are some example scripts that do most of the setups explained in this tutor
95
93
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.
96
94
-->
97
95
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).
99
97
100
98
You should join the DUNE Slack instance and look in [#computing-training-basics](https://dunescience.slack.com/archives/C02TJDHUQPR) for help with this tutorial
- 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:
0 commit comments