Skip to content

a project to control the number of jobs to be submitted to slurm batch system

License

Notifications You must be signed in to change notification settings

DESI-UR/sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sentinel

This is a project to control the number of jobs to be submitted to slurm batch system.

After cloning the project, user needs to create three directories:

  • queue
  • run
  • complete

These directories will be used for pushing the jobs into slurm queue properly.

Once these directories are set, user needs to start the sentinel. That can be done either by adding a line in crontab or running it interactively at the background. For the latter, the following line should executed in the sentinel main directory:

nohup sh sentinel.sh &> sentinel.log &

For the former, the example lines will be added later.

About

a project to control the number of jobs to be submitted to slurm batch system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages