You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I had deployed the phantom 1_6 release with phantom_1_6_slc7_amd64_gcc700.tar.gz version and here is compilation log showing its successfully compiled. This release is available now here at /afs/cern.ch/cms/generators/www/phantom/compiled/phantom_1_6_slc7_amd64_gcc700.tar.gz.
Now I submitted it using python ./submit_phantom.py ssww.cfg . In this submit_phantom.file I have only changed line 115 [1] and its being changed to : submitfile.write ('export PDFLIBDIR=/cvmfs/cms.cern.ch/slc7_amd64_gcc700/external/lhapdf/6.2.1-pafccj3/lib\n').
I have got this library using these steps. [2]
/afs/cern.ch/work/s/sverma/public/Phantom/genproductions/bin/Phantom./submit_phantom.py
everything is perfect but each time I have issue with CONDORfile generation. so I am opening the issue here.
you can find the file here : /afs/cern.ch/work/s/sverma/public/Phantom/genproductions/bin/Phantom/ssww.cfg
Please let me know. I tried to debug the issue but didn't understand its cause. It would be quite helpful.
I would also request if Phantom related activities could be reopened from the GEN side assigning one Phantom contact. Twiki seems updated quite long back.
Thanks and Regards,
Sadhana Verma
The text was updated successfully, but these errors were encountered:
Using runcmsgrid.sh is the next step according to twiki in order to get few events.
and also I changed the queue 1 to queue workday inside the ssww.cfg file
as when I was trying to run ./CONDORfile [1] ( in order to check what its doing ) it was giving me error JobFlavor used is invalid. It gets fixed using workday instead of 1.
Could you please let me know how to proceed further as this folder contains a lot of sub-process folders [lets say [2] ] as well. What I am I suppose to do with those?
Dear experts @menglu21 @agrohsje @bbilin !
(cc'ing @vischia )
I am following this twiki here.
https://twiki.cern.ch/twiki/bin/view/CMS/PhantomGeneratorCMS#instructions_to_deploy_a_new_rel
and I had deployed the phantom 1_6 release with phantom_1_6_slc7_amd64_gcc700.tar.gz version and here is compilation log showing its successfully compiled. This release is available now here at /afs/cern.ch/cms/generators/www/phantom/compiled/phantom_1_6_slc7_amd64_gcc700.tar.gz.
log of compilation : log.txt
Now I submitted it using python ./submit_phantom.py ssww.cfg . In this submit_phantom.file I have only changed line 115 [1] and its being changed to : submitfile.write ('export PDFLIBDIR=/cvmfs/cms.cern.ch/slc7_amd64_gcc700/external/lhapdf/6.2.1-pafccj3/lib\n').
I have got this library using these steps. [2]
/afs/cern.ch/work/s/sverma/public/Phantom/genproductions/bin/Phantom./submit_phantom.py
The submission log can be found below.
submission_log.txt
everything is perfect but each time I have issue with CONDORfile generation. so I am opening the issue here.
you can find the file here : /afs/cern.ch/work/s/sverma/public/Phantom/genproductions/bin/Phantom/ssww.cfg
Changes done in the ssww.cfg files are :
18 CMSSW = CMSSW_10_6_19
21 package = /afs/cern.ch/cms/generators/www/phantom/compiled/phantom_1_6_slc7_amd64_gcc700.tar.gz
28 ARCH = slc7_amd64_gcc700
47 scheduler = CONDOR
48 queue = 1
[1] https://github.com/cms-sw/genproductions/blob/master/bin/Phantom/submit_phantom.py#L115
[2]setup cms release CMSSW_10_6_19 , did cmsenv, and then
$ lhapdf-config --libdir
Please let me know. I tried to debug the issue but didn't understand its cause. It would be quite helpful.
I would also request if Phantom related activities could be reopened from the GEN side assigning one Phantom contact. Twiki seems updated quite long back.
Thanks and Regards,
Sadhana Verma
The text was updated successfully, but these errors were encountered: