[Wien] ifort (ifc) 8.0 and mkl 6.1
Dariusz Chrobak
dchrobak at us.edu.pl
Wed Jun 9 15:11:21 CEST 2004
Hi,
You can use atlas3.4.1_Linux_P4SSE2.tar.gz library
(http://math-atlas.sourceforge.net/) instead MKL one.
My operating system is Linux Mandrake 10. In this case the compiler
(ifort) settings should be as follows:
O Compiler options: -FR -mp -w
L Linker Flags: -L../SRC_lib -L/opt/path-to-atlas/lib -Vaxlib -static
P Preprocessor flags '-DParallel'
R R_LIB (LAPACK+BLAS): -llapack_lpw -lf77blas -latlas -lguide -lpthread -lg2c
The las flag -lg2c shows that you should use libg2c.a library.
Moreover, I'm using bash command:
ulimit -s unlimited
to increase stack size.
Best regards Dariusz Chrobak
More information about the Wien
mailing list