Skip to content

Commit

Permalink
add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Sep 29, 2023
1 parent 59f03d7 commit 0dd679f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/cloudmask/target/greene_v0.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node>
export USER_SCRATCH=/scratch/$USER/github
export PROJECT_DIR=$USER_SCRATCH/mlcommons/benchmarks/cloudmask
export PROJECT_DATA=$USER_SCRATCH/data
export TARGET=PROJECT_DIR=/target/greene_v0.5
export TARGET=$PROJECT_DIR=/target/greene_v0.5

mkdir -p $USER_SCRATCH
mkdir -p $PROJECT_DATA
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/cloudmask/target/greene_v0.5/simple.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export USER_SCRATCH=/scratch/$USER/github
export PROJECT_DIR=$USER_SCRATCH/mlcommons/benchmarks/cloudmask
export PYTHON_DIR=$USER_SCRATCH/ENV3
export PROJECT_DATA=/scratch/$USER/data
export TARGET=PROJECT_DIR=/target/greene_v0.5
export TARGET=$PROJECT_DIR=/target/greene_v0.5

module purge
# module load anaconda3/2020.07
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export USER_SCRATCH=/scratch/$USER/github-fork
export PROJECT_DIR=$USER_SCRATCH/mlcommons/benchmarks/cloudmask
export PYTHON_DIR=$USER_SCRATCH/ENV3
export PROJECT_DATA=/scratch/$USER/data
export TARGET=PROJECT_DIR=/target/greene_v0.5
export TARGET=$PROJECT_DIR=/target/greene_v0.5

nvidia-smi
cms gpu watch --gpu=0 --delay=0.5 --dense > outputs/gpu0.log &
Expand Down

0 comments on commit 0dd679f

Please sign in to comment.