Hi everyone,
I'm trying to compile mpb-1.5 (loaded yesterday from http://ab-initio.mit.edu/mpb/mpb-1.5.tar.gz), the configure script runs without errors but "make" complains as following:
make[4]: Entering directory `/home/hpc/pr23nu/ri85lur/mpb-1.5/src/maxwell'
icc: command line warning #10006: ignoring unknown option '-Wbad-function-cast'
icc: command line warning #10006: ignoring unknown option '-Wcast-align'
maxwell_eps.c(290): error: identifier "NQUAD" is undefined
real moment_mesh[MAX_MOMENT_MESH][3],
^
icc: command line warning #10006: ignoring unknown option '-Wbad-function-cast'
icc: command line warning #10006: ignoring unknown option '-Wcast-align'
maxwell_eps.c(290): error: identifier "NQUAD" is undefined
real moment_mesh[MAX_MOMENT_MESH][3],
^
maxwell_eps.c(307): error: identifier "num_sphere_quad" is undefined
*size_moment_mesh = num_sphere_quad[rank-1];
^
*size_moment_mesh = num_sphere_quad[rank-1];
^
maxwell_eps.c(310): error: identifier "sphere_quad" is undefined
moment_mesh[i][j] = sphere_quad[rank-1][i][j] * MOMENT_MESH_R;
^
moment_mesh[i][j] = sphere_quad[rank-1][i][j] * MOMENT_MESH_R;
^
maxwell_eps.c(391): error: identifier "NQUAD" is undefined
real moment_mesh[MAX_MOMENT_MESH][3];
^
real moment_mesh[MAX_MOMENT_MESH][3];
^
compilation aborted for maxwell_eps.c (code 2)
make[4]: *** [libmaxwell_la-maxwell_eps.lo] Fehler 1
make[4]: *** [libmaxwell_la-maxwell_eps.lo] Fehler 1
My question is now (you might have guessed it already), does one of you have an idea what might cause this problem? Is there something wrong with the code or could it be an incompatibility to some of the libs?
There is most probably more information needed, so here is the basic stuff:
The mashine is a x86_64 running SUSe with kernel 3.0.
I'm using mpicc:
"> mpicc -v
mpiicc for the Intel(R) MPI Library 4.1 for Linux*
Copyright(C) 2003-2014, Intel Corporation. All rights reserved.
icc version 13.1.3 (gcc version 4.3.0 compatibility)"
Copyright(C) 2003-2014, Intel Corporation. All rights reserved.
icc version 13.1.3 (gcc version 4.3.0 compatibility)"
Please let me know which other informations could be helpfull.
Thank you in advance
Urs
_______________________________________________ mpb-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss
