The steps at the end of this post will result in the xiar error:
# xiar cr libslatec.a *.o
error: can't open file /tmp/xiariEvdns_ipo/qagie.o for write
xiar: error #10014: problem during multi-file optimization compilation (code 1)
I have been able to duplicate this on seperate systems with 4GB and 64GB RAM and lots of disk space. When I change -ipo to -ip below there is no error. How do I fix this? What am I doing wrong?
- Henrik
-----
Centos 6.2
Linux ... 2.6.32-220.7.1.el6.x86_64 #1 SMP Wed Mar 7 ... x86_64 GNU/Linux
ifort version 12.1.3
-----
wget http://www.netlib.org/slatec/slatec_src.tgz
wget http://www.netlib.org/slatec/slatec4linux.tgz
tar zxf slatec_src.tgz
cd src
tar zxf ../slatec4linux.tgz
ifort -O3 -ipo -fp-model precise -c *.f
xiar cr libslatec.a *.o




