Skip to content
#

parallel-processing

Here are 235 public repositories matching this topic...

HenrikBengtsson
HenrikBengtsson commented Apr 29, 2020

Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,

  1. How to test code, e.g. run tests with plan(sequential) and plan(multisession) and don't assume that plan(multicore) is available.

  2. Make sure to shut down PSOCK clusters at the end of examples and package tests, i.e. call plan(sequential) at the end (e.g. #327)

  3. Avoid setti

stabilus
stabilus commented Jul 23, 2019

I am entering the subject as a non mathematician and non data scientist. I'm a potential user of your code who is looking to solve actual down to earth practical problems. While your code apparently beautifully includes a multitude of problems and algorithms, they are really wasted on me as I simply don't get the math, the lingo or the examples.

I therefore suggest you provide a few practical e

Python Multi-Process Execution Pool: concurrent asynchronous execution pool with custom resource constraints (memory, timeouts, affinity, CPU cores and caching), load balancing and profiling capabilities of the external apps on NUMA architecture

  • Updated Aug 28, 2019
  • Python
GoogleCodeExporter
GoogleCodeExporter commented Mar 10, 2016
What steps will reproduce the problem?
1. man pscp (or prsync or pslurp)
2. look in the NAME section

What is the expected output? What do you see instead?
expected (e.g.): pscp - parallel secure copy
see instead: parallel process kill program

What version of the product are you using?
2.3.1

On what operating system?
cygwin

Please provide any additional information below.
commit 846796e941c
Sceki
Sceki commented Jun 9, 2019

Some problems/algorithms seem to have an inconsistent python exposition in terms of types.

For instance, in ../src/problems/dtlz.cpp we have:

dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha)

But in the ../pygmo/expose_problems_0.cpp it is exposed as:

dtlz_p.def(bp::init<unsigned, unsigned, unsigned, unsigned>

I

lolocohen
lolocohen commented Mar 30, 2019

What do you propose?

The idea is to create a quick start document at the root of the repo, to illustrate how to quickly get started with JPPF, like an end-to-end HelloWorld. This would include how to setup and start a grid, full code example and expected output.

We shouldalso add a link to it in the main readme.md

What are the expected benefits and drawbacks?

The expectation is

Improve this page

Add a description, image, and links to the parallel-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parallel-processing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.