rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

Cooperation with job submission systems #35

Closed elfring closed 7 years ago

elfring commented 9 years ago

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?

UnixJunkie commented 9 years ago

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

elfring commented 9 years ago

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?

UnixJunkie commented 8 years ago

I think this issue should be closed.

elfring commented 8 years ago

Why? - Can the mentioned details be still clarified?

UnixJunkie commented 7 years ago

I think this issue should be closed.

elfring commented 7 years ago

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