no i did not test fibers ,just look at it, but perhaps it is necessary for parallel ? i saw the configure file (of parallel) claim about fibers? i will download fibers and test on Mac again and hope to finish reinstalling the recent Linux tomorrow (complicated because triple boot,MacOS, Linux kicked Windows......) I can not compare parallel and openMP because of missing timerfd_create on mac os . If i do a : man timerfd_create on linux i got the doc in the manual,but nothing on Mac os,timerfd_create seems to be part of Gnu C library.But you should know that better than me.
On Tue, Jan 3, 2023 at 10:40 PM Maxime Devos <maximede...@telenet.be> wrote: > > > On 03-01-2023 11:57, Damien Mattei wrote: > > on Mac os i have (only) one error: > > In procedure dlsym: Error resolving "timerfd_create": > > "dlsym(RTLD_DEFAULT, timerfd_create): symbol not found" > > Is this a bug report for Guile-Fibers? If so, could you provide basic > information like which commit you are using, the backtrace, which file > is being compiled (if any), ...? > > Also, while you can send bug reports by e-mail, if you have a GitHub > account, then the bug tracker at https://github.com/wingo/fibers/issues > is preferred. > > Greetings, > Maxime. >