Closed GoogleCodeExporter closed 9 years ago
Dear Pasqua,
In the MFEM root directory there are two makefiles:
*GNUmakefile* and *makefile*
Depending on the version of *make* you have installed on your machine only one
of the two files will be read.
In your case, it seems you are using the GNU version of make and therefore you
should modify *GNUmakefile*, and not *makefile*
To use LAPACK you will need to perform two steps:
1) In *GNUmakefile* line 36:
- change the value of the variable USE_LAPACK to YES
2) In *examples/makefile* lines 39 -- 43:
- Set the variable USE_LAPACK = YES
- insert the correct path to your blas and lapack libraries.
Please let us know if you encounter additional problems
Original comment by umberto....@gmail.com
on 27 Jan 2014 at 3:59
Original issue reported on code.google.com by
pasqua.d...@gmail.com
on 27 Jan 2014 at 9:55Attachments: