Skip to content

Commit

Permalink
Merge pull request #70 from davidkastner/update-manager
Browse files Browse the repository at this point in the history
Updated job manager
  • Loading branch information
davidkastner committed Sep 6, 2024
2 parents 9800c6c + 30f0b03 commit c304bb0
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 283 deletions.
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ scheduler: slurm # What scheduler do you use (e.g., slurm,
pcm_radii_file: /path/to/pcm_radii # The path to the pcm_radii file if using terachem

# Submit QM jobs
submit_jobs: true # Submit the created jobs
create_jobs: false # Create QM job input files
submit_jobs: false # Submit the created jobs
job_count: 10 # The number of jobs to maintain on the scheduler
checkup: false # Check how status of qm jobs
Loading

0 comments on commit c304bb0

Please sign in to comment.