Hi all,

There is no error message or warning before the compiler error --
actually what i posted previously is all that Make throws.

The machine uses GNU Make 3.81.

And the intel compilers are of version 11.1, which are wrapped as mpicc
and mpiCC, though I can also see some variants such as mpicxx, mpic++,
mpicxx-vt ...
Essentially all the c++ compilers are wrappers of icpc

I am pretty confused by this too, and am going to switch to GNU compiler
and see if the error persists.

Thanks,

Huan



On Sun, 2010-02-28 at 17:47 -0600, Wolfgang Bangerth wrote:

Hello,
>      Not sure this helps but in many systems the intel mpi compilers
> are mpiicc and mpiicpc does your default Intel bin have a mpiicc?
> Usually the Intel dists, I believe, carry a mpicc too in the bin, so
> just curious if that is messing anything up! Does using mpiicc as C
> and mpiicpc as CXX compiler still give the same error?
> 
> Cheers,
> 
> C.S.N

> 
> > I checked Make.global_options (attached below) and all the compilers are
> > from intel.
> > But in Makefile I added @echo $(CXX), this gives me
> >
> > /usr/global/openmpi/current/gnu/bin/mpicxx
> 
> That doesn't make any sense, and I have no idea what is going on. 'make' 
> should read $D/common/Make.global_options as specified higher up in the 
> Makefile. Do you get any warnings or errors before the compiler error? 
> Also, what version of make are you using?
> 
> W.
> 
> -------------------------------------------------------------------------
> Wolfgang Bangerth                email:            [email protected]
>                                  www: http://www.math.tamu.edu/~bangerth/


_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to