Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] segmentation fault error for large program on beowulf cluster using intel Fortran compiler

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Antonio Parodi antonio at cima.unige.it
Sun Jun 12 07:57:43 PDT 2005


Hi,
I am trying to compile a large code on Beowulf cluster using the intel fortran compiler 8.1.024 and I am experiencing a problem with stack size management since when I try to start the code , it immediately crashes with a segmentation fault in spite of my system having 2 GB RAM.
The compiler options adopted in my makefile are the following 

OPT          = -I. -O3 -unroll16 -scalar_rep -nowarn -O3 -tpp7 -axN -xN -ftz -prec_div -rcd -us -g -debug -check all

LDFLG        =  -L/opt/intel/lib -Vaxlib  -lm  -static -static-libcxa

vpp5exe: addmods / $(DATAOBJ) $(PUBLICUTILS) $(UTILOBJ) $(EXTOBJ) $(SRCOBJ)
        echo linking parallel program
        ( $(LDPAR) $(LDFLG) -o lmparbin $(DATAOBJ) $(UTILOBJ) $(EXTOBJ)    \
                                   $(PUBLICUTILS) $(SRCOBJ) $(LIB) )

> the intel release_notes I knew that one of know limitations of the fortran compiler is to create segmentation violation with static link to libpthreads or similars, but I do not know to exploit this information. 
I have used different compiler options, but I cannot find out why the executable cannot work: no debugging switches help. I cannot understand if it's a compiler or system problem. 
I just know that at smaller size, the program works without problems. For bigger size problems, I try to use ulimit –s S unlimited but it does not help anymore.
I hope that someone can help me.
Thank you
Antonio


--
**************************************************************** 
Ing. ANTONIO PARODI Ph.D
Universita' di Genova 
CIMA   Centro di Ricerca Interuniversitario in Monitoraggio Ambientale 
Via Cadorna, 7      17100 Savona        Italy 
Phone: +39 1923027218        Fax: +39 19862612 
mailto:antonio at cima.unige.it    http://www.cima.unige.it 

***************************************************************** 


--





More information about the Beowulf mailing list