![]() |
|
|||
File indexing completed on 2023-03-17 10:55:08
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def customise(process): 0004 0005 if not hasattr(process, "options"): 0006 process.options = cms.untracked.PSet() 0007 0008 process.options.numberOfThreads = 1 0009 process.options.numberOfStreams = 1 0010 0011 return(process)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |