Bo

Results 404 comments of Bo

The false alarm is likely caused by some filesystem hiccups that prevents sos from detecting the activities of the tasks (no change of pulse file after 10+ seconds). The workflow...

The refresh button shows the details of the task, we can just let the status text act as the status button (clicking the text will execute `sos status`).

Using docker can also be an option: [here](https://hub.docker.com/r/giovtorres/docker-centos7-slurm)

You had a good argument on not sharing `$HOME`, but singularity > By default singularity bind mounts /home/$USER, /tmp, and $PWD into your container at runtime. You can specify additional...

I am not sure there is an option for it but you can always open a ticket if you have a good argument/example to demonstrate the problem. The cool thing...

What makes more sense might be celery/flower rq/rq-dashboard like page, that is dedicated to status update.

Did you run the `east_snv` line in `[global]` section? I would usually step through the parameter section to get the parameter initialized ![image](https://user-images.githubusercontent.com/9889312/60478903-9f429f80-9c49-11e9-888e-0a5525afb55b.png)

The first problem is https://github.com/jupyterlab/jupyterlab/pull/6606 , which might or might not be accepted because its negative impact on indent-less languages such as R. Right now you will have to manually...

> Would you elaborate with an example? The idea is that `_input` is supposed to be a transient variable only seen inside a step, and can change for each substep....

You could comment on jupyterlab/jupyterlab#6606 if you have some idea what the behavior should be.