
icc -O2 -I/opt/intel/compiler50/ia32/include/ ../main/*i.o test.c -o testi
rm *.il
strip testi
