Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

failed petsc intalling

coastlab
Beginner
340 Views

Hi, I would want to install petsc on my computer.

mpich 1.2.7 build with intel c and fortran 11.1.072
petsc3.1-p2

configure with this line:
./config/configure.py --with-mpi-dir=/public/mpich-intel --with-blas-lapack-dir=/opt/intel/Compiler/11.1/072/mkl/lib/em64t --with-batch=1 --known-mpi-shared=0

then it said:

========================================================
Since your compute nodes require use of a batch system or mpiexec you must:
1) Submit ./conftest to 1 processor of your batch system or system you are
cross-compiling for; this will generate the file reconfigure.py
2) Run ./reconfigure.py (to complete the configure process).
========================================================

when run ./conftest with the batch system (torque) the error information is shown as follows:

./conftest: error while loading shared libraries: libimf.so: wrong ELF class: ELFCLASS32

Thanks for any information!

0 Kudos
2 Replies
coastlab
Beginner
340 Views
solution found.
ldconfig
0 Kudos
mividazul
Beginner
340 Views
http://lists.mcs.anl.gov/pipermail/petsc-dev/2010-April/002685.html Read this article and solve your installing problem.
0 Kudos
Reply