[Rivet] [Rivet-svn] r2972 - trunk/data/anainfo

Frank Siegert frank.siegert at cern.ch
Fri Feb 25 10:21:37 GMT 2011


Hi David,

> Please don't let the .so files get too large, either. At runtime, I
> wouldn't want to have the LHAPDF problem of reserving enormous amounts
> of VMEM for analyses I'm never going to use.

Is this anywhere close to an issue yet? I would have thought that the 
analyses are basically negligible in their memory usage, but would 
certainly like to see numbers for that.

> The duplicates issue for the developers can be made less severe by using
> 'rm oldlocation.la; make' instead of a full 'make clean; make'. That
> saves a lot of time.

True, but still not very elegant, so I maintain my point.

>> RivetATLASAnalyses_la_SOURCES = \
>> if ENABLE_UNVALIDATED
>> ATLAS_2010_CONF_2010_049.cc
>> endif
>> ATLAS_2010_S8591806.cc \
>> ATLAS_2010_S8817804.cc \
>> ATLAS_2010_S8894728.cc \
>> ATLAS_2010_S8914702.cc \
>> ATLAS_2010_S8918562.cc \
>> ATLAS_2010_S8919674.cc \
>> ATLAS_2011_S8924791.cc \
>> ATLAS_2011_S8971293.cc
>
> Almost. The syntax is
>
> foo_SOURCES = always.cc ....
> if ENABLE_OTHER_STUFF
> foo_SOURCES += other.cc ...
> endif
>
> That works fine in Herwig's BSM model selection.

Cool, thanks for the correction, that looks even more elegant.
So who'd be in favour of something like this?

Cheers,
Frank


More information about the Rivet mailing list