Hi Alex,

I think you could launch jobs using GNU parallel, otherwise for shared
memory parallelism OpenMP is a common choice.
There is an old thread:
http://forum.world.st/NativeBoost-and-OpenMP-td4837865.html but no library
AFAIK

Cheers,

Hernán


El mié., 9 ene. 2019 a las 16:56, Alexandre Bergel via Pharo-users (<
pharo-users@lists.pharo.org>) escribió:

> Hi!
>
> Is there an effort to easily use multi-core or native processes in Pharo?
> I am thinking about a library that offer a construct like:
>
> future := Runner runInDifferentProcess: [ “This block is run in a
> different OS process” ]
>
> That would save the image under a different name, use OSSubProcess to
> launch a new Pharo with no UI.
>
> Is there a library available?
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>

Reply via email to