Mad graph giving errors while running on condor

Asked by ruchika

Dear Experts,

I had a perfectly running piece of mad graph code that was working fine on condor but suddenly
it stopped working and starting giving me this error:

****************
Generating 100000 events with run name run_01_0
survey run_01_0
INFO: compile directory
Command "import /export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/myscript_0500_All_13TeV.mg5" interrupted in sub-command:
"multi_run 200" with error:
OSError : [Errno 2] No such file or directory
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/export/share/scratch/rnayyar/condor_output/outAll3M/run_01_0_tag_1_debug.log'.
Please attach this file to your report.
quit
INFO:

INFO:

console.error:
  [CustomizableUI]
  Custom widget with id loop-button does not return a valid node
console.error:
  [CustomizableUI]
  Custom widget with id loop-button does not return a valid node
1447872312524 addons.update-checker WARN Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
*****

I have no idea why this error suddenly, if needed I can provide more info but I do not follow the error.

The debug log is this:
***
multi_run 200
Traceback (most recent call last):
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 879, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/master_interface.py", line 253, in do_import
    self.cmd.do_import(self, *args, **opts)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/madgraph_interface.py", line 4178, in do_import
    self.import_command_file(args[1])
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 1035, in import_command_file
    self.exec_cmd(line, precmd=True)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/madevent_interface.py", line 2174, in do_multi_run
    self.exec_cmd('generate_events %s_%s -f' % (main_name, i), postcmd=False)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/madevent_interface.py", line 1923, in do_generate_events
    postcmd=False)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/madevent_interface.py", line 2293, in do_survey
    self.configure_directory()
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/madevent_interface.py", line 3311, in configure_directory
    self.link_lhapdf(pjoin(self.me_dir,'lib'))
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/common_run_interface.py", line 1892, in link_lhapdf
    lhapdf_version = self.get_lhapdf_version()
  File "/export/share/scratch/rnayyar/ScalarModel/MG5_aMC_v2_2_2/madgraph/interface/common_run_interface.py", line 2050, in get_lhapdf_version
    stdout = subprocess.PIPE).stdout.read().strip()
  File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.6/subprocess.py", line 1238, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
                              Run Options
                              -----------
               stdout_level : 20 (user set)

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
          cluster_temp_path : None
              cluster_queue : None (user set)
             cluster_memory : None (user set)
               cluster_time : None (user set)
                    nb_core : 24 (user set)
                   run_mode : 2

                      Configuration Options
                      ---------------------
                text_editor : None
      cluster_status_update : (600, 30)
               pythia8_path : None (user set)
                  hwpp_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
                thepeg_path : None (user set)
               cluster_type : condor
        exrootanalysis_path : None (user set)
                 eps_viewer : None
                web_browser : None
               syscalc_path : None (user set)
           madanalysis_path : None (user set)
                     lhapdf : lhapdf-config
                 hepmc_path : None (user set)
         cluster_retry_wait : 300
           fortran_compiler : None
                auto_update : 7 (user set)
           cluster_nb_retry : 1
                    timeout : 60
               cpp_compiler : None
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.2.2 2014-11-06 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set complex_mass_scheme False
import model Higgs_Effective_Couplings_FormFact
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
define l+ = e+ mu+ ta+
define l- = e- mu- ta-
define p = u c d s u~ c~ d~ s~ b b~
define j = p
generate g g > t t~ / h QED=99 QCD=99, ( t > b w+, w+ > l+ vl), ( t~ >\
 b~ w-, w- > j j) @1
add process g g > t t~ / h QED=99 QCD=99, ( t > b w+, w+ > j j), ( t~ \
> b~ w-, w- > l- vl~) @2
add process g g > t t~ / h QED=99 QCD=99, ( t > b w+, w+ > j j), ( t~ \
> b~ w-, w- > j j) @3
add process g g > t t~ / h QED=99 QCD=99, ( t > b w+, w+ > l+ vl), ( t\
~ > b~ w-, w- > l- vl~) @4
output /export/share/scratch/rnayyar/condor_output/outAll3M
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 ####
######################################################################
###################################
## INFORMATION FOR MASS
###################################
BLOCK MASS #
      4 1.420000e+00 # mc
      5 4.700000e+00 # mb
      6 1.725000e+02 # mt
      13 1.056600e-01 # mm
      15 1.777000e+00 # mta
      23 9.118800e+01 # mz
      25 1.000000e+04 # mh
      9000006 5.000000e+02 # mp
      1 0.000000e+00 # d : 0.0
      2 0.000000e+00 # u : 0.0
      3 0.000000e+00 # s : 0.0
      11 0.000000e+00 # e- : 0.0
      12 0.000000e+00 # ve : 0.0
      14 0.000000e+00 # vm : 0.0
      16 0.000000e+00 # vt : 0.0
      21 0.000000e+00 # g : 0.0
      22 0.000000e+00 # a : 0.0
      24 8.041900e+01 # w+ : cmath.sqrt(mz__exp__2/2. + cmath.sqrt(mz__exp__4/4. - (aew*cmath.pi*mz__exp__2)/(gf*sqrt__2)))
###################################
## INFORMATION FOR SMINPUTS
###################################
BLOCK SMINPUTS #
      1 1.325070e+02 # aewm1
      2 1.166390e-05 # gf
      3 1.180000e-01 # as
###################################
## INFORMATION FOR WOLFENSTEIN
###################################
BLOCK WOLFENSTEIN #
      1 2.253000e-01 # lamws
      2 8.080000e-01 # aws
      3 1.320000e-01 # rhows
      4 3.410000e-01 # etaws
###################################
## INFORMATION FOR YUKAWA
###################################
BLOCK YUKAWA #
      4 1.270000e+00 # ymc
      5 2.682500e+00 # ymb
      6 2.608092e+02 # ymt
      13 1.056600e-01 # ymm
      15 1.135100e+00 # ymtau
###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.508336e+00 # wt
DECAY 15 2.270000e-12 # wtau
DECAY 23 2.441404e+00 # wz
DECAY 24 2.047600e+00 # ww
DECAY 25 5.753088e-03 # wh
DECAY 9000006 4.963000e+01 # wh1
DECAY 1 0.000000e+00 # d : 0.0
DECAY 2 0.000000e+00 # u : 0.0
DECAY 3 0.000000e+00 # s : 0.0
DECAY 4 0.000000e+00 # c : 0.0
DECAY 5 0.000000e+00 # b : 0.0
DECAY 11 0.000000e+00 # e- : 0.0
DECAY 12 0.000000e+00 # ve : 0.0
DECAY 13 0.000000e+00 # mu- : 0.0
DECAY 14 0.000000e+00 # vm : 0.0
DECAY 16 0.000000e+00 # vt : 0.0
DECAY 21 0.000000e+00 # g : 0.0
DECAY 22 0.000000e+00 # a : 0.0
###################################
## INFORMATION FOR QNUMBERS 9000006
###################################
BLOCK QNUMBERS 9000006 # h1
      1 0 # 3 times electric charge
      2 1 # number of spin states (2s+1)
      3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
      4 0 # particle/antiparticle distinction (0=own anti)
#*********************************************************************
# MadGraph5_aMC@NLO *
# *
# run_card.dat MadEvent *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a '# ' are info or comments *
# *
# mind the format: value = variable ! comment *
#*********************************************************************
#
#*******************
# Running parameters
#*******************
#
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
  tag_1 = run_tag ! name of the run
#*********************************************************************
# Run to generate the grid pack *
#*********************************************************************
  .false. = gridpack !True = setting up the grid pack
#*********************************************************************
# Number of events and rnd seed *
# Warning: Do not generate more than 1M events in a single run *
# If you want to run Pythia, avoid more than 50k events in a run. *
#*********************************************************************
  100000 = nevents ! Number of unweighted events requested
  0 = iseed ! rnd seed (0=assigned automatically=default))
#*********************************************************************
# Collider type and energy *
# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
# 3=photon from electron *
#*********************************************************************
  1 = lpp1 ! beam 1 type
  1 = lpp2 ! beam 2 type
  6500 = ebeam1 ! beam 1 total energy in GeV
  6500 = ebeam2 ! beam 2 total energy in GeV
#*********************************************************************
# Beam polarization from -100 (left-handed) to 100 (right-handed) *
#*********************************************************************
  0 = polbeam1 ! beam polarization for beam 1
  0 = polbeam2 ! beam polarization for beam 2
#*********************************************************************
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
  lhapdf = pdlabel ! PDF set
  10800 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
#*********************************************************************
# Renormalization and factorization scales *
#*********************************************************************
  F = fixed_ren_scale ! if .true. use fixed ren scale
  F = fixed_fac_scale ! if .true. use fixed fac scale
  91.1880 = scale ! fixed ren scale
  91.1880 = dsqrt_q2fact1 ! fixed fact scale for pdf1
  91.1880 = dsqrt_q2fact2 ! fixed fact scale for pdf2
  1 = scalefact ! scale factor for event-by-event scales
#*********************************************************************
# Matching - Warning! ickkw > 1 is still beta
#*********************************************************************
  0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching
  1 = highestmult ! for ickkw=2, highest mult group
  1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE
  1 = alpsfact ! scale factor for QCD emission vx
  F = chcluster ! cluster only according to channel diag
  .false. = pdfwgt ! for ickkw=1, perform pdf reweighting
  5 = asrwgtflavor ! highest quark flavor for a_s reweight
  .false. = clusinfo ! include clustering tag in output
  3.0 = lhe_version ! Change the way clustering information pass to shower.
#*********************************************************************
#**********************************************************
#
#**********************************************************
# Automatic ptj and mjj cuts if xqcut > 0
# (turn off for VBF and single top processes)
#**********************************************************
  T = auto_ptj_mjj ! Automatic setting of ptj and mjj
#**********************************************************
#
#**********************************
# BW cutoff (M+/-bwcutoff*Gamma)
#**********************************
  15 = bwcutoff ! (M+/-bwcutoff*Gamma)
#**********************************************************
# Apply pt/E/eta/dr/mij cuts on decay products or not
# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
#**********************************************************
  .false. = cut_decays ! Cut decay products
#*************************************************************
# Number of helicities to sum per event (0 = all helicities)
# 0 gives more stable result, but longer run time (needed for
# long decay chains e.g.).
# Use >=2 if most helicities contribute, e.g. pure QCD.
#*************************************************************
  0 = nhel ! Number of helicities used per event
#*******************
# Standard Cuts
#*******************
#
#*********************************************************************
# Minimum and maximum pt's (for max, -1 means no cut) *
#*********************************************************************
  0 = ptj ! minimum pt for the jets
  0 = ptb ! minimum pt for the b
  0 = pta ! minimum pt for the photons
  0 = ptl ! minimum pt for the charged leptons
  0 = misset ! minimum missing Et (sum of neutrino's momenta)
  0 = ptheavy ! minimum pt for one heavy final state
  1.0 = ptonium ! minimum pt for the quarkonium states
  -1 = ptjmax ! maximum pt for the jets
  -1 = ptbmax ! maximum pt for the b
  -1 = ptamax ! maximum pt for the photons
  -1 = ptlmax ! maximum pt for the charged leptons
  -1 = missetmax ! maximum missing Et (sum of neutrino's momenta)
#*********************************************************************
# Minimum and maximum E's (in the center of mass frame) *
#*********************************************************************
  0 = ej ! minimum E for the jets
  0 = eb ! minimum E for the b
  0 = ea ! minimum E for the photons
  0 = el ! minimum E for the charged leptons
  -1 = ejmax ! maximum E for the jets
  -1 = ebmax ! maximum E for the b
  -1 = eamax ! maximum E for the photons
  -1 = elmax ! maximum E for the charged leptons
#*********************************************************************
# Maximum and minimum absolute rapidity (for max, -1 means no cut) *
#*********************************************************************
  -1 = etaj ! max rap for the jets
  -1 = etab ! max rap for the b
  -1 = etaa ! max rap for the photons
  -1 = etal ! max rap for the charged leptons
  0.6 = etaonium ! max rap for the quarkonium states
  0 = etajmin ! min rap for the jets
  0 = etabmin ! min rap for the b
  0 = etaamin ! min rap for the photons
  0 = etalmin ! main rap for the charged leptons
#*********************************************************************
# Minimum and maximum DeltaR distance *
#*********************************************************************
  0 = drjj ! min distance between jets
  0 = drbb ! min distance between b's
  0 = drll ! min distance between leptons
  0 = draa ! min distance between gammas
  0 = drbj ! min distance between b and jet
  0 = draj ! min distance between gamma and jet
  0 = drjl ! min distance between jet and lepton
  0 = drab ! min distance between gamma and b
  0 = drbl ! min distance between b and lepton
  0 = dral ! min distance between gamma and lepton
  -1 = drjjmax ! max distance between jets
  -1 = drbbmax ! max distance between b's
  -1 = drllmax ! max distance between leptons
  -1 = draamax ! max distance between gammas
  -1 = drbjmax ! max distance between b and jet
  -1 = drajmax ! max distance between gamma and jet
  -1 = drjlmax ! max distance between jet and lepton
  -1 = drabmax ! max distance between gamma and b
  -1 = drblmax ! max distance between b and lepton
  -1 = dralmax ! maxdistance between gamma and lepton
#*********************************************************************
# Minimum and maximum invariant mass for pairs *
# WARNING: for four lepton final state mmll cut require to have *
# different lepton masses for each flavor! *
#*********************************************************************
  0 = mmjj ! min invariant mass of a jet pair
  0 = mmbb ! min invariant mass of a b pair
  0 = mmaa ! min invariant mass of gamma gamma pair
  0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
  -1 = mmjjmax ! max invariant mass of a jet pair
  -1 = mmbbmax ! max invariant mass of a b pair
  -1 = mmaamax ! max invariant mass of gamma gamma pair
  -1 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
#*********************************************************************
# Minimum and maximum invariant mass for all letpons *
#*********************************************************************
  0 = mmnl ! min invariant mass for all letpons (l+- and vl)
  -1 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
#*********************************************************************
# Minimum and maximum pt for 4-momenta sum of leptons *
#*********************************************************************
  0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
  -1 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
#*********************************************************************
# Inclusive cuts *
#*********************************************************************
  0 = xptj ! minimum pt for at least one jet
  0 = xptb ! minimum pt for at least one b
  0 = xpta ! minimum pt for at least one photon
  0 = xptl ! minimum pt for at least one charged lepton
#*********************************************************************
# Control the pt's of the jets sorted by pt *
#*********************************************************************
  0 = ptj1min ! minimum pt for the leading jet in pt
  0 = ptj2min ! minimum pt for the second jet in pt
  0 = ptj3min ! minimum pt for the third jet in pt
  0 = ptj4min ! minimum pt for the fourth jet in pt
  -1 = ptj1max ! maximum pt for the leading jet in pt
  -1 = ptj2max ! maximum pt for the second jet in pt
  -1 = ptj3max ! maximum pt for the third jet in pt
  -1 = ptj4max ! maximum pt for the fourth jet in pt
  0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
#*********************************************************************
# Control the pt's of leptons sorted by pt *
#*********************************************************************
  0 = ptl1min ! minimum pt for the leading lepton in pt
  0 = ptl2min ! minimum pt for the second lepton in pt
  0 = ptl3min ! minimum pt for the third lepton in pt
  0 = ptl4min ! minimum pt for the fourth lepton in pt
  -1 = ptl1max ! maximum pt for the leading lepton in pt
  -1 = ptl2max ! maximum pt for the second lepton in pt
  -1 = ptl3max ! maximum pt for the third lepton in pt
  -1 = ptl4max ! maximum pt for the fourth lepton in pt
#*********************************************************************
# Control the Ht(k)=Sum of k leading jets *
#*********************************************************************
  0 = htjmin ! minimum jet HT=Sum(jet pt)
  -1 = htjmax ! maximum jet HT=Sum(jet pt)
  0 = ihtmin !inclusive Ht for all partons (including b)
  -1 = ihtmax !inclusive Ht for all partons (including b)
  0 = ht2min ! minimum Ht for the two leading jets
  0 = ht3min ! minimum Ht for the three leading jets
  0 = ht4min ! minimum Ht for the four leading jets
  -1 = ht2max ! maximum Ht for the two leading jets
  -1 = ht3max ! maximum Ht for the three leading jets
  -1 = ht4max ! maximum Ht for the four leading jets
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
# When ptgmin>0, pta and draj are not going to be used *
#***********************************************************************
  0 = ptgmin ! Min photon transverse momentum
  0.4 = R0gamma ! Radius of isolation code
  1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
  1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
  .true. = isoEM ! isolate photons from EM energy (photons and leptons)
#*********************************************************************
# WBF cuts *
#*********************************************************************
  0 = xetamin ! minimum rapidity for two jets in the WBF case
  0 = deltaeta ! minimum rapidity for two jets in the WBF case
#*********************************************************************
# KT DURHAM CUT *
#*********************************************************************
  -1 = ktdurham
   0.4 = dparameter
 #*********************************************************************
# maximal pdg code for quark to be considered as a light jet *
# (otherwise b cuts are applied) *
#*********************************************************************
  4 = maxjetflavor ! Maximum jet pdg code
#*********************************************************************
# Jet measure cuts *
#*********************************************************************
  0 = xqcut ! minimum kt jet measure between partons
#*********************************************************************
#
#*********************************************************************
# Store info for systematics studies *
# WARNING: If use_syst is T, matched Pythia output is *
# meaningful ONLY if plotted taking matchscale *
# reweighting into account! *
#*********************************************************************
  F = use_syst ! Enable systematics studies
#
#**************************************
# Parameter of the systematics study
# will be used by SysCalc (if installed)
#**************************************
#
  0.5 1 2 = sys_scalefact # factorization/renormalization scale factor
  0.5 1 2 = sys_alpsfact # \alpha_s emission scale factors
  30 50 = sys_matchscale # variation of merging scale
# PDF sets and number of members (0 or none for all members).
  CT10nlo.LHgrid = sys_pdf # matching scales
# MSTW2008nlo68cl.LHgrid 1 = sys_pdf
  10800 = lhaid
Thanks
Ruchika

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

Looks like that suddenly you do not have the lhapdf-config exectutable accessible on your system.
I have no idea why but it sounds unlikely that this our fault.

Cheers,

Olivier

Revision history for this message
ruchika (ruchika-work) said :
#2

Dear Olivier,

I have been going around circles on this error. I have tried to run the
same job
on both lxplus and tier 3 and I get the same error. I am not sure how this
happens.
I am trying to find help from some experts but wanted to ask if you have
some suggestions
that I could try. As i have no idea what could go wrong suddenly ?

Thanks,
Ruchika
----------------------------------------
Dr Ruchika Nayyar,
Post Doctoral Fellow for ATLAS Collaboration
University of Arizona
Arizona, USA.
--------------------------------------------

On Wed, Nov 18, 2015 at 2:37 PM, Olivier Mattelaer <
<email address hidden>> wrote:

> Your question #274726 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/274726
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Hi,
>
> Looks like that suddenly you do not have the lhapdf-config exectutable
> accessible on your system.
> I have no idea why but it sounds unlikely that this our fault.
>
> Cheers,
>
> Olivier
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/mg5amcnlo/+question/274726/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/274726
>
> You received this question notification because you asked the question.
>

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Hi Ruchika,

The problem is that "lhapdf-config" is not install (or not in your path).
What happens if you type in a shell
lhapdf-config

When this will work you will have fix your problem.

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask ruchika for more information if necessary.

To post a message you must log in.