<div dir="ltr"><div><div><div>Hi,<br><br></div>Thanks. Could anyone provide me some links on getting Sacrifice (right version) and running Pythia?<br></div><div><br></div>Best regards,<br></div>Debottam.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 21, 2015 at 4:05 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">Sounds like you need to start again in a clean folder, and set up a<br>
Python 2.7 environment before running the bootstrap script (and again<br>
every time you want to source rivetenv.sh). Or I think just avoiding the<br>
ATLAS setup scripts and running with the vanilla lxplus6 compiler and<br>
Python should also work (it did for me).<br>
<br>
Andy<br>
<span class=""><br>
<br>
On 21/06/15 02:41, Debottam Bakshi Gupta wrote:<br>
> Hi Chris,<br>
><br>
> I forgot to mention, I do get a warning when I do the following:<br>
><br>
> $ rivet --help<br>
><br>
> /afs/<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py:12" rel="noreferrer" target="_blank">cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py:12</a><br>
</span>> <<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py:12" rel="noreferrer" target="_blank">http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py:12</a>>:<br>
<span class="">> RuntimeWarning: compiletime version 2.6 of module 'rivet.core' does not<br>
> match runtime version 2.7<br>
><br>
> Thanks,<br>
> Debo.<br>
><br>
> On Sat, Jun 20, 2015 at 1:18 AM, Chris Pollard <<a href="mailto:cpollard@cern.ch">cpollard@cern.ch</a><br>
</span><span class="">> <mailto:<a href="mailto:cpollard@cern.ch">cpollard@cern.ch</a>>> wrote:<br>
><br>
> Hi Debottam,<br>
><br>
> localSetupPython is setting up a very out-of-date version of python<br>
> (2.5, i686, gcc4.3). You should run<br>
><br>
> $ localSetupPython --help<br>
><br>
> This will give you a list of available python versions on that<br>
> system. After that you can set the python version by hand; for<br>
> instance, I usually set up 2.7.4-x86_64-slc6-gcc48:<br>
><br>
> $ localSetupPython 2.7.4-x86_64-slc6-gcc48<br>
><br>
> Can you give that a try then attempt to import rivet again?<br>
><br>
> Chris<br>
><br>
> On Sat, Jun 20, 2015 at 3:55 AM, Debottam Bakshi Gupta<br>
</span><span class="">> <<a href="mailto:debottam.gupta@gmail.com">debottam.gupta@gmail.com</a> <mailto:<a href="mailto:debottam.gupta@gmail.com">debottam.gupta@gmail.com</a>>> wrote:<br>
><br>
> Hi Dr. Buckley,<br>
><br>
> I did the following :<br>
><br>
> >ssh -X -Y <a href="mailto:dbakshig@lxplus6.cern.ch">dbakshig@lxplus6.cern.ch</a><br>
</span>> <mailto:<a href="mailto:dbakshig@lxplus6.cern.ch">dbakshig@lxplus6.cern.ch</a>> //that's how I log in to lxplus6<br>
<span class="">><br>
> >localSetupPython //didn't mention<br>
> any version<br>
><br>
> output: Setting up Python version 2.5.4p2-i686-slc5-gcc43<br>
><br>
> >source ~/Rivet/local/rivetenv.sh<br>
><br>
> >python<br>
> >>> import rivet<br>
><br>
> Traceback (most recent call last):<br>
><br>
> File "<stdin>", line 1, in <module><br>
><br>
> File<br>
> "/afs/<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py" rel="noreferrer" target="_blank">cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py</a><br>
</span>> <<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py" rel="noreferrer" target="_blank">http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py</a>>",<br>
<span class="">> line 12, in <module><br>
><br>
> from rivet.core import *<br>
><br>
> ImportError:<br>
> /afs/<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so" rel="noreferrer" target="_blank">cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so</a><br>
</span>> <<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so" rel="noreferrer" target="_blank">http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so</a>>:<br>
<span class="">> wrong ELF class: ELFCLASS64<br>
><br>
> Thanks,<br>
> Debo.<br>
><br>
> On Fri, Jun 19, 2015 at 6:09 PM, Andy Buckley<br>
</span><div><div class="h5">> <<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>> wrote:<br>
><br>
> I'm not sure what is going on here --- it worked fine for<br>
> me, using the<br>
> lxplus6 system Python. You could try enabling a newer<br>
> version of Python<br>
> either manually or via the ATLAS localSetupPython command if<br>
> you have<br>
> that available.<br>
><br>
> Can you also try sourcing rivetenv.sh, then running "python"<br>
> and try<br>
> "import rivet" at the Python interactive prompt? This should<br>
> give some<br>
> error messages suppressed in the rivet script, which should<br>
> hint at what<br>
> is going wrong.<br>
><br>
> Andy<br>
><br>
><br>
> On 19/06/15 03:00, Debottam Bakshi Gupta wrote:<br>
> > Hi Dr. Buckley,<br>
> ><br>
> > There is another issue I used the command FASTJET_VERSION=3.0.3<br>
> > ./rivet-bootstrap-lcg. Now I tried to set environment on my lxplus home<br>
> > directory<br>
> ><br>
> >>source ~/Rivet/local/rivetenv.sh<br>
> ><br>
> > Then I tried following<br>
> ><br>
> >>rivet --help<br>
> > "The rivet Python module could not be loaded: is your PYTHONPATH set<br>
> > correctly?"<br>
> ><br>
> > I have attached the installation log file. Is it because of an older<br>
> > version of python?<br>
> ><br>
> > Thanks,<br>
> > Debo<br>
> ><br>
> > On Wed, Jun 17, 2015 at 8:59 AM, Andy Buckley <<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>><br>
</div></div><div><div class="h5">> > <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>>> wrote:<br>
> ><br>
> > Hi Debottam,<br>
> ><br>
> > Ok, thanks for confirming. I tried it myself and<br>
> reproduced the problem.<br>
> ><br>
> > The quick fix, I think, will be to use an even earlier<br>
> version of<br>
> > FastJet, since the installation of 3.0.6 in the LCG<br>
> area is (for some<br>
> > strange reason) only for SLC5! Here's a version of the<br>
> command which<br>
> > should do that version change without you needing to<br>
> edit anything:<br>
> ><br>
> > FASTJET_VERSION=3.0.3 ./rivet-bootstrap-lcg<br>
> ><br>
> > This worked for me, and I will update the bootstrap<br>
> script to use 3.0.3<br>
> > by default. I've also asked the LCG applications<br>
> manager what's going on<br>
> > with the FastJet builds, since the 3.1. series has<br>
> been available for<br>
> > nearly a year and the latest SLC6 build is *three<br>
> years* old!!! Maybe<br>
> > they have switched to putting their FastJet builds<br>
> somewhere else,<br>
> > without leaving any signposts in the old directory...<br>
> I'll find out.<br>
> ><br>
> > Cheers,<br>
> > Andy<br>
> ><br>
> ><br>
> ><br>
> > On 17/06/15 02:23, Debottam Bakshi Gupta wrote:<br>
> > > Hi Dr. Buckley,<br>
> > ><br>
> > > Yes I am doing it in lxplus. I logged in to lxplus<br>
> and created a folder<br>
> > > named Rivet in my home directory and there I wrote<br>
> the command<br>
> > ><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>
> > > and then<br>
> > ><br>
> > > ./rivet-bootstrap-lcg.<br>
> > ><br>
> > > Thanks,<br>
> > ><br>
> > > Debo.<br>
> > ><br>
> > ><br>
> > ><br>
> > > On Tue, Jun 16, 2015 at 3:34 PM, Andy Buckley<br>
> <<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>><br>
</div></div><span class="">> > > <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>>>> wrote:<br>
> > ><br>
</span><div><div class="h5">> > > Did you do this on lxplus?<br>
> > ><br>
> > > rivet-bootstrap-lcg is for use on systems where<br>
> the /afs/<a href="http://cern.ch" rel="noreferrer" target="_blank">cern.ch</a> <<a href="http://cern.ch" rel="noreferrer" target="_blank">http://cern.ch</a>> <<a href="http://cern.ch" rel="noreferrer" target="_blank">http://cern.ch</a>><br>
> > > <<a href="http://cern.ch" rel="noreferrer" target="_blank">http://cern.ch</a>><br>
> > > filesystem is visible, and it will try to pick<br>
> up all the external<br>
> > > packages like FastJet from there. If you're<br>
> building on a laptop or<br>
> > > other system without AFS, use the<br>
> rivet-bootstrap script instead.<br>
> > ><br>
> > > Andy<br>
> > ><br>
> > ><br>
> > > On 16/06/15 18:51, Debottam Bakshi Gupta wrote:<br>
> > > > Hi Dr. Buckley,<br>
> > > ><br>
> > > > I did the following<br>
> > > ><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>
> > > > and then<br>
> > > ><br>
> > > > ./rivet-bootstrap-lcg<br>
> > > ><br>
> > > > it gave me the output (please see the attached<br>
> .txt file) with<br>
> > > ><br>
> > > > ......................<br>
> > > > configure: WARNING: fastjet library was not found<br>
> > > > configure: error: FastJet is required<br>
> > > ><br>
> > > > Thanks,<br>
> > > ><br>
> > > > Debo.<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > On Tue, Jun 16, 2015 at 12:02 PM, Andy Buckley<br>
> <<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>><br>
> > <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>>><br>
> > > > <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>><br>
> > <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch">andy.buckley@cern.ch</a>>>>>> wrote:<br>
> > > ><br>
> > > > On 16/06/15 16:49, Debottam Bakshi Gupta<br>
> wrote:<br>
> > > > > Hi Deepak,<br>
> > > > ><br>
> > > > > It would be great if you provide me with<br>
> some details<br>
> > > because I am doing<br>
> > > > > this for the 1st time, please see the<br>
> following.<br>
> > > > ><br>
> > > > > *<br>
> > > > > I did<br>
> > > > ><br>
> > > > > cd /scratch/rivet<br>
> > > > > wget<br>
> > ><br>
> ><br>
> <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>
> > > > > **Where Fastjet was installed when I ran<br>
> > > > ><br>
> > > > > ./rivet-bootstrap-lcg<br>
> > > > ><br>
> > > > > Q?? which should I use version 1.9.0 or<br>
> 2.2.1.<br>
> > > ><br>
> > > > Definitely 2.2.1!<br>
> > > ><br>
> > > > > In case of 2.2.1 if I<br>
> > > > > need to install Fastjet separately and how?<br>
> > > ><br>
> > > > It should be automatically downloaded and<br>
> installed by the<br>
> > > bootstrap --<br>
> > > > was it not?<br>
> > > ><br>
> > > > > When I installed version 1.9.0 I tried<br>
> to use this command<br>
> > > > ><br>
> > > > >> agile-runmc --help<br>
> > > > ><br>
> > > > > And it could not find agile-runmc command<br>
> > > ><br>
> > > > We don't install AGILe anymore, since the<br>
> world mostly moved<br>
> > > on from the<br>
> > > > Fortran MC generators and the LCG<br>
> directory structure that<br>
> > > contained<br>
> > > > them has also changed. We might bring<br>
> AGILe back to life at<br>
> > > some point,<br>
> > > > but there's not a lot of demand (i.e.<br>
> no-one has asked!)<br>
> > > ><br>
> > > > If you want a generator code to try out, I<br>
> think Pythia8 is<br>
> > > the easiest<br>
> > > > to install and use. Sherpa and Herwig++<br>
> are also quite<br>
> > easy to<br>
> > > install<br>
> > > > -- not *quite* as easy -- but they are<br>
> more configurable,<br>
> > > which means a<br>
> > > > bit more complexity.<br>
> > > ><br>
> > > > > Q?? do I need to download any<br>
> dependencies for this.<br>
> > because<br>
> > > I simply<br>
> > > > > want run at the beginning the following<br>
> code given in<br>
> > > > ><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<br>
> --beams=LHC:7000 -n 500000 -o<br>
> > > fifo.hepmc &<br>
> > > > >> rivet --analysis=ANALYSIS_NAME fifo.hepmc<br>
> > > ><br>
> > > > Ah, I see: we should update that example<br>
> to not mention<br>
> > > agile-runmc...<br>
> > > ><br>
> > > > > Could you just let me know what are the<br>
> dependencies I<br>
> > need<br>
> > > to install<br>
> > > > > to run the above code??<br>
> > > ><br>
> > > > Hopefully the bootstrap will download<br>
> everything you need,<br>
> > > other than a<br>
> > > > copy of Pythia8 or whichever generator you<br>
> prefer. I<br>
> > find the<br>
> > > Sacrifice<br>
> > > > interface a nice way to steer Pythia8 --<br>
> we have a link to<br>
> > > that from the<br>
> > > > Rivet web page, IIRC.<br>
> > > ><br>
> > > > Cheers,<br>
> > > > Andy<br>
> > > ><br>
> > > ><br>
> > > > > On Tue, Jun 16, 2015 at 10:26 AM, Deepak Kar<br>
> > > <<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>>><br>
> > > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>>>><br>
> > > > > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>>><br>
> > > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com">deepak.kar@gmail.com</a><br>
> <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,<br>
> Debottam Bakshi Gupta<br>
> > > > > <<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>>><br>
> > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>><br>
> > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>>>><br>
> > > > ><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>><br>
> > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>>><br>
> > > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>>><br>
> > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch">debottam.bakshi.gupta@cern.ch</a><br>
> <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<br>
> lxplus area.<br>
> > I am following instructions<br>
> > > > > > from<br>
> > <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>
> > > > > ><br>
> ><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<br>
> edit...<br>
> > > > > ><br>
> > > > > > Q?? do I need to change anything in<br>
> > rivet-bootstrap-lcg script??<br>
> > > > > ><br>
> > > > ><br>
> > > > > Not really if you dont want to<br>
> update any of the<br>
> > package versions.<br>
> > > > ><br>
> > > > > > step3:<br>
> > > > > ><br>
> > > > > > ./rivet-bootstrap-lcg<br>
> > > > > ><br>
> > > > > > Q?? it runs but at the end shows<br>
> following:<br>
> > > > > ><br>
> ...............................................<br>
> > > > > > configure: WARNING: fastjet<br>
> library was not found<br>
> > > > > > configure: error: FastJet is required<br>
> > > > ><br>
> > > > > Self explanatory - you can/should<br>
> install fastjet<br>
> > (will be needed for<br>
> > > > > many analyses anyway)<br>
> > > > ><br>
> > > > > ><br>
> > > > > > step4:<br>
> > > > > > source<br>
> 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>
> > <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
> > > > <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
> > > > ><br>
> > > > ><br>
> > > > > I usually source the rivetenv.sh<br>
> > > > ><br>
> > > > > ><br>
> > > > > > output:<br>
> > > > > > -bash: export:<br>
> `@LIBPATHVARNAME@=@libdir@:@<br>
> > > > > ><br>
> > > > > ><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>
> _______________________________________________<br>
> > > > > > Rivet mailing list<br>
> > > > > > <a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>><br>
> > > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>>><br>
> > > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>><br>
> > > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>>>><br>
> > > > > ><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>
> > > > > Deepak Kar<br>
> > > > > University of Witwatersrand<br>
> > > > > Room PM15, School of Physics<br>
> > > > > (0027) 011-7176958 (office) (0027)<br>
> 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<br>
</div></div>> <tel:<a href="tel:330-998-1500" value="+13309981500">330-998-1500</a>> (mobile)<br>
<span class="im HOEnZb">> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> _______________________________________________<br>
> > > > > Rivet mailing list<br>
> > > > > <a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>><br>
</span><span class="im HOEnZb">> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>><br>
> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>>>>><br>
> > > > ><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><div class="HOEnZb"><div class="h5">> > > > Dr Andy Buckley, Lecturer / Royal Society<br>
> University<br>
> > Research<br>
> > > Fellow<br>
> > > > Particle Physics Expt Group, University of<br>
> Glasgow<br>
> > > ><br>
> > > ><br>
> > ><br>
> > ><br>
> > > --<br>
> > > Dr Andy Buckley, Lecturer / Royal Society<br>
> University Research<br>
> > Fellow<br>
> > > Particle Physics Expt Group, University of Glasgow<br>
> > ><br>
> > ><br>
> ><br>
> ><br>
> > --<br>
> > Dr Andy Buckley, Lecturer / Royal Society University<br>
> Research Fellow<br>
> > Particle Physics Expt Group, University of Glasgow<br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> Dr Andy Buckley, Lecturer / Royal Society University<br>
> Research Fellow<br>
> Particle Physics Expt Group, University of Glasgow<br>
><br>
><br>
><br>
> _______________________________________________<br>
> Rivet mailing list<br>
> <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>
> <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>
<br>
--<br>
Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br>
Particle Physics Expt Group, University of Glasgow<br>
</div></div></blockquote></div><br></div>