Search

Search

Help

Page 52 of 423. Showing 4,229 results (0.045 seconds)

  1. How to easily kill or remove an entire job process group

    /env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job %s' % name…
    Qube 6.6May 11, 2015
  2. How to easily kill or remove an entire job process group

    /env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job %s' % name…
    Qube 6.10May 23, 2018
  3. How to easily kill or remove an entire job process group

    /env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job %s' % name…
    Qube 7.0Nov 04, 2020
  4. Job Tags

    in the WranglerView job submission UIs, and in the "Job" and "Running Instances" panes. They are not available for jobs submitted from ArtistView, though they can be viewed as columns in the job
    QubeMay 23, 2018
  5. Job Tags

    in the WranglerView job submission UIs, and in the "Job" and "Running Instances" panes. They are not available for jobs submitted from ArtistView, though they can be viewed as columns in the job
    Qube 7.0Nov 04, 2020
  6. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.4 / … / PythonNov 08, 2012
  7. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.5 / … / PythonNov 08, 2012
  8. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.6 / … / PythonMay 11, 2015
  9. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.7 / … / PythonJan 11, 2016
  10. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.10 / … / PythonMay 23, 2018