Upper bound on number of tapes that will be run in parallel. (Excludes empty tapes)
(self)
| 288 | return self.args |
| 289 | |
| 290 | def max_par_tapes(self): |
| 291 | """Upper bound on number of tapes that will be run in parallel. |
| 292 | (Excludes empty tapes)""" |
| 293 | return self.n_threads |
| 294 | |
| 295 | def init_names(self, args): |
| 296 | self.programs_dir = "Programs" |