Closed mtitov closed 1 year ago
Confirmed by Tianle that it is required to have a configurable parameter start_new_session
@andre-merzky should we put it into resource configuration as new_session_per_task = False
for Theta? (start_new_session = self._cfg.get('new_session_per_task', True)
)
Check if the latest changes in
subprocess.Popen
call (within RP ExecutorPopen
) affect launching process ofaprun
commands https://github.com/radical-cybertools/radical.pilot/blob/5889a458e82eb038636a22425e7acca1728e6934/src/radical/pilot/agent/executing/popen.py#L366-L377Related to this PR #2430 (initial changes for
subprocess.Popen
)