Dear Petcs user I havea problem to Install PETCs on windows Intel MKl -platform. During last 2-weeks I spent to build PETCs on window Intel mkl - compiler I try different configure -procedure, for example:
1)./config/configure.py --with-cc='win32fe icc ' --with-fc='win32fe ifort' --with-cxx='win32fe icpc' -download-blas-lapack=1 Got the error message Cannot run executables created with C. If this machine uses a batch system to submit jobs you witl need to configure .................with the assitional option -with-batch ...Therefore, I try: 2)./config/configure.py -with-batch --with-cc='win32fe icc ' --with-fc='win32fe ifort' --with-cxx='win32fe icpc' -download-blas-lapack=1 And got the error message Fortran compiler you provide with -with-fc=win32fe ifort does not work I am also try the other way to configure as 3) ./config/configure.py --with-cc='win32fe icc' --with-fc='win32fe ifort' --with-cxx='win32fe icc' and I got the following error message: Could not found C-compilers 4)./config/configure.py -with-batch --with-cc='win32fe icl' --with-fc='win32fe ifort' --with-cxx='win32fe icl' --download-blas-lapack=1 and I got the following error message C compiler you provided with-cc=win32fe icl does not work 5)./config/configure.py --with-cc='win32fe icl' --with-fc='win32fe ifort' --with-cxx='win32fe icl' --download-blas-lapack=1 and I got the following error message C compiler you provided with-cc=win32fe icl does not work 6) ./config/configure.py --with-cc='win32fe cl' --with-fc='win32fe ifort' --with-cxx='win32fe cl' --download-f-blas-lapack=1 and I got the following error message C compiler you provided with-cc=win32fe cl does not work (Please see configure.log file in attenment) I hope someone can give me some advise to solve this problem. Thanks very much Hung T. Nguyen Research in Numerical Analys University in Troms?, Norway -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110321/25ca0c9d/attachment-0001.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: configure.log Type: application/octet-stream Size: 27794 bytes Desc: configure.log URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110321/25ca0c9d/attachment-0001.obj>
