rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cooperation with job submission systems

elfring opened this issue · comments

There are some task execution environments available to which data processing can be delegated.
How do you think about to extend your library so that more processors and also remote computing resources can be reused?
Would you like to improve job submission possibilities?

Parmap is about parallel programming, not distributed.
For distributed programming in OCaml, you can have a look at the Functory or ocamlnet libraries.

I imagine that this software library can use special application programming interfaces so that more parallel data processing will become possible.
How do you think to cooperate also with job submission systems for distributed computing?
Can the task execution provider be made configurable?

I think this issue should be closed.

Why? - Can the mentioned details be still clarified?

I think this issue should be closed.

🔮 How are the chances for a more constructive software development dialogue?