星期三, 十一月 03, 2010

Codes using MKL libraries blocked by SELinux

I upgraded my desktop to Fedora 14 today.  Then my programs written for icc can not run.
  1. programs with #include<iomanip> can't 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.

没有评论: