Bradley Dice

Results 467 comments of Bradley Dice

@vyasr The only reason I think we should make a decision (rather than tabling the discussion) is that our choice here has significant effects on how we write docs, error/help...

It's possible that this is just the `# Eligible to run:` block ignoring the environment variable `_FLOW_STAMPEDE_OFFSET_`. The script may appear to be wrong but may actually do the right...

@DomFijan I think I fixed the submission error in #438. Can you try that PR and verify? The offsets may still appear incorrectly. I am looking into that next.

(Quoting comment from #438, which I should have written on this issue: https://github.com/glotzerlab/signac-flow/pull/438#issuecomment-766533674) @DomFijan I resolved the issue with submission and I'm going to merge this PR immediately to prevent...

I would suggest using the approach from the PR linked below to automatically generate some type hints, and then manually refine them. https://github.com/glotzerlab/signac/pull/313

@PheelyC Can you confirm if this happens with the "fork" directive disabled? We discussed enabling "fork" for your application on Slack, so I wonder if it's due to output from...

@PheelyC There are some options like timeout that require forking — the fork directive can force execution in a subprocess, but setting fork=False isn’t guaranteed to avoid forking if other...

@joaander I want to give my vote of support for this idea. The landscape of HPC clusters has continued to evolve since I was last actively involved in signac-flow's cluster...

I am hesitant about the proposed changes to make `pre` an argument instead of its own decorator. This is a pretty aggressive change to make in a vacuum unless users...

I have talked with @ac-optimus on Slack about this issue and there are some good first steps that could be taken. Some suggestions for implementation: - The parallelism has to...