Iyer, Balaji V wrote:
* * *

Actually, I was wondering whether -fcilkplus should always automatically link
libcilkrts - akin to -fopenmp which links libgomp. Currently, one has to 
specify it
manually.*
Yes, I would like that to happen. Do you have any pointers about how to do that?

Well, if you need some special libraries like librt, see:
libgomp/libgomp.spec.in
libgomp/configure.ac (search for "link_gomp").

Otherwise, simply have a look at gcc/gcc.c – search for "fopenmp" (which adds -pthread).

Tobias

Reply via email to