Skip to content

Commit 084565e

Browse files
committed
modernize and remove old episodes
1 parent 25241f7 commit 084565e

3 files changed

Lines changed: 19 additions & 8 deletions

File tree

_episodes/02-submit-jobs-w-justin.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ keypoints:
1212

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

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)__
1616

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:
1821

1922
__[JustIn Home](https://dunejustin.fnal.gov/dashboard/)__
2023

_episodes/07-grid-job-submission.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Grid Job Submission and Common Errors
2+
title: Jobsub Grid Job Submission and Common Errors - still 2024 version
33
teaching: 65
44
exercises: 0
55
questions:
@@ -44,7 +44,9 @@ This lesson (07-grid-job-submission.md) was imported from the [Jan. 2023 lesson]
4444

4545
Quiz blocks are added at the bottom of this page, and invite your review, modify, review, and additional comments.
4646

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+
-->
4850

4951
## Notes on changes in the 2023/2024 versions
5052

@@ -65,15 +67,18 @@ The past few months have seen significant changes in how DUNE (as well as other
6567

6668
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
6769

68-
```bash
70+
~~~
6971
mkdir -p /pnfs/dune/scratch/users/${USER}/DUNE_tutorial_sep2025 # if you have not done this before
7072
mkdir -p /pnfs/dune/scratch/users/${USER}/sep2025tutorial
71-
```
73+
~~~
74+
{: ..language-bash}
75+
7276
Having done that, let us submit a prepared script:
7377

7478
~~~
7579
jobsub_submit -G dune --mail_always -N 1 --memory=1000MB --disk=1GB --cpu=1 --expected-lifetime=1h --singularity-image /cvmfs/singularity.opensciencegrid.org/fermilab/fnal-wn-sl7:latest --append_condor_requirements='(TARGET.HAS_Singularity==true&&TARGET.HAS_CVMFS_dune_opensciencegrid_org==true&&TARGET.HAS_CVMFS_larsoft_opensciencegrid_org==true&&TARGET.CVMFS_dune_opensciencegrid_org_REVISION>=1105)' -e GFAL_PLUGIN_DIR=/usr/lib64/gfal2-plugins -e GFAL_CONFIG_DIR=/etc/gfal2.d file:///exp/dune/app/users/kherner/submission_test_singularity.sh
7680
~~~
81+
{: ..language-bash}
7782

7883
If all goes well you should see something like this:
7984

@@ -112,6 +117,7 @@ Complete the authentication at:
112117
No web open command defined, please copy/paste the above to any web browser
113118
Waiting for response in web browser
114119
~~~
120+
{: ..output}
115121

116122
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
117123

@@ -125,6 +131,7 @@ Submitting job(s)
125131
.
126132
1 job(s) submitted to cluster 57110235.
127133
~~~
134+
{: ..output}
128135

129136
Now, let's look at some of these options in more detail.
130137

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ By the end of this workshop, participants will know how to:
4848

4949
There are additional materials provided that explain how to:
5050

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+
5354

5455

5556
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

Comments
 (0)