Re: [Meep-discuss] Build MEEP error

2021-01-05 Thread Mandy Xia
I checked the configure output and it says "checking for Fortran 77 name-mangling scheme... unknown configure: WARNING: unknown Fortran name-mangling scheme" so it seems that it had some trouble with the Fortran compiler. I think gfortran is installed in the system and I also have it installed

Re: [Meep-discuss] Build MEEP error

2021-01-05 Thread Steven G. Johnson
> On Jan 5, 2021, at 9:20 AM, Mandy Xia 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

[Meep-discuss] Build MEEP error

2021-01-05 Thread Mandy Xia
Hi, I'm trying to build MEEP from source on a Ubuntu 18 standalone cluster node. I was able to configure MEEP but when I executed make, I encountered a bunch of errors and the first several lines are: "multilevel-atom.cpp:80:25: error: variable or field ‘F77_FUNC’ declared void #define DGETRF