Warning when compiling smokeview with the intel compiler on linux 64
Closed this issue · 3 comments
bphusted commented
When I compiler smokeview with the intel compiler (Intel C/C++ 19.1.3.304) on linux 64 I get the following message, when linking the code.
icpc: warning #10237: -lcilkrts linked in dynamically, static library not available
Smokeview seems to run well, but I was a bit puzzled about the warning. It could get the warning to disappear by disabling the linking of cilkplus by adding "-no-cilk" to line 279 (LFLAGS) in the makefile for smokeview . (I found the flag by looking at 3dem/relion#650 )
Does smokeview use cilkplus or is it safe to disable it?
gforney commented
smokeview doesn't use this library. for some reason Intel is outputting
this warning message anyway. I wasn't aware of this option you found. I
added it to the make file (update your repo). thanks.
https://community.intel.com/t5/Intel-C-Compiler/linker-warning-cilk-releated/td-p/831847
…On Wed, May 26, 2021 at 2:53 PM Bjarne Husted ***@***.***> wrote:
When I compiler smokeview with the intel compiler (Intel C/C++ 19.1.3.304)
on linux 64 I get the following message, when linking the code.
icpc: warning #10237: -lcilkrts linked in dynamically, static library not
available
Smokeview seems to run well, but I was a bit puzzled about the warning. It
could get the warning to disappear by disabling the linking of cilkplus by
adding "-no-cilk" to line 279 (LFLAGS) in the makefile for smokeview . (I
found the flag by looking at 3dem/relion#650
<3dem/relion#650> )
Does smokeview use cilkplus or is it safe to disable it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1152>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRUBSZR2ZU6PSLTTPRTTPU7THANCNFSM45SVH7ZQ>
.
--
Glenn Forney
bphusted commented
Thanks. I updated my repo and I do not get the warning anymore.
I would suggest that also the intel_linux_64_db had this flag added in the make file.
gforney commented
the flag was added intel_linux_64_db also
…On Wed, May 26, 2021 at 3:56 PM Bjarne Husted ***@***.***> wrote:
Thanks. I updated my repo and I do not get the warning anymore.
I would suggest that also the intel_linux_64_db had this flag added in the
make file.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRSX67QK4BN45SSE7BDTPVG5RANCNFSM45SVH7ZQ>
.
--
Glenn Forney