Skip to content

Commit 2b159d5

Browse files
waelsamyveluca93
authored andcommitted
Set TPS Default Pipe for Comunication Task to std_io
1 parent 3918317 commit 2b159d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmscontrib/loaders/tps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _get_task_type_parameters(self, data, task_type, evaluation_param):
9999
par_processes = '%s_num_processes' % par_prefix
100100
if par_processes not in task_type_parameters:
101101
task_type_parameters[par_processes] = 1
102-
return [task_type_parameters[par_processes], "stub", "fifo_io"]
102+
return [task_type_parameters[par_processes], "stub", "std_io"]
103103

104104
if task_type == 'TwoSteps' or task_type == 'OutputOnly':
105105
return [evaluation_param]

0 commit comments

Comments
 (0)