On Wed, Jul 22, 2009 at 2:20 PM, Daniël Mantione<daniel.manti...@clustervision.com> wrote: > > > On Wed, 22 Jul 2009, Lee Amy wrote: > >> Hi, >> >> I'm going to compile HPL by using OpenMPI-1.2.4. Here's my >> Make.Linux_ATHLON_CBLAS file. > > GotoBLAS needs to be called as Fortran BLAS, so you need to switch from > CBLAS to FBLAS. > > Daniël Mantione > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users >
Dear sir, Thank you very much. I have compiled HPL successfully. But when I start up xhpl program I encountered such problem. [node101:15416] *** Process received signal *** [node101:15418] *** Process received signal *** [node101:15418] Signal: Segmentation fault (11) [node101:15418] Signal code: Address not mapped (1) [node101:15418] Failing at address: 0x7fff [node101:15416] Signal: Segmentation fault (11) [node101:15416] Signal code: Address not mapped (1) [node101:15416] Failing at address: 0x7fff [node101:15418] [ 0] /lib64/libc.so.6 [0x2b7e20aa1c30] [node101:15418] [ 1] xhpl [0x4259f0] [node101:15418] *** End of error message *** [node101:15416] [ 0] /lib64/libc.so.6 [0x2aacfce93c30] [node101:15416] [ 1] xhpl [0x4259f0] [node101:15416] *** End of error message *** mpirun noticed that job rank 0 with PID 15416 on node node101 exited on signal 11 (Segmentation fault). Here's the uname -a output. Linux node101 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux Here's the lsb_release output. LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch Could you tell me how to fix that? Thank you very much. Amy