Search

Search

Help

Page 1 of 423. Showing 4,229 results (0.065 seconds)

  1. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 6.6May 11, 2015
  2. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 6.7Jan 11, 2016
  3. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 6.8Oct 06, 2016
  4. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 6.9Jul 05, 2017
  5. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 6.10May 23, 2018
  6. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/python # Below are required imports for the script to run import os, sys # The next few lines attempt to import the Qube…
    Qube 7.0Nov 04, 2020
  7. Basic python job submission I. Single command

    . This is the simplest form of job submission. Below is the code with commented explanations of its contents #!/usr/bin/python # Below are required imports for the script to run…
    Qube 6.4May 24, 2013
  8. Basic python job submission I. Single command

    . This is the simplest form of job submission. Below is the code with commented explanations of its contents #!/usr/bin/python # Below are required imports for the script to run…
    Qube 6.5May 24, 2013
  9. Basic python job submission I. Single command

    To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker…
    QubeOct 13, 2020
  10. Basic python job submission II. Frames

    (listOfJobsToSubmit) for job in listOfSubmittedJobs: print job['id'] if __name__ == "__main__": main() sys.exit(0) continue to Basic python job submission III…
    Qube 6.4Apr 15, 2013