Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

openMP on linux kernel 2.4.4

bigjim33in
Beginner
472 Views
i run ifc on a 2.4.18 with -static, then i run the object on a debian 2.2 with 2.4.4 (u can see past msgs). When i use openMP, the file doesn't run ("segmentation faults"). Any suggestion?
0 Kudos
1 Reply
Martyn_C_Intel
Employee
472 Views
Please see my replies to kus (8/14/2002) and dsauer (10/24/2002), and also the product release notes. It sounds likely that you are exceeding the maximum thread stacksize. The glibc version is a more critical parameter than the kernel version. I don't know how Debian build their static pthreads library, though.

Martyn
0 Kudos
Reply