Skip to content

Commit

Permalink
add maximum run time to sbatch example
Browse files Browse the repository at this point in the history
  • Loading branch information
gaardhus committed Nov 27, 2024
1 parent bc7bc64 commit a1c5d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/server/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Here's a detailed example:
#SBATCH --mail-type=end # Email at job end
#SBATCH --mail-user=abc123@ku.dk # Email address
#SBATCH --gres=gpu:1 # GPU requirement
#SBATCH --time=10:00:00 # Maximum runtime of 10 hours

#----------------------------------------
# Environment Setup
Expand Down

0 comments on commit a1c5d3e

Please sign in to comment.