> On Jan 5, 2021, at 9:20 AM, Mandy Xia <[email protected]> wrote: > "multilevel-atom.cpp:80:25: error: variable or field ‘F77_FUNC’ declared void > #define DGETRF F77_FUNC(dgetrf, DGETRF)
F77_FUNC etcetera are macros defined (in config.h) by the configure script in order to interface with your Fortran compiler. In the configure output, you should see something like: checking for Fortran 77 name-mangling scheme... (cached) lower case, underscore, no extra underscore Maybe you don't have a Fortran compiler or there is some other failure in the configure script here?
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

