Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
carpentry: "dune"

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

# Life cycle stage of the lesson
# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
Expand Down
14 changes: 6 additions & 8 deletions _episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ The May 2023 DUNE computing training spanned two days: [Indico site](https://ind

-->

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:

[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)
This is a short 3 hour version of the basics. We will be adding/offering additional tutorials.

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

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

## Basic setup reminder

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

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

Expand All @@ -62,11 +60,11 @@ source mysetup7.sh
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.


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

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

> ## 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/)
> ## 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/)
> if that doesn't help, use Slack to ask us about the problem - there is always a new one cropping up.
{: .challenge}

Expand Down Expand Up @@ -95,7 +93,7 @@ Here are some example scripts that do most of the setups explained in this tutor
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.
-->

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).
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).

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

Expand Down
436 changes: 0 additions & 436 deletions _episodes/02-storage-spaces.md

This file was deleted.

29 changes: 29 additions & 0 deletions _episodes/02-submit-jobs-w-justin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Submit grid jobs with JustIn
teaching: 20
exercises: 0
questions:
- How to submit realistic grid jobs with JustIn
objectives:
- Demonstrate use of [justIn](https://dunejustin.fnal.gov) for job submission with more complicated setups.
keypoints:
- Always, always, always prestage input datasets. No exceptions.
---

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

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

A more detailed tutorial is available at:
[JustIn Docs](https://dunejustin.fnal.gov/docs/)

The [justIn](https://dunejustin.fnal.gov) system is described in detail at:

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

__[JustIn Docs](https://dunejustin.fnal.gov/docs/)__


> ## Note More documentation coming soon
{: .callout}

Loading