<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Andy,<div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class=""> I'm also tempted to just remove the "lcg" script and only support the completely standalone bootstrap.</div></blockquote><div class=""><br class=""></div><div class="">I tired that first and it didn’t work. Please keep some support for us techno-idiots who can’t handle the wide variety of architectures out there (a.k.a. mac users :D)</div><div class=""><br class=""></div><div class="">I forgot to say as well, the smearing functions work fine in this version (or at least I get sensible numbers). I’ll send an email to Ynyr shortly to confirm.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Jay</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 31 Jul 2018, at 14:38, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div class="">Hi Jay,</div><br class=""><div class="">Thanks for this... indeed the "lcg bootstrap" wasn't written with lxplus7 in mind, and uses the slc6 LCG packages. We should probably do something about that, although I'm also tempted to just remove the "lcg" script and only support the completely standalone bootstrap.</div><br class=""><div class="">Rivet 2.6.1 isn't released yet, though, so I'm not sure how that worked!!</div><br class=""><div class="">Andy</div><br class=""><div class=""><signature id="initial" class=""><div class=""><table cellpadding="0" cellspacing="0" class=""><tbody class=""><tr class=""><td colspan="2" class=""><div style="padding-bottom:15px;" class=""><div class=""><strong class="">Dr Andy Buckley, Lecturer / Royal Society University Research Fellow</strong></div><div class="">Particle Physics Experiment Group, University of Glasgow</div></div></td></tr><tr class=""><td style="vertical-align:top;" class=""></td><td class=""><div style="font-size:0.9em;white-space:nowrap;border-left:2px solid gray;margin-left:20px;padding-left:20px;" class=""><div class=""><div class=""></div><div class=""></div></div></div></td></tr></tbody></table></div></signature></div><div class="gmail_quote_attribution">On Jul 31 2018, at 2:08 pm, James Howarth <<a href="mailto:jhowarth@cern.ch" class="">jhowarth@cern.ch</a>> wrote:</div><blockquote class=""><br class=""><div class=""><div class="">Hi Andy,</div><div class=""><br class=""></div><div class="">I’ve been playing around with setting up RIVET on the new lxplus7 machines (CentOS) and I the procedure is slightly different from what is on the hepforge getting started page, so I thought I’d send my setup workflow in case you want to update it (the reason I’m using lxplus7 is that the python and gcc versions are fine by default for RIVET).</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Jay</div><div class=""><br class=""></div><div class="">The First part is the same as the currently described running on AFS:</div><div class=""><code class=""><pre style="background-color:rgba(0,0,0,0.05);padding:0.2em 1em" class=""><font style="font-size:13px" class="">  cd /scratch/rivet<br class="">  wget </font><font style="font-size:13px" class=""><a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.6.0/rivet-bootstrap-lcg" title="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.6.0/rivet-bootstrap-lcg" class="">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.6.0/rivet-bootstrap-lcg</a></font><font style="font-size:13px" class=""><br class="">  chmod +x rivet-bootstrap-lcg</font></pre></code><div class="">Only I changed 2.6.0 to 2.6.1. The setting up environment part, however, doesn’t work:</div></div><div class=""><code class=""><pre style="background-color:rgba(0,0,0,0.05);padding:0.2em 1em" class=""><font style="font-size:13px" class="">  source $PREFIX/rivetenv.sh<br class="">  rivet --help<br class="">  rivet --list-analyses</font></pre></code><div class="">But if you instead run the script in local/env.sh as below, it works (expect for the error described below).</div></div><div class=""><br class=""></div><div class="">(these exist in local/env.sh)</div><div class=""><div class="">> source /cvmfs/<a href="http://sft.cern.ch/lcg/releases/LCG_88/gcc/4.9.3/x86_64-slc6/setup.sh" title="http://sft.cern.ch/lcg/releases/LCG_88/gcc/4.9.3/x86_64-slc6/setup.sh" class="">sft.cern.ch/lcg/releases/LCG_88/gcc/4.9.3/x86_64-slc6/setup.sh</a></div><div class="">> source /cvmfs/<a href="http://sft.cern.ch/lcg/releases/LCG_88/Python/2.7.13/x86_64-slc6-gcc49-opt/Python-env.sh" title="http://sft.cern.ch/lcg/releases/LCG_88/Python/2.7.13/x86_64-slc6-gcc49-opt/Python-env.sh" class="">sft.cern.ch/lcg/releases/LCG_88/Python/2.7.13/x86_64-slc6-gcc49-opt/Python-env.sh</a></div><div class="">> source /afs/<a href="http://cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/yodaenv.sh" title="http://cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/yodaenv.sh" class="">cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/yodaenv.sh</a></div><div class="">> source /afs/<a href="http://cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/rivetenv.sh" title="http://cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/rivetenv.sh" class="">cern.ch/work/j/jhowarth/private/13TeV/Rivet/RIVET_2.6/local/rivetenv.sh</a></div></div><div class=""><br class=""></div><div class="">When running the second script I get an error:</div><div class=""><br class=""></div><div class="">python: can't open file '/cvmfs/<a href="http://sft.cern.ch/lcg/releases/LCG_88/lcgenv/1.3.3/x86_64-centos7-gcc62-dbg/lcgenv*':" title="http://sft.cern.ch/lcg/releases/LCG_88/lcgenv/1.3.3/x86_64-centos7-gcc62-dbg/lcgenv*':" class="">sft.cern.ch/lcg/releases/LCG_88/lcgenv/1.3.3/x86_64-centos7-gcc62-dbg/lcgenv*':</a> [Errno 2] No such file or directory</div><div class=""><br class=""></div><div class="">Now that file does exist but obviously isn’t readable by python. Rivet seems to run fine without it though. Anyway, hope that’s helpful.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Jay</div></div></blockquote></div></blockquote></div><br class=""></div></body></html>