File: agts.py

package info (click to toggle)
gpaw 21.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,492 kB
  • sloc: python: 121,997; ansic: 14,138; sh: 1,125; csh: 139; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
from myqueue.task import task


def create_tasks():
    return [task('h2_gs.py'),
            task('h2_diss.py@8:10m', deps='h2_gs.py'),
            task('graphene_h_gs.py@8:10m'),
            task('graphene_h_prop.py@32:2h', deps='graphene_h_gs.py')]