[petsc-users] Compiling PETSc 3.4.3 with ICC 14.0 and OpenMPI 1.6.5
Jed Brown
jedbrown at mcs.anl.gov
Wed Oct 30 15:57:10 CDT 2013
Maxime Boissonneault <maxime.boissonneault at calculquebec.ca> writes:
> Hi,
> I am currently trying to compile PETSc 3.4.3 with ICC 14.0 and OpenMPI
> 1.6.5 and it fails SuperLU_Dist.
>
> I am getting the following error :
>
> 68303 /software6/mpi/openmpi/1.6.5_intel/bin/mpicc
> -I/software6/mpi/openmpi/1.6.5_intel/include
> -I/software6/mpi/openmpi/1.6.5_intel/include -O2 -xHost -mkl -fPIC -m64
> -fPIC -O3 -DAdd_ -DUSE_VENDOR_BLAS -c pdgstrf.c
> 68304 make[1]: Leaving directory
> `/software6/src/petsc-3.4.3-intel-try/externalpackages/SuperLU_DIST_3.3/SRC'
> 68305 error #13002: unexpected CFE message argument: e. The staggered
> cosine transform may be
> 68306 warning #13003: message verification failed for: 556; reverting to
> internal message
> 68307 pdgstrf.c(2672): warning #556: a value of type "int" cannot be
> assigned to an entity of type "MPI_Request"
> 68308 U_diag_blk_send_req[krow] = 1; /* flag outstanding
> Isend */
This is not an error message, but the code is wrong for Open MPI (or any
MPI implementation for which MPI_Request is not typedef'd to an integer
type).
Hopefully Sherry can fix that for the next release of SuperLU_DIST.
> 68309 ^
> 68310
> 68311 pdgstrf.c(2672): warning #152: Fatal error: Trigonometric
> Transform has failed to release the memory.
> 68312 U_diag_blk_send_req[krow] = 1; /* flag outstanding
> Isend */
> 68313 ^
> 68314
> 68315 compilation aborted for pdgstrf.c (code 1)
> 68316 make[1]: *** [pdgstrf.o] Error 1
>
> Anyone has a clue on to what might be going on ?
>
>
> --
> ---------------------------------
> Maxime Boissonneault
> Analyste de calcul - Calcul Québec, Université Laval
> Ph. D. en physique
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20131030/a9a10a97/attachment.pgp>
More information about the petsc-users
mailing list