Skip to content

Instantly share code, notes, and snippets.

View WeileiZeng's full-sized avatar

Radish Meeting WeileiZeng

View GitHub Profile
# control numble of processes running in parallel
(( num_cores = 64 ))
(( max_process = num_cores - 16 )) #max number of process allowed in parallel
(( total_process = 64 ))
(( started_process = 0 ))
#where job_name is the name of the job you want to control. The name should be unique such that no other job will be included in the search