Vincent Delecroix
Vincent Delecroix
I am unsure about the mechanism underlying `ThreadPoolExecutor`. On the PARI/GP side special care has to be taken with pari when using threads - `pari_thread_alloc`/`pari_thread_free` must be used to pass...
> Neither @edgarcosta or I has been able to get gdb working correctly, but it sounds like you don't need it anymore? I think I reproduced enough. Though what Edgar...
@JohnCremona @AndrewVSutherland cypari2 very welcome pull requests.
Usage examples of multithread in PARI/GP are available in `examples/thread.c` and `examples/openmp.c`. As Bill mentioned to me, one has to be careful : in a multithreaded compiled PARI, some functions...
Thanks to Bill, I have a working prototype. I hope to push a branch soon.
@JohnCremona @AndrewVSutherland @roed314 @edgarcosta Could you test the branch at #116 to see if you can break it ?
I like the idea. Though the autogen process is operating before the _build_ and not at _installation_ (if a distinction needs to be done). We certainly want to keep the...
The cleaning code is now integrated in the `autogen/`.
The problem is that there is a discrepancy between the list of functions in `pari.desc` and what could be generated in the Cython header `paridecl.pxd`. In order to do this...
Would also work. I wanted to avoid calling twice `parse_prototype`.