generate 02:54:31 Error detected in "generate_events -f run_01 --nb_core=1"

Asked by Brian Wang

   I am working on (cern)@lxplus.cern.ch. And I want to generate p p > z z >4 tau . so I write a setup.sh and a run.sh ,following https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/MadGraph5aMCatNLOForAtlas.

Thanks!

This is my setup.sh,which seems to work.

   1 setupATLAS
  2 asetup 19.2.5.24.1,MCProd,here #MG5_aMC_v2.5.5
  3 # Under most circumstances you do *not* need to check out MadGraphControl!
  4 # If someone tells you to try out the trunk, then just do:
  5 pkgco.py -A MadGraphControl # for 19.2.5.24.1,MCProd you do need the trunk o f MadGraphControl
  6 cd Generators/MadGraphControl/cmt
  7 make clean; make
  8 cd $TestArea
  9
 10 mkdir run
 11 cd run

* This is the run.sh,which is down at 2 minute of running

 1 Generate_tf.py --ecmEnergy=13000. --maxEvents=-1 --runNumber=999999 --firstEvent=1 --randomSeed=123456 --outputEVNTFile=EVNT.root --jobConfig=MC15.999999.aMcAtNloPythia8EvtGen_A14NNPDF23_ZZ4tau_Incl.py

* MC.......py :

from MadGraphControl.MadGraphUtils import *

nevents=10000
mode=0

### DSID lists (extensions can include systematics samples)
test=[999999]

fcard = open('proc_card_mg5.dat','w')
if runArgs.runNumber in test:
    fcard.write("""
    import model sm
    define p = g u c d s u~ c~ d~ s~
    define j = g u c d s u~ c~ d~ s~
    generate p p > z z
    output -f""")
    fcard.close()
else:
    raise RuntimeError("runNumber %i not recognised in these jobOptions."%runArgs.runNumber)

beamEnergy=-999
if hasattr(runArgs,'ecmEnergy'):
    beamEnergy = runArgs.ecmEnergy / 2.
else:
    raise RuntimeError("No center of mass energy found.")

process_dir = new_process()

#Fetch default NLO run_card.dat and set parameters
extras = { 'pdlabel' :"'lhapdf'",
           'lhaid' :"11000",
           #'pdlabel' :"'nn23nlo'",
           'parton_shower' :'PYTHIA8',
           'reweight_scale':'.false.'}
build_run_card(run_card_old=get_default_runcard(proc_dir=process_dir),run_card_new='run_card.dat',
               nevts=nevents,rand_seed=runArgs.randomSeed,beamEnergy=beamEnergy,extras=extras)

print_cards()

runName='run_01'

generate(run_card_loc='run_card.dat',param_card_loc=None,mode=mode,proc_dir=process_dir,run_name=runName)
arrange_output(run_name=runName,proc_dir=process_dir,outputDS=runName+'._00001.events.tar.gz',lhe_version=3,saveProcDir=True)

#### Shower

evgenConfig.description = 'aMcAtNlo_ZZ4tau'
evgenConfig.keywords+=['tau']
evgenConfig.inputfilecheck = runName
runArgs.inputGeneratorFile=runName+'._00001.events.tar.gz'

include("MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("MC15JobOptions/Pythia8_aMcAtNlo.py")

genSeq.Pythia8.Commands += [ "23:onMode=off", # turn off decay modes
                             "23:onIfAny=15 15" ] # allow modes with b or gamma

from GeneratorFilters.GeneratorFiltersConf import ParentTwoChildrenFilter
filtSeq += ParentTwoChildrenFilter("ZBosonToFourTauFilter")
filtSeq.ZBosonToFourTauFilter.PDGParent = [23]
filtSeq.ZBosonToFourTauFilter.PDGChild = [15,15]

* This is the debug log :
   generate 03:21:56 Generating 10000 events with run name run_01
generate 03:21:56 survey run_01
generate 03:21:56 INFO: compile directory
generate 03:21:57 INFO: Using LHAPDF v6.1.5 interface for PDFs
generate 03:21:59 compile Source Directory
generate 03:22:00 Error detected in "generate_events -f run_01 --nb_core=1"
generate 03:22:00 write debug file /afs/cern.ch/user/w/wangxi/bkg/run/PROC_sm_5/run_01_tag_1_debug.log
generate 03:22:00 If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
generate 03:22:00 MadGraph5Error : A compilation Error occurs when trying to compile /afs/cern.ch/user/w/wangxi/bkg/run/PROC_sm_5/Source.
generate 03:22:00 The compilation fails with the following output message:
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o StringCast.o StringCast.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ranmar.o ranmar.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o alfas_functions_lhapdf.o alfas_functions_lhapdf.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o transpole.o transpole.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o invarients.o invarients.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o hfill.o hfill.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o pawgraphs.o pawgraphs.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_routines.o rw_routines.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_events.o rw_events.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o open_file.o open_file.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o basecode.o basecode.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o setrun.o setrun.f
generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o run_printout.o run_printout.f
generate 03:22:00 run_card.inc:297.19:
generate 03:22:00 Included at setrun.f:78:
generate 03:22:00
generate 03:22:00 PARTON_SHOWER = ' PYTHIA8 '
generate 03:22:00 1
generate 03:22:00 Error: Symbol 'parton_shower' at (1) has no IMPLICIT type
generate 03:22:00 run_card.inc:295.20:
generate 03:22:00 Included at setrun.f:78:
generate 03:22:00
generate 03:22:00 REWEIGHT_SCALE = ' .false. '
generate 03:22:00 1
generate 03:22:00 Error: Symbol 'reweight_scale' at (1) has no IMPLICIT type
generate 03:22:00 make: *** [setrun.o] Error 1
generate 03:22:00 make: *** Waiting for unfinished jobs....
generate 03:22:00
generate 03:22:00 Please try to fix this compilations issue and retry.
generate 03:22:00 Help might be found at https://answers.launchpad.net/mg5amcnlo.
generate 03:22:00 If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
generate 03:22:00 quit
generate 03:22:00 INFO:
generate 03:22:00
generate 03:22:00 INFO:
generate 03:22:00
generate 03:22:00 launch in debug mode
generate 03:22:00 Py:MadGraphUtils INFO Restoring original LHAPDF env variables:
generate 03:22:00 Py:MadGraphUtils INFO LHAPATH=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/sw/lcg/external/MCGenerators_lcgcmt67c/lhapdf/6.1.5/x86_64-slc6-gcc47-opt/share/LHAPDF:/cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/
generate 03:22:00 Py:MadGraphUtils INFO LHAPDF_DATA_PATH=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/sw/lcg/external/MCGenerators_lcgcmt67c/lhapdf/6.1.5/x86_64-slc6-gcc47-opt/share/LHAPDF:/cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/
generate 03:22:00 Py:MadGraphUtils INFO Finished at Wed Oct 3 03:22:00 2018
generate 03:22:00 Py:MadGraphUtils INFO Unzipping generated events.
generate 03:22:00 gzip: PROC_sm_5/Events/run_01/events.lhe.gz: No such file or directory
generate 03:22:00 Py:MadGraphUtils INFO Putting a copy in place for the transform.
generate 03:22:00 Shortened traceback (most recent user call last):
generate 03:22:00 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/AtlasProduction/19.2.5.24/InstallArea/jobOptions/EvgenJobTransforms/skeleton.GENtoEVGEN.py", line 225, in <module>
generate 03:22:00 include(jo)
generate 03:22:00 File "./MC15.999999.aMcAtNloPythia8EvtGen_A14NNPDF23_ZZ4tau_Incl.py", line 49, in <module>
generate 03:22:00 arrange_output(run_name=runName,proc_dir=process_dir,outputDS=runName+'._00001.events.tar.gz',lhe_version=3,saveProcDir=True)
generate 03:22:00 File "/afs/cern.ch/user/w/wangxi/bkg/InstallArea/python/MadGraphControl/MadGraphUtils.py", line 1403, in arrange_output
generate 03:22:00 with open(orig_input,'r') as fileobject:
generate 03:22:00 IOError: [Errno 2] No such file or directory: 'PROC_sm_5/Events/run_01/events.lhe'
generate 03:22:00 Py:Athena INFO leaving with code 8: "an unknown exception occurred"
PyJobTransforms.trfExe.execute 2018-10-03 03:22:00,547 INFO generate executor returns 8
PyJobTransforms.trfExe.validate 2018-10-03 03:22:00,562 ERROR Validation of return code failed: Non-zero return code from generate (8) (Error code 65)
PyJobTransforms.trfExe.validate 2018-10-03 03:22:00,588 INFO Scanning logfile log.generate for errors
PyJobTransforms.trfValidation.scanLogFile 2018-10-03 03:22:00,607 WARNING Detected python exception - activating python exception grabber
PyJobTransforms.transform.execute 2018-10-03 03:22:00,607 CRITICAL Transform executor raised TransformValidationException: Non-zero return code from generate (8); Logfile error in log.generate: "IOError: [Errno 2] No such file or directory: 'PROC_sm_5/Events/run_01/events.lhe'"

Question information

Language:
English Edit question
Status:
Expired
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,

The page https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/MadGraph5aMCatNLOForAtlas seems not to be public. Therefore I cannot comment on it to see if this seems fine for me to use MG5aMC in that way.
If you want me to comment on it please put that page public.

> This is my setup.sh,which seems to work.
>
> 1 setupATLAS
> 2 asetup 19.2.5.24.1,MCProd,here #MG5_aMC_v2.5.5
> 3 # Under most circumstances you do *not* need to check out MadGraphControl!
> 4 # If someone tells you to try out the trunk, then just do:
> 5 pkgco.py -A MadGraphControl # for 19.2.5.24.1,MCProd you do need the trunk o f MadGraphControl
> 6 cd Generators/MadGraphControl/cmt
> 7 make clean; make
> 8 cd $TestArea
> 9
> 10 mkdir run
> 11 cd run

This seems to have nothing to do with MG5aMC. Therefore i can not comment on this.

> * This is the run.sh,which is down at 2 minute of running
>
> 1 Generate_tf.py --ecmEnergy=13000. --maxEvents=-1 --runNumber=999999 --firstEvent=1 --randomSeed=123456 --outputEVNTFile=EVNT.root --jobConfig=MC15.999999.aMcAtNloPythia8EvtGen_A14NNPDF23_ZZ4tau_Incl.py
>
> * MC.......py :

Those script are fully unknow to us. So ...Can not comment on this.

From your setup card, it seems that you run a LO process, but you have some comment about NLO run.
Since the run_card are not the same between LO and NLO, I would suggest to be very carefull that you are actually run what you want.

The compilation error that you observe is likely linked to that issue. You are defining some parameter in the run_card which are only supported for NLO run and those creates crashes when imported in LO card.

Cheers,

Olivier

> On 3 Oct 2018, at 03:27, Brian Wang <email address hidden> wrote:
>
> New question #674611 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/674611
>
> I am working on (cern)@lxplus.cern.ch. And I want to generate p p > z z >4 tau . so I write a setup.sh and a run.sh ,following https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/MadGraph5aMCatNLOForAtlas.
>
> Thanks!
>
>
> This is my setup.sh,which seems to work.
>
> 1 setupATLAS
> 2 asetup 19.2.5.24.1,MCProd,here #MG5_aMC_v2.5.5
> 3 # Under most circumstances you do *not* need to check out MadGraphControl!
> 4 # If someone tells you to try out the trunk, then just do:
> 5 pkgco.py -A MadGraphControl # for 19.2.5.24.1,MCProd you do need the trunk o f MadGraphControl
> 6 cd Generators/MadGraphControl/cmt
> 7 make clean; make
> 8 cd $TestArea
> 9
> 10 mkdir run
> 11 cd run
>
> * This is the run.sh,which is down at 2 minute of running
>
> 1 Generate_tf.py --ecmEnergy=13000. --maxEvents=-1 --runNumber=999999 --firstEvent=1 --randomSeed=123456 --outputEVNTFile=EVNT.root --jobConfig=MC15.999999.aMcAtNloPythia8EvtGen_A14NNPDF23_ZZ4tau_Incl.py
>
> * MC.......py :
>
> from MadGraphControl.MadGraphUtils import *
>
> nevents=10000
> mode=0
>
> ### DSID lists (extensions can include systematics samples)
> test=[999999]
>
> fcard = open('proc_card_mg5.dat','w')
> if runArgs.runNumber in test:
> fcard.write("""
> import model sm
> define p = g u c d s u~ c~ d~ s~
> define j = g u c d s u~ c~ d~ s~
> generate p p > z z
> output -f""")
> fcard.close()
> else:
> raise RuntimeError("runNumber %i not recognised in these jobOptions."%runArgs.runNumber)
>
> beamEnergy=-999
> if hasattr(runArgs,'ecmEnergy'):
> beamEnergy = runArgs.ecmEnergy / 2.
> else:
> raise RuntimeError("No center of mass energy found.")
>
> process_dir = new_process()
>
> #Fetch default NLO run_card.dat and set parameters
> extras = { 'pdlabel' :"'lhapdf'",
> 'lhaid' :"11000",
> #'pdlabel' :"'nn23nlo'",
> 'parton_shower' :'PYTHIA8',
> 'reweight_scale':'.false.'}
> build_run_card(run_card_old=get_default_runcard(proc_dir=process_dir),run_card_new='run_card.dat',
> nevts=nevents,rand_seed=runArgs.randomSeed,beamEnergy=beamEnergy,extras=extras)
>
>
> print_cards()
>
> runName='run_01'
>
> generate(run_card_loc='run_card.dat',param_card_loc=None,mode=mode,proc_dir=process_dir,run_name=runName)
> arrange_output(run_name=runName,proc_dir=process_dir,outputDS=runName+'._00001.events.tar.gz',lhe_version=3,saveProcDir=True)
>
>
>
> #### Shower
>
> evgenConfig.description = 'aMcAtNlo_ZZ4tau'
> evgenConfig.keywords+=['tau']
> evgenConfig.inputfilecheck = runName
> runArgs.inputGeneratorFile=runName+'._00001.events.tar.gz'
>
>
> include("MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
> include("MC15JobOptions/Pythia8_aMcAtNlo.py")
>
> genSeq.Pythia8.Commands += [ "23:onMode=off", # turn off decay modes
> "23:onIfAny=15 15" ] # allow modes with b or gamma
>
> from GeneratorFilters.GeneratorFiltersConf import ParentTwoChildrenFilter
> filtSeq += ParentTwoChildrenFilter("ZBosonToFourTauFilter")
> filtSeq.ZBosonToFourTauFilter.PDGParent = [23]
> filtSeq.ZBosonToFourTauFilter.PDGChild = [15,15]
>
>
> * This is the debug log :
> generate 03:21:56 Generating 10000 events with run name run_01
> generate 03:21:56 survey run_01
> generate 03:21:56 INFO: compile directory
> generate 03:21:57 INFO: Using LHAPDF v6.1.5 interface for PDFs
> generate 03:21:59 compile Source Directory
> generate 03:22:00 Error detected in "generate_events -f run_01 --nb_core=1"
> generate 03:22:00 write debug file /afs/cern.ch/user/w/wangxi/bkg/run/PROC_sm_5/run_01_tag_1_debug.log
> generate 03:22:00 If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> generate 03:22:00 MadGraph5Error : A compilation Error occurs when trying to compile /afs/cern.ch/user/w/wangxi/bkg/run/PROC_sm_5/Source.
> generate 03:22:00 The compilation fails with the following output message:
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o StringCast.o StringCast.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ranmar.o ranmar.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o alfas_functions_lhapdf.o alfas_functions_lhapdf.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o transpole.o transpole.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o invarients.o invarients.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o hfill.o hfill.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o pawgraphs.o pawgraphs.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_routines.o rw_routines.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_events.o rw_events.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o open_file.o open_file.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o basecode.o basecode.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o setrun.o setrun.f
> generate 03:22:00 gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o run_printout.o run_printout.f
> generate 03:22:00 run_card.inc:297.19:
> generate 03:22:00 Included at setrun.f:78:
> generate 03:22:00
> generate 03:22:00 PARTON_SHOWER = ' PYTHIA8 '
> generate 03:22:00 1
> generate 03:22:00 Error: Symbol 'parton_shower' at (1) has no IMPLICIT type
> generate 03:22:00 run_card.inc:295.20:
> generate 03:22:00 Included at setrun.f:78:
> generate 03:22:00
> generate 03:22:00 REWEIGHT_SCALE = ' .false. '
> generate 03:22:00 1
> generate 03:22:00 Error: Symbol 'reweight_scale' at (1) has no IMPLICIT type
> generate 03:22:00 make: *** [setrun.o] Error 1
> generate 03:22:00 make: *** Waiting for unfinished jobs....
> generate 03:22:00
> generate 03:22:00 Please try to fix this compilations issue and retry.
> generate 03:22:00 Help might be found at https://answers.launchpad.net/mg5amcnlo.
> generate 03:22:00 If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
> generate 03:22:00 quit
> generate 03:22:00 INFO:
> generate 03:22:00
> generate 03:22:00 INFO:
> generate 03:22:00
> generate 03:22:00 launch in debug mode
> generate 03:22:00 Py:MadGraphUtils INFO Restoring original LHAPDF env variables:
> generate 03:22:00 Py:MadGraphUtils INFO LHAPATH=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/sw/lcg/external/MCGenerators_lcgcmt67c/lhapdf/6.1.5/x86_64-slc6-gcc47-opt/share/LHAPDF:/cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/
> generate 03:22:00 Py:MadGraphUtils INFO LHAPDF_DATA_PATH=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/sw/lcg/external/MCGenerators_lcgcmt67c/lhapdf/6.1.5/x86_64-slc6-gcc47-opt/share/LHAPDF:/cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/
> generate 03:22:00 Py:MadGraphUtils INFO Finished at Wed Oct 3 03:22:00 2018
> generate 03:22:00 Py:MadGraphUtils INFO Unzipping generated events.
> generate 03:22:00 gzip: PROC_sm_5/Events/run_01/events.lhe.gz: No such file or directory
> generate 03:22:00 Py:MadGraphUtils INFO Putting a copy in place for the transform.
> generate 03:22:00 Shortened traceback (most recent user call last):
> generate 03:22:00 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.5/AtlasProduction/19.2.5.24/InstallArea/jobOptions/EvgenJobTransforms/skeleton.GENtoEVGEN.py", line 225, in <module>
> generate 03:22:00 include(jo)
> generate 03:22:00 File "./MC15.999999.aMcAtNloPythia8EvtGen_A14NNPDF23_ZZ4tau_Incl.py", line 49, in <module>
> generate 03:22:00 arrange_output(run_name=runName,proc_dir=process_dir,outputDS=runName+'._00001.events.tar.gz',lhe_version=3,saveProcDir=True)
> generate 03:22:00 File "/afs/cern.ch/user/w/wangxi/bkg/InstallArea/python/MadGraphControl/MadGraphUtils.py", line 1403, in arrange_output
> generate 03:22:00 with open(orig_input,'r') as fileobject:
> generate 03:22:00 IOError: [Errno 2] No such file or directory: 'PROC_sm_5/Events/run_01/events.lhe'
> generate 03:22:00 Py:Athena INFO leaving with code 8: "an unknown exception occurred"
> PyJobTransforms.trfExe.execute 2018-10-03 03:22:00,547 INFO generate executor returns 8
> PyJobTransforms.trfExe.validate 2018-10-03 03:22:00,562 ERROR Validation of return code failed: Non-zero return code from generate (8) (Error code 65)
> PyJobTransforms.trfExe.validate 2018-10-03 03:22:00,588 INFO Scanning logfile log.generate for errors
> PyJobTransforms.trfValidation.scanLogFile 2018-10-03 03:22:00,607 WARNING Detected python exception - activating python exception grabber
> PyJobTransforms.transform.execute 2018-10-03 03:22:00,607 CRITICAL Transform executor raised TransformValidationException: Non-zero return code from generate (8); Logfile error in log.generate: "IOError: [Errno 2] No such file or directory: 'PROC_sm_5/Events/run_01/events.lhe'"
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Brian Wang (brian1243) said :
#2

Dear Olivier,

      Thanks for your information ! I can not make that twiki public for its link will be invalid here.

Best Regards,
  xin

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.