radical-cybertools / radical.pilot

RADICAL-Pilot
http://radical-cybertools.github.io/radical-pilot/index.html
Other
54 stars 23 forks source link

raptor_worker and raptor_master modes are incorrect. #2963

Closed AymenFJA closed 1 year ago

AymenFJA commented 1 year ago

in examples/misc/raptor.cfg incorrectly, we are using raptor_master and raptor_worker instead of raptor.master and raptor.worker which causes this error:

Traceback (most recent call last):
  File "/home/aymen/radical.pilot.sandbox/rp.session.three.aymen.019494.0002/pilot.0000/master.000000/./raptor_master.py", line 286, in <module>
    worker_ids = master.submit_workers(
  File "/home/aymen/radical.pilot.sandbox/rp.session.three.aymen.019494.0002/pilot.0000/rp_install/lib/python3.10/site-packages/radical/pilot/raptor/master.py", line 378, in submit_workers
    raise ValueError('unexpected task mode [%s]' % td.mode)
ValueError: unexpected task mode [task.raptor_worker]