radical-cybertools / radical.analytics

Analytics for RADICAL-Cybertools
Other
1 stars 1 forks source link

Pilot prof utils error #57

Closed jdakka closed 4 years ago

jdakka commented 6 years ago

Hi Andre,

You should be able to reproduce the error in the link (coming from rp_info):

/Users/JumanaDakka/git/htbac-experiments/venv/lib/python2.7/site-packages/radical/pilot/utils/prof_utils.pyc in combine_profiles(profs)
    205         t_prof = prof[0]['time']
    206 
--> 207         host, ip, t_sys, t_ntp, t_mode = prof[0]['msg'].split(':')
    208         host_id = '%s:%s' % (host, ip)
    209 

ValueError: need more than 1 value to unpack

https://github.com/radical-experiments/htbac-experiments/tree/master/ties/null_workload

stack:

python               : 2.7.12
  pythonpath           : 
  virtualenv           : /Users/JumanaDakka/git/htbac-experiments/venv

  radical.analytics    : v0.45.2-7-g6862da3@devel
  radical.pilot        : 0.46.2
  radical.utils        : 0.46.2
  saga                 : 0.46.1
andre-merzky commented 6 years ago

I am afraid I can't run RA on that dataset, as the json file is missing in the session dir. Would you mind adding it, please? Also, there are no profiles from the pilot side - is that intentional?