We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf2b0f commit b4354a6Copy full SHA for b4354a6
arc/job/adapter.py
@@ -386,7 +386,7 @@ def determine_job_array_parameters(self):
386
if len(self.species) > 1:
387
self.iterate_by.append('species')
388
if job_type == 'conf_opt':
389
- if self.species is not None and sum(len(species.conformers) for species in self.species) > 10:
+ if self.species is not None and sum(len(species.conformers) for species in self.species) > 100:
390
self.iterate_by.append('conf_opt')
391
self.number_of_processes += sum([len(species.conformers) for species in self.species])
392
for species in self.species:
0 commit comments