Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
egorkrash committed Sep 27, 2023
1 parent 7334eb8 commit 3cfd5bc
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 745 deletions.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main(config_name):
slurm_args = f'--partition ampere --account <YOUR-ORGANIZATION>-{slurm_sl.upper()}-GPU'

sbatch_command = (f'sbatch {slurm_args} --time={n_gpu_hours}:00:00 '
f'src/slurm_submit_args.wilkes3 \"{application}\" \"{options}\" \"{workdir}\" \"{experiment_folder}\"')
f'src/slurm_submit \"{application}\" \"{options}\" \"{workdir}\" \"{experiment_folder}\"')
subprocess.Popen([sbatch_command], shell=True)

if __name__ == '__main__':
Expand Down
3 changes: 0 additions & 3 deletions src/toy_example/README.md

This file was deleted.

Empty file removed src/toy_example/__init__.py
Empty file.
157 changes: 0 additions & 157 deletions src/toy_example/arguments.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/toy_example/configs_toy_example/main.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions src/toy_example/configs_toy_example/sweep_configs/sweep.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions src/toy_example/run.py

This file was deleted.

Loading

0 comments on commit 3cfd5bc

Please sign in to comment.