Line Code
1 2 3 4 5 6 7 8 9 10
import FWCore.ParameterSet.Config as cms

# Switch off MPI

herwigppMPISettingsBlock = cms.PSet(

     hwpp_mpi_switchOff =  cms.vstring(
	'set /Herwig/Shower/ShowerHandler:MPIHandler NULL',
        ),
)