2 votes

Julia wrapper pour Cuba et fork sur Windows ?

According to its developer, the Cuba library (for numerical integration) will not run(?) on a Windows machine since the OS is missing the function fork(2).

Windows users: Cuba 3 and up uses fork(2) to parallelize the execution threads. This POSIX function is not part of the Windows API, however, and is furthermore used in an essential way such that it cannot be worked around simply with CreateProcess etc. The only feasible emulation seems to be available through Cygwin.

See [[http://www.feynarts.de/cuba/\]\[1\]](http://www.feynarts.de/cuba/][1]).

Since Cuba.jl is just a wrapper for the Cuba library, does this mean that Windows users must install Cygwin in order to use this Julia package?

1voto

giordano Points 1289

Vous n'avez pas besoin d'installer Cygwin pour utiliser Cuba.jl, un système Windows normal suffit. Le paquet est testé sur AppVeyor sans aucun problème

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X