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 F77_FUNC(dgetrf, DGETRF)
^
multilevel-atom.cpp:83:17: note: in expansion of macro ‘DGETRF’
extern "C" void DGETRF(const int *m, const int *n, realnum *A, const int
*lda, int *ipiv,
^~~~~~
multilevel-atom.cpp:80:25: error: ‘dgetrf’ was not declared in this scope
#define DGETRF F77_FUNC(dgetrf, DGETRF)
^
multilevel-atom.cpp:83:17: note: in expansion of macro ‘DGETRF’
extern "C" void DGETRF(const int *m, const int *n, realnum *A, const int
*lda, int *ipiv,"
The cluster admin helped me install dependencies and I also install them
via anaconda. I'm wondering if people know how I should solve this problem.
My local machine is also Ubunbtu 18 and I had no trouble building it.
Thank you!
Mandy
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss