Luis Sánchez Sandoval
<luixsan...@hotmail.com> writes:

> It is known that gcc cygwin supports cilkplus for parallel programming
> since versión 5.0.
>
> I did not find the headers for cilkplus in mingw64 but I did find a
> library called MSYS-CILKRTS-5.dll in usr/bin directory
>
> To build an exe for a parallel program using cilkplus in cygwin I have
> to link with the runtime library cilkrts.
>
> What is the purpose of msys-cilkrts-5.dll and can I use it to make
> parallel programs with cilkplus in mingw64?

MSYS2 is a Cygwin fork. The MSYS- prefix on that dll indicates that it
depends on the MSYS2 runtime. So it is the same case as for Cygwin.

As mingw64 does not use the MSYS2 runtime, the answer to your question
is "no".


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to