From 5831e266dac9521c2e011305f8fb2d36d260c630 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Wed, 4 Oct 2023 22:15:32 -0400 Subject: [PATCH] fix slurm file to pass --- benchmarks/cloudmask/target/greene_v0.5/experiment.py | 4 ++-- benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/cloudmask/target/greene_v0.5/experiment.py b/benchmarks/cloudmask/target/greene_v0.5/experiment.py index b34170ad..baef1028 100755 --- a/benchmarks/cloudmask/target/greene_v0.5/experiment.py +++ b/benchmarks/cloudmask/target/greene_v0.5/experiment.py @@ -19,7 +19,7 @@ import sys from docopt import docopt -from pprint import pprint +# from pprint import pprint arguments = docopt(__doc__) DEBUG = arguments['--debug'] @@ -30,7 +30,7 @@ GPU = arguments['--gpu'] or "a100" -pprint(arguments) +# pprint(arguments) if DEBUG: diff --git a/benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm b/benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm index 21894382..cd34a31f 100644 --- a/benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm +++ b/benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm @@ -37,8 +37,8 @@ cd $TARGET #cms gpu watch --gpu=0 --delay=0.5 --dense > outputs/gpu0.log & -#python ./cloudmask_v0.5.py --config config_simple_rivanna.yaml +#python ./cloudmask_v0.5.py --config config-simple-rivanna.yaml -singularity exec --nv ./cloudmask.sif bash -c "cd ${TARGET} ; python cloudmask_v0.5.py --config=config_simple_rivanna.yaml" +singularity exec --nv ./cloudmask.sif bash -c "cd ${TARGET} ; python cloudmask_v0.5.py --config=config-simple-rivanna.yaml" seff $SLURM_JOB_ID