Skip to content

Commit a7604bb

Browse files
Add emojis to quick-start checklist on home page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3739e78 commit a7604bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ The Bodhi HPC cluster is migrating from **IBM Spectrum LSF** to **SLURM**. This
77

88
## Quick-start checklist
99

10-
- [ ] Replace `#BSUB` directives with `#SBATCH` equivalents ([Directives](directives.md))
11-
- [ ] Update submission and monitoring commands ([Commands](commands.md))
12-
- [ ] Replace `$LSB_*` environment variables with `$SLURM_*` equivalents ([Environment Variables](environment-variables.md))
13-
- [ ] Review job array syntax changes ([Job Arrays](job-arrays.md))
14-
- [ ] Test your converted scripts with a short run before submitting production jobs
10+
- 🔀 Replace `#BSUB` directives with `#SBATCH` equivalents ([Directives](directives.md))
11+
- 🖥️ Update submission and monitoring commands ([Commands](commands.md))
12+
- 🔤 Replace `$LSB_*` environment variables with `$SLURM_*` equivalents ([Environment Variables](environment-variables.md))
13+
- 🔢 Review job array syntax changes ([Job Arrays](job-arrays.md))
14+
- Test your converted scripts with a short run before submitting production jobs
1515

1616
## Key differences at a glance
1717

0 commit comments

Comments
 (0)