Dear all,
I am trying to build parFEAP on HPC with petsc. After I build parfeap program and run a simple test by "parfeap -iItest". The following messages comes
Note: The following floating-point exceptions are signalling: IEEE_DIVIDE_BY_ZERO
And when I run the file by
mpirun -np 4 parfeap -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package {mumps,pastix,superlu_dist}
Error comes as following:
Are filenames correct?( y or n; r = redefine all, s = stop) :
*ERROR* FILNAM: Reinput data
^C[0]PETSC ERROR: ------------------------------------------------------------------------
- PETSC ERROR: Caught signal number 15 Terminate: Somet process (or the batch system) has told this process to end
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
- PETSC ERROR: or see http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind[0]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
- PETSC ERROR: to get more information on the crash.
[0]PETSC ERROR: --------------------- Error Message ------------------------------------
- PETSC ERROR: Signal received!
[0]PETSC ERROR: ------------------------------------------------------------------------
- PETSC ERROR: Petsc Release Version 3.3.0, Patch 7, Sat May 11 22:15:24 CDT 2013
[0]PETSC ERROR: See docs/changes/index.html for recent updates.
- PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[0]PETSC ERROR: See docs/index.html for manual pages.
- PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: parfeap on a linux-gnu named hla0001 by sw33dypa Thu Apr 14 12:14:47 2016
- PETSC ERROR: Libraries linked from /home/sw33dypa/software/petsc-3.3-p7/linux-gnu-c-opt/lib
[0]PETSC ERROR: Configure run at Thu Apr 14 11:42:40 2016
- PETSC ERROR: Configure options --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --with-blas-lib=/shared/apps/intel/2016u2/mkl/lib/intel64/libmkl_rt.so --with-lapack-lib=/shared/apps/intel/2016u2/mkl/lib/intel64/libmkl_rt.so --download-spooles --download-parmetis --download-superlu_dist --download-prometheus --download-mpich --download-ml --download-hypre --download-metis --download-mumps --download-scalapack --download-blacs --with-debugging=0
[0]PETSC ERROR: ------------------------------------------------------------------------
- PETSC ERROR: User provided function() line 0 in unknown directory unknown file
application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0
[unset]: aborting job:
application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0
The feap version is 8.4.1g petsc version:3.3-p7 OS:CentOS Linux release 7.2.1511 (Core)
I dont know how to fix this problem. I've tried some input files, they all show the same problem.