firemodels/smv

Warning when compiling smokeview with the intel compiler on linux 64

Closed this issue · 3 comments

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?

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.