Re: [petsc-users] Error in configuring PETSc with Cygwin on Windows by using Intel MPI

2023-11-15 Thread Barry Smith
ly on my computer. > > sinserely, > > Cheng. > > > > > > > -原始邮件- > 发件人: "Barry Smith" mailto:bsm...@petsc.dev>> > 发送时间: 2023-11-15 01:17:42 (星期三) > 收件人: 程奔 mailto:ctcheng...@mail.scut.edu.cn>> > 抄送: petsc-users mailto:petsc-use

Re: [petsc-users] error in configuring PETSc

2023-11-08 Thread Barry Smith
ay" > 收件人: "zs1996" > 抄送: "petsc-users" > 发送时间: 星期四, 2023年 11 月 09日 上午 12:52:54 > 主题: Re: [petsc-users] error in configuring PETSc > > Suggest attaching text logs (copy/paste) - instead of screenshots. > > Try: > > ./configure --with-cc=gcc

Re: [petsc-users] error in configuring PETSc

2023-11-08 Thread Satish Balay via petsc-users
Suggest attaching text logs (copy/paste) - instead of screenshots. Try: ./configure --with-cc=gcc-11 --with-cxx=g++-11 --with-fc=gfortran-11 --download-fftw --download-openmpi --download-fblaslapack --with-zlibs=yes --with-szlib=no --with-c2html=0 --with-x=0 --download-hdf5-fortran-bindings=1

[petsc-users] error in configuring PETSc

2023-11-08 Thread 张胜
Dear PETSc developer, I use the following commands to configure petsc, but errors occur: ./configure --with-cc=gcc-11 --with-cxx=g++-11 --with-fc=gfortran-11 --download-fftw --download-openmpi --download-fblaslapack --free-line-length-0 -g -fallow-argument-mismatch --enable-shared --enable-para

Re: [petsc-users] Error in configuring PETSc with Cygwin on Windows by using Intel MPI

2023-11-08 Thread Barry Smith
Send the file $PETSC_ARCH/lib/petsc/conf/configure.log > On Nov 8, 2023, at 12:20 AM, 程奔 wrote: > > Hello, > Recently I try to install PETSc with Cygwin since I'd like to use PETSc with > Visual Studio on Windows10 plateform.For the sake of clarity, I firstly list > the softwares/packag

Re: [petsc-users] Error in configuring PETSc with Cygwin on Windows by using Intel MPI

2023-11-08 Thread 程奔
Sorry, the configure is ./configure --prefix=/cygdrive/g/mypetsc/petsc2023 --with-cc='win32fe cl' --with-fc='win32fe ifort' --with-cxx='win32fe cl' --with-shared-libraries=0 --with-mpi-include=/cygdrive/g/Intel/oneAPI/mpi/2021.10.0/include --with-mpi-lib=/cygdrive/g/Intel/oneAPI/mpi/2021.10.0/

Re: [petsc-users] Error in configuring PETSc with Cygwin

2023-03-04 Thread Satish Balay via petsc-users
th problem, > FENG > > > > [1] https://superuser.com/questions/348079/how-can-i-find-the-short-path-of-a-windows-directory-file >   >   > -- Original -- > From:  "Satish Balay" Date:  Fri, Mar 3, 2023 12:12 PM > To:  "Ba

Re: [petsc-users] Error in configuring PETSc with Cygwin

2023-03-02 Thread Satish Balay via petsc-users
ernal packages or for you > > application you can run > > ./configure with --with-cxx=0. Otherwise you need a different combination > > of C and C++ compilers > > > > The attachment is the log file, but some parts are unreadable. > > > > Thanks for your contin

Re: [petsc-users] Error in configuring PETSc with Cygwin

2023-03-02 Thread Barry Smith
e unreadable. > > Thanks for your continuous aid! > -- Original -- > From: "Satish Balay"; > Date: Fri, Mar 3, 2023 02:13 AM > To: "冯上玮"; > Cc: "petsc-users"; > Subject: Re: [petsc-users] Error in configuring PET

Re: [petsc-users] Error in configuring PETSc with Cygwin

2023-03-02 Thread Satish Balay via petsc-users
On Fri, 3 Mar 2023, 冯上玮 wrote: > Hi team, > > > Recently I try to install PETSc with Cygwin since I'd like to use PETSc with > Visual Studio on Windows10 plateform. For the sake of clarity, I firstly list > the softwares/packages used below: > > > 1. PETSc: version 3.18.5 > 2. VS: version 20

[petsc-users] Error in configuring PETSc with Cygwin

2023-03-02 Thread 冯上玮
Hi team, Recently I try to install PETSc with Cygwin since I'd like to use PETSc with Visual Studio on Windows10 plateform. For the sake of clarity, I firstly list the softwares/packages used below: 1. PETSc: version 3.18.5 2. VS: version 2019 3. Intel Parallel Studio XE: version 2020 4. Cygw