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/02-submit-jobs-w-justin.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,12 @@ keypoints:
12
12
13
13
# PLEASE USE THE NEW [justIn](https://dunejustin.fnal.gov) SYSTEM INSTEAD OF POMS
14
14
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)__
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
16
17
-
The [justIn](https://dunejustin.fnal.gov) system is describe in detail at:
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:
Copy file name to clipboardExpand all lines: _episodes/07-grid-job-submission.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Grid Job Submission and Common Errors
2
+
title: Jobsub Grid Job Submission and Common Errors - still 2024 version
3
3
teaching: 65
4
4
exercises: 0
5
5
questions:
@@ -44,7 +44,9 @@ This lesson (07-grid-job-submission.md) was imported from the [Jan. 2023 lesson]
44
44
45
45
Quiz blocks are added at the bottom of this page, and invite your review, modify, review, and additional comments.
46
46
47
-
The official timetable for this training event is on the [Indico site](https://indico.fnal.gov/event/59762/timetable/#20230524).
47
+
<!--
48
+
The official timetable for this training event is on the [Indico site](https://indico.fnal.gov/event/59762/timetable/#20230524).
49
+
-->
48
50
49
51
## Notes on changes in the 2023/2024 versions
50
52
@@ -65,15 +67,18 @@ The past few months have seen significant changes in how DUNE (as well as other
65
67
66
68
First, log in to a `dunegpvm` machine . Then you will need to set up the job submission tools (`jobsub`). If you set up `dunesw` it will be included, but if not, you need to do
67
69
68
-
```bash
70
+
~~~
69
71
mkdir -p /pnfs/dune/scratch/users/${USER}/DUNE_tutorial_sep2025 # if you have not done this before
If all goes well you should see something like this:
79
84
@@ -112,6 +117,7 @@ Complete the authentication at:
112
117
No web open command defined, please copy/paste the above to any web browser
113
118
Waiting for response in web browser
114
119
~~~
120
+
{: ..output}
115
121
116
122
The user code will be different of course. In this particular case, you do want to follow the instructions and copy and paste the link into your browser (can be any browser). There is a time limit on it so its best to do it right away. Always choose Fermilab as the identity provider in the menu, even if your home institution is listed. After you hit log on, you'll get a message saying you approved the access request, and then after a short delay (may be several seconds) in the terminal you will see
117
123
@@ -125,6 +131,7 @@ Submitting job(s)
125
131
.
126
132
1 job(s) submitted to cluster 57110235.
127
133
~~~
134
+
{: ..output}
128
135
129
136
Now, let's look at some of these options in more detail.
Copy file name to clipboardExpand all lines: index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,9 @@ By the end of this workshop, participants will know how to:
48
48
49
49
There are additional materials provided that explain how to:
50
50
51
-
*[Develop configuration files to control batch jobs]({{ site.baseurl }}/07-grid-job-submission)
52
-
*[Use the [justIn](https://dunejustin.fnal.gov) system to process data]({{ site.baseurl }}/02-submit-jobs-w-justin)
51
+
* Use the [justIn](https://dunejustin.fnal.gov) system to process data
52
+
*[Develop configuration files to control jobsub batch jobs]({{ site.baseurl }}/07-grid-job-submission)
53
+
53
54
54
55
55
56
You will need to be a DUNE Collaborator (listed member), and have a valid FNAL or CERN computing account to join the tutorial. Contact your DUNE group leader for assistance.
0 commit comments