[petsc-users] Full blas-lapack on Windows

Jed Brown jed at jedbrown.org
Wed Feb 11 00:35:49 CST 2015


Barry Smith <bsmith at mcs.anl.gov> writes:

>   The reason it (superlu_dist) doesn't build is that it uses C99 compiler features while Microsoft C compiler only supports C89. The line of code
>
>       int nlsupers = nsupers/Pc;
>
> is not valid c89 since it declares a new variable after other code.

Or upgrade to MSVC 2013 (MS C Version 18 or later), which supports a few C99 features.

https://msdn.microsoft.com/en-us/library/hh409293.aspx
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150210/4df9a528/attachment.pgp>


More information about the petsc-users mailing list