On 27.06.23 16:37, Waldek Hebisch wrote:
Actually, my question is whether it would be possible to clone a running
fricas session and continue with some computation in one clone with at the
same time with another computation in another clone?

Well, that is what Unix fork is doing.

OK, yes, that is a bit too heavy actually. What I like is to call a function in parallel with different parameters and in the end combine the result. That's useful for example with something like chinese remaindering. The computations mod several primes are completely independent and should be separated from each other, but it should be easily possible to combine the results if all parallel computations have finished.


Well, I am not aware of a CAS that can work really in parallel fashion.

Certainly a marketing document...

https://www.wolfram.com/mathematica/compare-mathematica/files/ParallelProgrammingMapleMathematica.pdf

but it looks as if there were some features in the direction that I described above.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/dc500ca7-13ac-7cbd-d0bc-a3fb870aa508%40hemmecke.org.

Reply via email to