Search
Page 31 of 107. Showing 1,063 results (0.019 seconds)
jobsubmit.py
#!/usr/bin/python # # Usage: # python jobsubmit.py --range 1-3 set # python jobsubmit.py --range 1-3 --logdir /tmp/AAA set # python jobsubmit.py --range 1-3 --archive…jobsubmit.py
#!/usr/bin/python # # Usage: # python jobsubmit.py --range 1-3 set # python jobsubmit.py --range 1-3 --logdir /tmp/AAA set # python jobsubmit.py --range 1-3 --archive…jobsubmit.py
#!/usr/bin/python # # Usage: # python jobsubmit.py --range 1-3 set # python jobsubmit.py --range 1-3 --logdir /tmp/AAA set # python jobsubmit.py --range 1-3 --archive…Basic python job submission II. Frames
the frame number' # This time, we will request 4 instances (previously known as subjobs). # By requesting 4 instances, assuming there are 4 open slots on the farm, # up to 4 agenda…Basic python job submission II. Frames
the frame number' # This time, we will request 4 instances (previously known as subjobs). # By requesting 4 instances, assuming there are 4 open slots on the farm, # up to 4 agenda…Basic python job submission II. Frames
qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo the frame number' # This time, we…Basic python job submission II. Frames
qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo the frame number' # This time, we…Basic python job submission II. Frames
qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo the frame number' # This time, we…Basic python job submission II. Frames
qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo the frame number' # This time, we…Basic python job submission II. Frames
qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo the frame number' # This time, we…