<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(83, 100, 130); font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
 class="Apple-style-span"
 style="color: rgb(51, 51, 51); font-family: 'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif; font-size: 13px; line-height: 18px;">Hi,<span
 class="Apple-converted-space">&nbsp;</span><br
 style="margin: 0px; padding: 0px;">
I am new to this forum, and this is my first post.<br
 style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">
I am developing a code in Fortran 90, and I use some basic MPI commands
and LAPACK routines. I work in a Windows platform, but I use Cygwin for
development. I use the LAPACK package that comes with the Cygwin
installation, which works perfectly fine when I compile F90 codes with
gfortran (the usual -llapack -lblas flags). But now I want to
parallelized my code by adding some basic MPI commands. For this
purpose, I installed MPICH2 from source, and use mpif90 to compile my
parallel codes in Cygwin; it works perfectly fine! However, I don't
know how to compile my codes when both MPI commands and LAPACK routine
calls are present.<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">
So my questions are: How can I compile LAPACK routines (not ScaLAPACK)
with mpif90? Is it possible to use the LAPACK routines that come with
the Cygwin installation?<br>
<br>
Any help is appreciated. Thanks!<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">
-- H&eacute;lvio</span></span>
</body>
</html>