MGv303betternlops - SMEFTatNLO SLC6 error
Hi all,
I have been running the development branch MGv3.0.
import model SMEFTatNLO-NLO
generate p p > t t~ QCD=2 QED=0 NP=2 [QCD]
output test_dir
launch
shower=pythia8
set nevents 100
This all works fine on Centos 7. However, when I try to run it on SLC 6.10 I get an error:
aMCatNLOError : CutTools installation in /zfs_home/
Let me know what I can do to fix this. Thanks in advance.
Kind regards,
Pim Verschuuren
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Olivier Mattelaer
- Solved:
- 2020-11-12
- Last query:
- 2020-11-12
- Last reply:
- 2020-10-16
The issue is that you change compiler.
The easiest is to re-install the full directory such that everything will be recompile.
(and such that you have one directory for yourr SLC7 and one for your SLC6 system)
Otherwise, if you do not plan to use your SLC7 system anymore, you
can go to the vendors/Cuttools directory and do make clean
this should do the trick as well.
Cheers,
Olivier
> On 16 Oct 2020, at 16:05, Pim Verschuuren <email address hidden> wrote:
>
> New question #693489 on MadGraph5_aMC@NLO:
> https:/
>
> Hi all,
> I have been running the development branch MGv3.0.
>
> import model SMEFTatNLO-NLO
>
> generate p p > t t~ QCD=2 QED=0 NP=2 [QCD]
>
> output test_dir
>
> launch
>
> shower=pythia8
>
> set nevents 100
>
> This all works fine on Centos 7. However, when I try to run it on SLC 6.10 I get an error:
>
> aMCatNLOError : CutTools installation in /zfs_home/
>
> Let me know what I can do to fix this. Thanks in advance.
>
> Kind regards,
>
> Pim Verschuuren
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Pim Verschuuren (pverschu) said : | #2 |
That solved that error! Thanks
Pim Verschuuren (pverschu) said : | #3 |
Thanks Olivier Mattelaer, that solved my question.