Skip to content
Snippets Groups Projects
Commit 05d7ef92 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add CLI script to simplify job submission for papermill-based pickling runs

parent 1bb8547c
No related branches found
No related tags found
1 merge request!7Resolve "create script wrappers to run notebooks in parallel"
#!/bin/bash
# call the list-pickle notebook runner with a array task wrapper to process specifc files
fname=`printf "list-%.3d.gz" $SLURM_ARRAY_TASK_ID`
./run-list-pickle-nb.sh $dirname "$fname" $NB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment