From 0dd679f3f24012c5615b0b71a2203209e23b00ca Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Fri, 29 Sep 2023 19:41:43 -0400 Subject: [PATCH] add missing $ --- benchmarks/cloudmask/target/greene_v0.5/README.md | 2 +- benchmarks/cloudmask/target/greene_v0.5/simple.slurm | 2 +- .../cloudmask/target/greene_v0.5/tmptest-singularity.slurm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/cloudmask/target/greene_v0.5/README.md b/benchmarks/cloudmask/target/greene_v0.5/README.md index ff1783d8..d564e5b4 100644 --- a/benchmarks/cloudmask/target/greene_v0.5/README.md +++ b/benchmarks/cloudmask/target/greene_v0.5/README.md @@ -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 diff --git a/benchmarks/cloudmask/target/greene_v0.5/simple.slurm b/benchmarks/cloudmask/target/greene_v0.5/simple.slurm index 6d794b3c..6957d77a 100644 --- a/benchmarks/cloudmask/target/greene_v0.5/simple.slurm +++ b/benchmarks/cloudmask/target/greene_v0.5/simple.slurm @@ -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 diff --git a/benchmarks/cloudmask/target/greene_v0.5/tmptest-singularity.slurm b/benchmarks/cloudmask/target/greene_v0.5/tmptest-singularity.slurm index 016815af..bc948f35 100644 --- a/benchmarks/cloudmask/target/greene_v0.5/tmptest-singularity.slurm +++ b/benchmarks/cloudmask/target/greene_v0.5/tmptest-singularity.slurm @@ -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 &