File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments