Search

Search

Help

Page 64 of 423. Showing 4,229 results (0.035 seconds)

  1. Basic dependencies

    that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python
    Qube 6.9Jul 05, 2017
  2. Basic dependencies

    that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python
    Qube 6.10May 23, 2018
  3. Basic dependencies

    that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python
    Qube 7.0Nov 04, 2020
  4. Basic dependencies

    that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. #!/usr/bin/python
    Qube 6.8Oct 06, 2016
  5. Basic dependencies

    as we've done before. We're going to do # a "sleep" job, so we'll limit this test to osx or linux job = {} job['name'] = 'python parent job' job['cpus'] = 2 job
    QubeOct 13, 2020
  6. WranglerView 6.7-1 Release Notes

    ========================= ==== CL 14482 ==== @FIX: modifying a job can result in the job's environment being cleared out entirely ==== CL 14454 ==== @FIX: performance tweak: don't…
    Release NotesNov 19, 2018
  7. jobsubmit.py

    ' sys.exit(1) # Build the command command = ' '.join(args) # Build the job job = {} job['name'] = 'python test job' job['cpus'] = options.subjobs…
    Qube 6.4 / … / PyframeNov 08, 2012
  8. jobsubmit.py

    ' sys.exit(1) # Build the command command = ' '.join(args) # Build the job job = {} job['name'] = 'python test job' job['cpus'] = options.subjobs…
    Qube 6.6 / … / PyframeMay 11, 2015
  9. jobsubmit.py

    ' sys.exit(1) # Build the command command = ' '.join(args) # Build the job job = {} job['name'] = 'python test job' job['cpus'] = options.subjobs…
    Qube 6.7 / … / PyframeJan 11, 2016
  10. jobsubmit.py

    ' sys.exit(1) # Build the command command = ' '.join(args) # Build the job job = {} job['name'] = 'python test job' job['cpus'] = options.subjobs…
    Qube 6.9 / … / PyframeJul 05, 2017