Skip to content

issues Search Results · repo:dask/dask-mpi language:Python

Filter by

44 results
 (87 ms)

44 results

indask/dask-mpi (press backspace or delete to remove)

I am trying to access the bokeh dashboard in a HPC environment managed by a Slurm scheduler. I installed dask_mpi using conda. I ran the following in the Slurm submission script: mpirun -np $SLURM_NTASKS ...
  • alessandrocornacchia
  • 3
  • Opened 
    on Jun 27, 2024
  • #126

Since a major makeover was mentioned for dask-mpi in dask/distributed#7192, I thought I would ask if support for non-MPI backends was a possibility. That is, use something like Slurm s srun to launch the ...
  • lgarrison
  • 22
  • Opened 
    on Oct 28, 2022
  • #97

  • YJHMITWEB
  • Opened 
    on Oct 11, 2022
  • #96

Describe the issue: I m trying out a simple hello-world style dask-mpi example, and the computation returns the right result, but I m getting exceptions when the client finishes. I m running the below ...
  • lgarrison
  • 20
  • Opened 
    on Oct 5, 2022
  • #94

What happened: In Python 3.8 tests, the dask_mpi/tests/test_core.py and dask_mpi/tests/test_no_exit.py tests execute processes that raise exceptions at shutdown and return 0 exit codes. What you expected ...
  • kmpaul
  • Opened 
    on Apr 20, 2022
  • #88

What happened: When Dask-MPI is used in batch mode (i.e., using initialize()) on Linux with Python 3.8, it does not properly shut down the scheduler and worker processes when the client script completes. ...
  • kmpaul
  • 9
  • Opened 
    on Apr 19, 2022
  • #87

What happened: When dask-mpi CLI is used, it attempts to import check_python_3 from distributed.cli.utils, which now fails because that function has been removed. What you expected to happen: We shouldn ...
  • kmpaul
  • Opened 
    on Apr 13, 2022
  • #84

Using pip install dask-mpi $ pip install dask-mpi $ mpirun -np 2 dask-mpi --name=test-worker --nthreads=1 --memory-limit=0 --scheduler-file=test.json distributed.http.proxy - INFO - To route to workers ...
  • mahendrapaipuri
  • 18
  • Opened 
    on Dec 2, 2021
  • #83

!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft ...
  • lastephey
  • 22
  • Opened 
    on Nov 12, 2021
  • #82

I ve been able to manually launch a Dask GPU cluster using Slurm successfully. The setup for that looks like: get allocation dask-scheduler --scheduler-file scheduler.json srun -G number-of-gpus-in-allocation ...
  • rcthomas
  • 3
  • Opened 
    on Sep 4, 2021
  • #78
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub