I upgraded my desktop to Fedora 14 today. Then my programs written for icc can not run.
1. programs with #include<iomanip> can be compiled by icc, g++ is fine
solution: copy old version of iomanip to local directory, and change code to #include"iomanip"
2. programs are not allowed to run MKL libraries.
solution: $chcon -t execmem_exec_t a.out
These are just some temporary solutions as I don't know the background. Hope these problems be solved soon.