Skip to content

Commit

Permalink
shorten time
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 4, 2023
1 parent 1349b4f commit a1a2d37
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions benchmarks/cloudmask/target/greene_v0.5/simple.rivanna.slurm
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash
#

#SBATCH --job-name=simple-cloudmask-gpu-rivanna
#SBATCH --nodes=1
#SBATCH --gres=gpu:v100:1
#SBATCH --time=06:00:00
#SBATCH --time=00:45:00
#SBATCH --mem=64G
#SBATCH -o outputs/simple-rivanna-v100-%u-%j.out
#SBATCH -e outputs/simple-rivanna-v100-%u-%j.err
#SBATCH --partition=bii-gpu
#SBATCH --account=bii_dsc_community

mkdir -p outputs/slstr_cloud
sleep 1

export USER_SCRATCH=/scratch/$USER/github
export PROJECT_DIR=$USER_SCRATCH/mlcommons/benchmarks/cloudmask
Expand All @@ -31,7 +31,6 @@ nvidia-smi

cd $TARGET

mkdir -p outputs/slstr_cloud

# sleep 1

Expand Down

0 comments on commit a1a2d37

Please sign in to comment.