I would suggest that you have to define the name of the compiler which will be used. In case of Intel compiler I guess it should be:
--with-cc='win32fe icc' --with-fc='win32fe ifort' --with-cxx='win32fe icc' On 15.03.2011 13:33, Hung Thanh Nguyen wrote: > > Dear PETSc use > > I try to install PETSc on window Intel MKL and include mkl_blas95.lib, > mkl_lapack95.lib and mkl_blacs_intelmpi.lib ( or mkl_mpich2.lib). > > Intel MKL compiler 11.6-067. The following config-procedure > > ..... > > /$ ./config/configure.py / --with-petsc-arch=intel-32-static / > --with-f-blas95-lapack-dir=/intel/Compiler/11.1/067/mkl/ia32/lib / > --with-mpich2-dir=/ > > /=/intel/Compiler/11.1/067/mkl/ia32/lib/ > > I am also try: > > /$ ./config/configure.py / --with-petsc-arch=intel-32-static / > --with-f-blas-lapack-dir=/intel/Compiler/11.1/067/mkl/ia32/lib / > --with-mpi-dir=/ > > /=/intel/Compiler/11.1/067/mkl/ia32/lib/ > > *I got error message:* > > *Could not locate a functional C compiler * > > ** > > What I am doing wrong? > > Thanks > > Hung T Nguyen > > Physis and techonology Inst. University in Troms? > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110315/f5b9e021/attachment.htm>
