[Pw_forum] installation of version2.1.5

Eyvaz Isaev eyvaz_isaev at yahoo.com
Wed Oct 19 23:40:12 CEST 2005


Hi, 

 
> -------------------------------------------------
> WARNING: the following problems were detected:
> 
>  unsupported C/Fortran compilers combination:
>  CC=pgcc, F77=mpif77, F90=mpif90
> 
> you may not be able to compile this program

This combination is unsuitable because parallel
version of Fortran compilers are assumed to be used,
but CC compiler is serial.  It seems strange, may be
your system is misconfigured. 

> -------------------------------------------------
> 
> I tried to specify the compiler by running
> ./compiler
> F90=g77 CC=gcc then, I got: 
> -------------------------------------------------
> WARNING: the following problems were detected:
> 
>  unsupported C/Fortran compilers combination:
>  CC=gcc, F77=g77, F90=g77
> 

g77 compiler is actually can not compile the code.
You need F90 compiler, indeed.

You can try ./configure CC=mpicc F77=mpif77 F90=mpif90
for parallel code.
Otherwise, use pgcc, pgf77, and pgf90.

Good luck,
Eyvaz.



		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/



More information about the users mailing list