Skip to content
Open
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
5 changes: 5 additions & 0 deletions docs/cheaha/slurm/practical_sbatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ For reference, here are the full scripts.
#SBATCH --cpus-per-task=1
#SBATCH --mem=1G

### Optional: Email notifications for job status updates
### Sends email when the job begins, ends, fails, or hits the time limit
#SBATCH --mail-user=myemail@example.com
#SBATCH --mail-type=ALL

shopt -s nullglob

input_files=(../inputs/**/dice.csv)
Expand Down
Loading
Loading