Skip to content

Commit 8532988

Browse files
committed
Reducing resource allocation
1 parent 92e8ca9 commit 8532988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples-proposed/024-aggregated-compute-ensemble/instance_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def step(self, timestamp: float = 0.0, **keywords):
5353
run_id = None
5454
try:
5555
cmd = ' '.join(cmd) # need one big ole string for executing tasks
56-
run_id = self.services.launch_task(nproc=2,
56+
run_id = self.services.launch_task(nproc=1,
5757
working_dir=working_dir,
5858
binary=cmd)
5959
except Exception as e:

0 commit comments

Comments
 (0)