question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build cluster between multi computers

See original GitHub issue

In order to speed the calculation speed, I have built clusters between two computers. And there are several models write by myself. I build connection between two computers by the command of dask-scheduler and dask-worker 10.100.207.208:8786 in two computers respectively, and it success. However, when I run my code on one computer, there are a error in another computer ModuleNotFoundError: No module named 'cosipy' . The ‘cosipy’ is a model that write by myself. So how can I solve this problem??

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
gjoseph92commented, May 25, 2021

https://docs.dask.org/en/latest/setup/environment.html also has some suggestions for this.

1reaction
quasibencommented, May 26, 2021

Seems like you may want to consider building a python package if you have multiple files associated with one another. If not, you could upload multiple files?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I create an HPC cluster with two laptops? - Quora
You can create a cluster in 5 easy steps: 1. Make sure that both computers have each other's public key to ssh without...
Read more >
How does one cluster multiple machines to act as one to run ...
How does one take multiple computers and make them act as one, such that all their processors and memory are combined now and...
Read more >
Setting up a home cluster | Blas M. Benito
In this post I explain how to setup a small Beowulf cluster with a personal PC running Ubuntu 20.04 and a couple of...
Read more >
How to Build a Supercomputer: 9 Steps (with Pictures) - wikiHow
1. First determine the hardware components and resources needed. You will need one head node, at least a dozen identical compute nodes, an...
Read more >
Computer Cluster [What It Is & How It Works] | Liquid Web
A cluster can be just two personal computers connected in a simple two-node system, while there are also supercomputers with bigger and more ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found