<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"맑은 고딕";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@맑은 고딕";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:85.05pt 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Once I finish writing the code, the .exe file will not change. Can I make an .exe file using WSL2 and VScode?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Ali<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Matthew Knepley <knepley@gmail.com> <br>
<b>Sent:</b> Monday, November 7, 2022 7:13 PM<br>
<b>To:</b> Mohammad Ali Yaqteen <mhyaqteen@sju.ac.kr><br>
<b>Cc:</b> petsc-users <petsc-users@mcs.anl.gov><br>
<b>Subject:</b> Re: [petsc-users] PETSc Windows Installation<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Mon, Nov 7, 2022 at 12:21 AM Mohammad Ali Yaqteen <<a href="mailto:mhyaqteen@sju.ac.kr">mhyaqteen@sju.ac.kr</a>> wrote:<o:p></o:p></p>
</div>
<div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">I have written backend code for a software company. If WSL2 and VSCode(Linux) can be called through a command line and executed at the backend, then it will be great. But if I have to install WSL2 and other required things on every other
 PC that will run that software, then I think I will be at a disadvantage. What do you suggest?<o:p></o:p></p>
</blockquote>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">As long as you do not change the architecture and the compiler libraries are available, you can run the executable.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">  Thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">     Matt<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal" style="margin-bottom:12.0pt">Thank you<br>
Ali<br>
<br>
-----Original Message-----<br>
From: Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>>
<br>
Sent: Monday, November 7, 2022 12:00 AM<br>
To: Matthew Knepley <<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>><br>
Cc: Mohammad Ali Yaqteen <<a href="mailto:mhyaqteen@sju.ac.kr" target="_blank">mhyaqteen@sju.ac.kr</a>>;
<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a><br>
Subject: Re: [petsc-users] PETSc Windows Installation<br>
<br>
Likely the compilers are not setup correctly as per instructions.<br>
<br>
<a href="https://petsc.org/release/install/windows/#installation-with-microsoft-intel-windows-compilers" target="_blank">https://petsc.org/release/install/windows/#installation-with-microsoft-intel-windows-compilers</a><br>
<br>
And if you do not have a specific windows need - and only need IDE - perhaps a WSL2 (aka linux) install with VSCode(linux) might be the way to go.<br>
<br>
Satish<br>
<br>
On Sun, 6 Nov 2022, Matthew Knepley wrote:<br>
<br>
> We need to see configure.log to see what is going on. Can you send it?<br>
> <br>
>   Thanks,<br>
> <br>
>      Matt<br>
> <br>
> On Sun, Nov 6, 2022 at 4:29 AM Mohammad Ali Yaqteen <br>
> <<a href="mailto:mhyaqteen@sju.ac.kr" target="_blank">mhyaqteen@sju.ac.kr</a>><br>
> wrote:<br>
> <br>
> > Dear Sir/Madam,<br>
> ><br>
> ><br>
> ><br>
> > I am installing PETSc on windows but it keeps giving me unexpected errors.<br>
> > I want to use it on MS Visual Studio or Codeblocks. When I use the <br>
> > command on your webpage (./configure --with-cc='win32fe cl' <br>
> > --with-fc='win32fe ifort' --with-cxx='win32fe cl' --with-mpi=0 <br>
> > --download-fblaslapack), I get the following error message:<br>
> ><br>
> ><br>
> ><br>
> > $ ./configure --with-cc='win32fe cl' --with-fc='win32fe ifort'<br>
> > --with-cxx='win32fe cl' --with-mpi=0 --download-fblaslapack<br>
> ><br>
> ><br>
> > ====================================================================<br>
> > =========================<br>
> ><br>
> >                          Configuring PETSc to compile on your system<br>
> ><br>
> ><br>
> > ====================================================================<br>
> > =========================<br>
> ><br>
> > TESTING: checkCCompiler from<br>
> > config.setCompilers(config/BuildSystem/config/setCompilers.py:1341)*<br>
> > ********************************************************************<br>
> > **********<br>
> ><br>
> >          UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for<br>
> > details):<br>
> ><br>
> ><br>
> > --------------------------------------------------------------------<br>
> > -----------<br>
> ><br>
> > C compiler you provided with -with-cc=win32fe cl cannot be found or <br>
> > does not work.<br>
> ><br>
> > Cannot compile/link C with<br>
> > /home/SEJONG/petsc-3.18.1/lib/petsc/bin/win32fe/win32fe cl.<br>
> ><br>
> ><br>
> ><br>
> > Kindly look into this problem! Your prompt response will highly be <br>
> > appreciated<br>
> ><br>
> ><br>
> ><br>
> > Thank you<br>
> ><br>
> > Ali<br>
> ><br>
> <br>
> <br>
> <o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">-- <o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>