Skip to content

Commit

Permalink
fix slurm file to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 5, 2023
1 parent 020c51e commit 5831e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions benchmarks/cloudmask/target/greene_v0.5/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys

from docopt import docopt
from pprint import pprint
# from pprint import pprint

arguments = docopt(__doc__)
DEBUG = arguments['--debug']
Expand All @@ -30,7 +30,7 @@
GPU = arguments['--gpu'] or "a100"


pprint(arguments)
# pprint(arguments)


if DEBUG:
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/cloudmask/target/greene_v0.5/simple-rivanna.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5831e26

Please sign in to comment.