Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make jobscript formatting more uniform #3

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

ostueker
Copy link
Member

I've made some systematic edits of the jobscripts (and a few commands) to make the material more uniform and have the style match with what's used in the national docs.

  • consistently use "module load" instead of "ml"
  • consistently use longform "--cpus-per-task" instead of "-c"
  • consistently use "=" in "#SBATCH --parameter=value"
  • each #SBATCH option on a separate line
  • indent subsequent lines of a long multi-line command

IMO this will make the scripts more readable and avoids confusing the users
who otherwise never use the shortcuts/abbreviations.

- consistenly use "module load" instead of "ml"
- consistenly use longform "--cpus-per-task" instead of "-c"
- consistenly use "=" in "#SBATCH --parameter=value"
- each #SBATCH option on a separate line
- indent subsequent lines of a long multi-line command
@ostueker ostueker requested a review from ssvassiliev April 18, 2024 19:24
@SergVassiliev SergVassiliev merged commit f8168cb into gh-pages Apr 22, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants