Hello,
During compilation my code I faced with the following issue:
warning #13383: No instance of function "cos_sin" satisfies math function attributes "max-error=4.0 domain-exclusion=0 valid-status-bits=false" ": internal error: 04010002_0 ipo-2: error #11005: multi-object compilation 2 returned error status 4 icpc: error #10014: problem during multi-file optimization compilation (code 4)
Why it occurs? It looks like cos_sin is are sin and cos functions. If I comment sin and cos call in my code this error doesn't occur. Is any way to avoid it?
I use icc version 18.0.2 (gcc version 5.5.0 compatibility)
Link Copied
Can you please provide us a preprocess file to investigate?
Thanks,
Viet
Unfortunately no
You might at least give the compile command. For example, did it include a specification of math function accuracy?
For more complete information about compiler optimizations, see our Optimization Notice.