On Sun, 22 Oct 2006, Guo, Shy-Hauh wrote:
For those who have been able to install MEEP under Cygwin, would you please let me know what I should do with BLAS and LAPACK? As far as I know, I have LAPACK from the Math library in Cygwin, but the optimized BLAS is hardware dependent. However, I have installation problems when dealing with the MKL from Intel since it was designated for Linux. Can I use BLAS (in fortran) instead? All I want to do is to have MEEP installed first. If you would provide me with step-by-step guidance, I'd really appreciate that.
You can use the reference Fortran BLAS. It will be slower, but this doesn't really matter because the BLAS is only used for harminv, not for anything performance sensitive during time-stepping.
The Meep installation manual gives explicit instructions regarding how to install the reference Fortran BLAS (replace "f77" with "g77", assuming you install the GNU Fortran 77 compiler).
Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

