thiell

Results 101 comments of thiell

[st-cea] Ticket linked to #104 that concerns current directory (PWD) management in interactive mode. Bumping ticket priority as users reported that an improved interactive mode would be useful.

Hi @rezib! Good idea. Now that we do support nD node sets, we could perhaps implement a python-hostlist based on ClusterShell as a replacement.

I can see the need for this, yes. I just wonder if we could do something more generic that just appending a domain. Perhaps a way to provide a method...

[st-cea] Need more work for a clean implementation (add send queue).

[st-cea] Binary write is already implemented. Additionally, as of r383, due (thanks) to the use of EnginePort in order to send any messages to remote worker, binary support is automagically...

Reopening this as I've now noticed this backtrace: ``` test task_wait() when workers are running ... Exception in thread Task-981: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/2.7.18/x64/lib/python2.7/threading.py", line 801, in...

[st-cea] This solution is being investigated. But correct syntax of simplified displayed nodeset would be: ``` @compute!fortoy[204,234,346] ```

One of the expected change is the way parameters are passed to event handlers: ``` python def ev_read(self, worker): """Called to indicate that a worker has data to read.""" ```...

[ad-cea] Task should do less wrapping of data results, but rather exposed results through objects. - task.buffers() returns a MsgTree (_msgtree) - task.errors() returns a MsgTree (_errtree) - task.timeouts() returns...