Could FLINT/ARB-functions be run multi-threaded under Sage?

asked 2024-02-20 00:29:27 +0200

RuudH gravatar image

A number of FLINT/ARB functions, for instance the integral, could be sped up considerably by simply including this command in FLINT/ARB C-program:

flint_set_num_threads(N);

with N the number of the desired threads/available cores.

Is a similar command available when using FLINT/ARB through SageMath?

edit retag flag offensive close merge delete