- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, I have been getting the warning
icpc_orig: warning #10237: -lcilkrts linked in dynamically, static library not available
which, while undesirable, I understand after doing a little reading. And indeed, "-lcilkrts" is present on my command line. However, I never added that explicitly . . . So, two related questions:
What causes "-lcilkrts" to be added to the link line?, and
Given that it is not something that I really want to depend on: What can I do to remove "-lcilkrts" from the link line?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just responding for others to see . . . The link option "-no-cilk" will prevent libcilkrts from being included in the executable.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
If you want to suppress the warning you can use the -w flag to disable the warning.
Please find the below link for more information.
>>What can I do to remove "-lcilkrts" from the link line?
Could you please provide us with a sample reproducer along with the steps to reproduce the issue to investigate more at our end?
And also, could you please let us know the compiler version you are using?
Thanks & Regards,
Noorjahan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just responding for others to see . . . The link option "-no-cilk" will prevent libcilkrts from being included in the executable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for sharing the solution.
Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks & Regards,
Noorjahan.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page