No such file ../MadLoopParams_default.dat

Bug #1773458 reported by Joshua Lin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Fix Released
Undecided
Unassigned

Bug Description

When running the commands:

generate p p > H [QCD]
output test

and then ./test/bin/generate_events, I get the error:

Command "generate_events " interrupted with error:
IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'

I've attached my debug file as well

Revision history for this message
Joshua Lin (joshuazlin) wrote :
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1773458] [NEW] No such file ../MadLoopParams_default.dat

Thanks,

I have finally found one OS where to reproduce such error.
I will investigate it more tomorrow.

Cheers,

Olivier

> On 25 May 2018, at 23:20, Joshua Lin <email address hidden> wrote:
>
> Public bug reported:
>
> When running the commands:
>
> generate p p > H [QCD]
> output test
>
> and then ./test/bin/generate_events, I get the error:
>
> Command "generate_events " interrupted with error:
> IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'
>
> I've attached my debug file as well
>
> ** Affects: mg5amcnlo
> Importance: Undecided
> Status: New
>
> ** Attachment added: "run_01_tag_1_debug.log"
> https://bugs.launchpad.net/bugs/1773458/+attachment/5144416/+files/run_01_tag_1_debug.log
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1773458
>
> Title:
> No such file ../MadLoopParams_default.dat
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> When running the commands:
>
> generate p p > H [QCD]
> output test
>
> and then ./test/bin/generate_events, I get the error:
>
> Command "generate_events " interrupted with error:
> IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'
>
> I've attached my debug file as well
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1773458/+subscriptions

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

In the meantime,

you can run via
./bin/mg5_aMC
launch XXXXXX

This does not have such issue.

Cheers,

Olivier

> On 29 May 2018, at 20:35, Olivier Mattelaer <email address hidden> wrote:
>
> Thanks,
>
> I have finally found one OS where to reproduce such error.
> I will investigate it more tomorrow.
>
> Cheers,
>
> Olivier
>
>> On 25 May 2018, at 23:20, Joshua Lin <email address hidden> wrote:
>>
>> Public bug reported:
>>
>> When running the commands:
>>
>> generate p p > H [QCD]
>> output test
>>
>> and then ./test/bin/generate_events, I get the error:
>>
>> Command "generate_events " interrupted with error:
>> IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'
>>
>> I've attached my debug file as well
>>
>> ** Affects: mg5amcnlo
>> Importance: Undecided
>> Status: New
>>
>> ** Attachment added: "run_01_tag_1_debug.log"
>> https://bugs.launchpad.net/bugs/1773458/+attachment/5144416/+files/run_01_tag_1_debug.log
>>
>> --
>> You received this bug notification because you are subscribed to
>> MadGraph5_aMC@NLO.
>> https://bugs.launchpad.net/bugs/1773458
>>
>> Title:
>> No such file ../MadLoopParams_default.dat
>>
>> Status in MadGraph5_aMC@NLO:
>> New
>>
>> Bug description:
>> When running the commands:
>>
>> generate p p > H [QCD]
>> output test
>>
>> and then ./test/bin/generate_events, I get the error:
>>
>> Command "generate_events " interrupted with error:
>> IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'
>>
>> I've attached my debug file as well
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/mg5amcnlo/+bug/1773458/+subscriptions
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1773458
>
> Title:
> No such file ../MadLoopParams_default.dat
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> When running the commands:
>
> generate p p > H [QCD]
> output test
>
> and then ./test/bin/generate_events, I get the error:
>
> Command "generate_events " interrupted with error:
> IOError : [Errno 2] No such file or directory: '/global/u1/j/jzlin/summer/MG5_aMC_v2_6_2/bin/test/Cards/MadLoopParams_default.dat'
>
> I've attached my debug file as well
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1773458/+subscriptions

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

I have pushed the following patch in the development version.

Thanks for the information,

Olivier

=== modified file 'madgraph/loop/loop_exporters.py'
--- madgraph/loop/loop_exporters.py 2018-04-27 10:54:08 +0000
+++ madgraph/loop/loop_exporters.py 2018-05-30 06:30:43 +0000
@@ -411,6 +411,9 @@
             shutil.copy(os.path.join(self.loop_dir,'StandAlone/', file),
                         os.path.join(self.dir_path, file))

+ cp(pjoin(self.loop_dir,'StandAlone/Cards/MadLoopParams.dat'),
+ pjoin(self.dir_path, 'Cards/MadLoopParams_default.dat'))
+
         ln(pjoin(self.dir_path, 'Cards','MadLoopParams.dat'), pjoin(self.dir_path,'SubProcesses'))

         # We might need to give a different name to the MadLoop makefile

Changed in mg5amcnlo:
status: New → Fix Committed
Changed in mg5amcnlo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.