<div dir="ltr"><div>Hi Dr. Buckley,<br><br></div>I did the following<br><pre class="">wget <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg</a>
  chmod +x rivet-bootstrap-lcg<br><br></pre><pre class="">and then<br><br>./rivet-bootstrap-lcg <br><br></pre><pre class="">it gave me the output (please see the attached .txt file) with<br><br>......................<br>configure: WARNING: fastjet library was not found<br>configure: error: FastJet is required<br><br></pre><pre class="">Thanks,<br></pre><pre class="">Debo.<br></pre><pre class=""><br><br></pre><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 12:02 PM, Andy Buckley <span dir="ltr"><<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 16/06/15 16:49, Debottam Bakshi Gupta wrote:<br>
> Hi Deepak,<br>
><br>
> It would be great if you provide me with some details because I am doing<br>
> this for the 1st time, please see the following.<br>
><br>
> *<br>
> I did<br>
><br>
>   cd /scratch/rivet<br>
>   wget <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/1.9.0/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/1.9.0/rivet-bootstrap-lcg</a><br>
>   chmod +x rivet-bootstrap-lcg<br>
><br>
</span>> **Where Fastjet was installed when I ran<br>
<span class="">><br>
> ./rivet-bootstrap-lcg<br>
><br>
> Q?? which should I use version 1.9.0 or  2.2.1.<br>
<br>
</span>Definitely 2.2.1!<br>
<span class=""><br>
> In case of 2.2.1 if I<br>
> need to install Fastjet separately and how?<br>
<br>
</span>It should be automatically downloaded and installed by the bootstrap --<br>
was it not?<br>
<span class=""><br>
> When I installed version 1.9.0 I tried to use this command<br>
><br>
>> agile-runmc --help<br>
><br>
> And it could not find agile-runmc command<br>
<br>
</span>We don't install AGILe anymore, since the world mostly moved on from the<br>
Fortran MC generators and the LCG directory structure that contained<br>
them has also changed. We might bring AGILe back to life at some point,<br>
but there's not a lot of demand (i.e. no-one has asked!)<br>
<br>
If you want a generator code to try out, I think Pythia8 is the easiest<br>
to install and use. Sherpa and Herwig++ are also quite easy to install<br>
-- not *quite* as easy -- but they are more configurable, which means a<br>
bit more complexity.<br>
<span class=""><br>
> Q?? do I need to download any dependencies for this. because I simply<br>
> want run at the beginning the following code given in<br>
> <a href="https://rivet.hepforge.org/trac/wiki/FirstRivetRun" rel="noreferrer" target="_blank">https://rivet.hepforge.org/trac/wiki/FirstRivetRun</a>.<br>
><br>
>> mkfifo fifo.hepmc<br>
>> agile-runmc Pythia6:425 --beams=LHC:7000 -n 500000 -o fifo.hepmc &<br>
>> rivet --analysis=ANALYSIS_NAME fifo.hepmc<br>
<br>
</span>Ah, I see: we should update that example to not mention agile-runmc...<br>
<span class=""><br>
> Could you just let me know what are the dependencies I need to install<br>
> to run the above code??<br>
<br>
</span>Hopefully the bootstrap will download everything you need, other than a<br>
copy of Pythia8 or whichever generator you prefer. I find the Sacrifice<br>
interface a nice way to steer Pythia8 -- we have a link to that from the<br>
Rivet web page, IIRC.<br>
<br>
Cheers,<br>
Andy<br>
<span class=""><br>
<br>
> On Tue, Jun 16, 2015 at 10:26 AM, Deepak Kar <<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
</span><span class="">> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>> wrote:<br>
><br>
>     Please see inline.<br>
><br>
>     On Tue, Jun 16, 2015 at 5:07 PM, Debottam Bakshi Gupta<br>
>     <<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
</span><span class="">>     <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>> wrote:<br>
>     > Hi helpers,<br>
>     ><br>
>     > I am trying to install Rivet on my lxplus area. I am following instructions<br>
>     > from <a href="https://rivet.hepforge.org/trac/wiki/GettingStarted" rel="noreferrer" target="_blank">https://rivet.hepforge.org/trac/wiki/GettingStarted</a><br>
>     ><br>
>     > step1:<br>
>     ><br>
>     >  cd /scratch/rivet<br>
>     >   wget<br>
>     > <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg</a><br>
>     >   chmod +x rivet-bootstrap-lcg<br>
>     ><br>
>     > step2:<br>
>     ><br>
>     >  nano rivet-bootstrap-lcg ## and edit...<br>
>     ><br>
>     > Q?? do I need to change anything in rivet-bootstrap-lcg script??<br>
>     ><br>
><br>
>     Not really if you dont want to update any of the package versions.<br>
><br>
>     > step3:<br>
>     ><br>
>     > ./rivet-bootstrap-lcg<br>
>     ><br>
>     > Q?? it runs but at the end shows following:<br>
>     > ...............................................<br>
>     > configure: WARNING: fastjet library was not found<br>
>     > configure: error: FastJet is required<br>
><br>
>     Self explanatory - you can/should install fastjet (will be needed for<br>
>     many analyses anyway)<br>
><br>
>     ><br>
>     > step4:<br>
</span>>     > source Rivet/Rivet-2.2.1/<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">rivetenv.sh.in</a> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
<span class="">><br>
><br>
>     I usually source the rivetenv.sh<br>
><br>
>     ><br>
>     > output:<br>
>     > -bash: export: `@LIBPATHVARNAME@=@libdir@:@<br>
>     ><br>
>     > YODALIBPATH@:@HEPMCLIBPATH@:@FASTJETLIBPATH@:@GSLLIBPATH@:LIBPATHVARNAME@':<br>
>     > not a valid identifier<br>
>     ><br>
><br>
>     Best,<br>
>     Deepak<br>
><br>
>     > Could you please help?<br>
>     ><br>
>     > Thanks,<br>
>     > Debo.<br>
>     ><br>
>     ><br>
>     ><br>
>     > _______________________________________________<br>
>     > Rivet mailing list<br>
</span>>     > <a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
<span class="">>     > <a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><br>
><br>
><br>
><br>
>     --<br>
>     Deepak Kar<br>
>     University of Witwatersrand<br>
>     Room PM15, School of Physics<br>
>     (0027) 011-7176958 (office) (0027) 079-8401087 (mobile)<br>
><br>
>     While at CERN:<br>
>     Building 1, R-016<br>
>     (0041) 0767321349 (mobile)<br>
><br>
>     While at USA:<br>
>     (001) 330-998-1500 (mobile)<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Rivet mailing list<br>
> <a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><br>
><br>
<br>
<br>
--<br>
</span>Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br>
Particle Physics Expt Group, University of Glasgow<br>
</blockquote></div><br></div>