This version (2024/10/24 10:28) is a draft.
Approvals: 0/1
The Previously approved version (2012/01/13 14:37) is available.Diff

Strange messages like

APPLICATION TERMINATED WITH THE EXIT STRING: Hangup (signal 1) 

in stdout or MPI error messages in stderr may appear with dynamically linked libraries.

Linking ScaLAPACK libraries statically using

LIBS = -Wl,--start-group 
  $(MKLPATH)/intel64/libmkl_scalapack_lp64.a 
  $(MKLPATH)/intel64/libmkl_blacs_intelmpi_lp64.a 
  $(MKLPATH)/intel64/libmkl_intel_lp64.a 
  $(MKLPATH)/intel64/libmkl_sequential.a 
  $(MKLPATH)/intel64/libmkl_core.a 
  -static_mpi -Wl,--end-group

may overcome these problems.

  • doku/scalapack.txt
  • Last modified: 2024/10/24 10:28
  • by 127.0.0.1