Skip to content

Commit

Permalink
add a 1 day time limit to jasmin training queuing
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Aug 5, 2024
1 parent b52c8b7 commit 7e6170a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/jasmin/queue-training
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ set -euo pipefail

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

# sbatch --partition=high-mem --time=02:00:00 --mem=128G ${SCRIPT_DIR}/lotus-wrapper

sbatch --gres=gpu:1 --partition=orchid --account=orchid --mem=128G ${SCRIPT_DIR}/lotus-wrapper
sbatch --gres=gpu:1 --partition=orchid --account=orchid --time=1-00:00:00 --mem=128G ${SCRIPT_DIR}/lotus-wrapper

0 comments on commit 7e6170a

Please sign in to comment.