>> Compilers used:
>>
>> export CC=icc
>> export CXX=icpc
>> export FC=ifort
>> export F77=ifort
>> export F90=ifort
>>
>> Configure For Mpich2-1.0.8
>> $MPI_SOURCE/configure --prefix=$MPI_DIR --enable-sharedlibs=gcc 
>> --enable-debug
>>
>> Configure For PETSC-2.3.3-p13-lite
>> config/configure.py --with-blas-lapack-dir=$ICES_MKL_LIB
>> --with-mpi-dir=$MPI_DIR --with-clanguage=C++ --with-shared=1
>> --with-c-support --with-cxx=icpc --with-cc=icc --with-fc=ifort

--with-c-support is not needed with the trunk verion of libMesh

I would also take away

--with-cxx=icpc --with-cc=icc --with-fc=ifort

and let petsc choose them for you from your MPI_DIR...



how are you configuring libmesh
?


>>
>> Thanks in advance!
>> Andrea
>>
>>
>
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to