Skip to content

Commit

Permalink
set duration of sampling jobs to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Aug 8, 2024
1 parent 192527a commit a401317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jasmin/queue-sampling
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -euo pipefail

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

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

0 comments on commit a401317

Please sign in to comment.