Curriculum previewThis is not your assigned passport. No identity, answers, or completion progress are stored here.How to start your passport
Mission / Euler CPU
05 / 0530 active minutesdata

Place Euler Data And Freeze Run Inputs

You can choose durable, working, scratch, and node-local locations, preserve production run identity, and prevent mutable files from changing under queued or running jobs.

Work herebrowser / none
  1. 1Understand
  2. 2Do
  3. 3Check
  4. 4Submit
Learn firstConcept, example, trap and recovery

Outcome#

You can choose durable, working, scratch, and node-local locations, preserve production run identity, and prevent mutable files from changing under queued or running jobs.

Concept#

$SCRATCH is not a backup and $TMPDIR disappears with the job. Slurm captures the batch script, not every external code, configuration, model, or input file it references.

Worked Example#

The plan separates Git, approved Euler storage, scratch, and durable results and records enough inputs to rerun the job.

A correct example uses these decisions:

  • What is Euler scratch for? Temporary high-throughput files that can be recreated.
  • What must a reproducible run identify? Code revision, environment, immutable inputs, parameters, resources, and outputs.

Common Trap#

Keeping the only copy in scratch, processing high-I/O workloads directly on an external NAS mount, or changing inputs in place.

If Blocked#

Do not invent permissions or recursively change a shared tree. Ask the data owner about authoritative storage and use Euler storage for lifecycle and collaboration recovery.

Useful references:

Understand Before Accepting AI Output#

Inspect every source and destination before copying or deleting. An agent must not assume a temporary path is backed up or that a successful transfer is a backup.

Do the mission

One bounded attempt

Pass: 80% + every safety item
Action

Place fictional code, immutable inputs, temporary scratch, durable outputs, environment metadata, and logs in a reproducible run plan.

Expected

The plan separates Git, approved Euler storage, scratch, and durable results and records enough inputs to rerun the job.

01What is Euler scratch for?
02What must a reproducible run identify?
Before submitting
Open my real passport first
Preview onlyThis page can be read, but it cannot store or submit an attempt.