Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit d2bca2a

Browse files
authored
Transport default change if no SDC pipeline used (#369)
1 parent 4fbcaaa commit d2bca2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sdc/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
Default value used to select compiler pipeline in a function decorator
6464
'''
6565

66+
if not config_pipeline_hpat_default:
67+
# avoid using MPI transport if no SDC compiler pipeline used
68+
config_transport_mpi_default = False
69+
config_transport_mpi = config_transport_mpi_default
70+
6671
numba_compiler_define_nopython_pipeline_orig = None
6772
'''
6873
Default value for a pointer intended to use as Numba.DefaultPassBuilder.define_nopython_pipeline() in overloaded function

0 commit comments

Comments
 (0)