<!-- BaNnErBlUrFlE-BoDy-start -->
<!-- Preheader Text : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">
 Hi, I have configured the PETSc under Cygwin by: cygpath -u `cygpath -ms '/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64'` ./configure --with-cc='win32fe_icl' --with-fc='win32fe_ifort' --with-cxx='win32fe_icl'
</div>
<!-- Preheader Text : END -->

<!-- Email Banner : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerStart</div>

<!--[if ((ie)|(mso))]>
  <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding: 16px 0px 16px 0px; direction: ltr" ><tr><td>
    <table border="0" cellspacing="0" cellpadding="0" style="padding: 0px 10px 5px 6px; width: 100%; border-radius:4px; border-top:4px solid #90a4ae;background-color:#D0D8DC;"><tr><td valign="top">
      <table align="left" border="0" cellspacing="0" cellpadding="0" style="padding: 4px 8px 4px 8px">
        <tr><td style="color:#000000; font-family: 'Arial', sans-serif; font-weight:bold; font-size:14px; direction: ltr">
          This Message Is From an External Sender
        </td></tr>
        <tr><td style="color:#000000; font-weight:normal; font-family: 'Arial', sans-serif; font-size:12px; direction: ltr">
          This message came from outside your organization.
        </td></tr>

      </table>

    </td></tr></table>
  </td></tr></table>
<![endif]-->

<![if !((ie)|(mso))]>
  <div dir="ltr"  id="pfptBannerqf5gj6v" style="all: revert !important; display:block !important; text-align: left !important; margin:16px 0px 16px 0px !important; padding:8px 16px 8px 16px !important; border-radius: 4px !important; min-width: 200px !important; background-color: #D0D8DC !important; background-color: #D0D8DC; border-top: 4px solid #90a4ae !important; border-top: 4px solid #90a4ae;">
    <div id="pfptBannerqf5gj6v" style="all: unset !important; float:left !important; display:block !important; margin: 0px 0px 1px 0px !important; max-width: 600px !important;">
      <div id="pfptBannerqf5gj6v" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-weight:bold !important; font-weight:bold; font-size:14px !important; line-height:18px !important; line-height:18px">
        This Message Is From an External Sender
      </div>
      <div id="pfptBannerqf5gj6v" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-weight:normal; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-size:12px !important; line-height:18px !important; line-height:18px; margin-top:2px !important;">
This message came from outside your organization.
      </div>

    </div>

    <div style="clear: both !important; display: block !important; visibility: hidden !important; line-height: 0 !important; font-size: 0.01px !important; height: 0px"> </div>
  </div>
<![endif]>

<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerEnd</div>
<!-- Email Banner : END -->

<!-- BaNnErBlUrFlE-BoDy-end -->
<html><head><!-- BaNnErBlUrFlE-HeAdEr-start -->
<style>
  #pfptBannerqf5gj6v { all: revert !important; display: block !important; 
    visibility: visible !important; opacity: 1 !important; 
    background-color: #D0D8DC !important; 
    max-width: none !important; max-height: none !important }
  .pfptPrimaryButtonqf5gj6v:hover, .pfptPrimaryButtonqf5gj6v:focus {
    background-color: #b4c1c7 !important; }
  .pfptPrimaryButtonqf5gj6v:active {
    background-color: #90a4ae !important; }
</style>

<!-- BaNnErBlUrFlE-HeAdEr-end -->
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body style=font-family: "微软雅黑"><div  style="font-family: 微软雅黑;"><div>Hi,</div><div><br></div><div>I have configured the PETSc under Cygwin by:</div><div><br></div><div>cygpath -u `cygpath -ms '/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64'` </div><div>   ./configure --with-cc='win32fe_icl' --with-fc='win32fe_ifort' --with-cxx='win32fe_icl' \ </div><div>--with-precision=double --with-scalar-type=complex \ </div><div>--with-shared-libraries=0 \ </div><div>--with-mpi=0 \ </div><div>--with-blaslapack-lib='-L/cygdrive/c/PROGRA~2/INTELS~1/COMPIL~2/windows/mkl/lib/intel64 mkl_intel_lp64.lib mkl_sequential.lib mkl_core.lib'</div><div><br></div><div>It seems to be successful. When make it, I faced a problem:</div><div><br></div><div>$ make PETSC_DIR=/cygdrive/e/Major/Codes/libraries/PETSc/petsc-3.21.2 PETSC_ARCH=arch-mswin-c-debug all </div><div>/usr/bin/python3 ./config/gmakegen.py --petsc-arch=arch-mswin-c-debug </div><div>makefile:25: /cygdrive/e/Major/Codes/libraries/PETSc/petsc-3.21.2/lib/petsc/conf </div><div>/rules_util.mk: No such file or directory </div><div>gmake[1]: *** No rule to make target '/cygdrive/e/Major/Codes/libraries/PETSc/pe </div><div>tsc-3.21.2/lib/petsc/conf/rules_util.mk'.  Stop. </div><div>make: *** [GNUmakefile:9: all] Error 2 </div><div><br></div><div>Could you help to check it?</div><div>Thanks.</div><div><br></div><div>Gang Li</div><div><br></div><div><br></div><div><br></div><div><br></div><div><div id="ntes-pcmac-signature" style="font-family:微软雅黑" data-ntes-signature="true"><div style="font-size:14px;padding:0;margin:0"><div style="padding-bottom:10px;margin-bottom:10px;display:inline-block"><div style="font-family:"微软雅黑"; font-size: 14px; color:#000000"><div style="font-family:"微软雅黑"; font-size: 14px; color:#000000"><div style="font-family:"微软雅黑"; font-size: 14px; color:#000000"><div style="font-family:"微软雅黑"; font-size: 14px; color:#000000">

    
</div>
</div>
</div>
</div></div></div></div></div></div><style style="font-family: 微软雅黑;">
        font{
            line-height: 1.6;
        }
    </style><style style="font-family: 微软雅黑;">
        font{
            line-height: 1.6;
        }
    </style><style style="font-family: 微软雅黑;">
        font{
            line-height: 1.6;
        }
    </style><style style="font-family: 微软雅黑;">
        font{
            line-height: 1.6;
        }
    </style><!--😀--></body></html>