Intel mpif90 compilation error in topology_psf

thekbuzz schau... at gmail.com
Fri Feb 29 18:34:05 UTC 2008


I am trying to compile the latest CVS in Linux-ia64-intel
architecture.

It was going alright before it started handling topology reading
routines. Is this an ifort 9.1 problem or I am missing something in my
path?

Any ideas?

Thanks much in advance.


mpif90 -FR -c -O2 -Vaxlib -tpp2 cp_ddapc_types.f90
mpif90 -FR -c -O2 -Vaxlib -tpp2 topology_psf.f90
mpif90 -FR -c -O2 -Vaxlib -tpp2 xc_xwpbe.f90
fortcom: Error: topology_psf.f90, line 976: Unbalanced parentheses
          WRITE(file_unit,FMT='(2('//TRIM(c_int)//'))',ADVANCE="NO") &
-------------------------------------------------------------------^
-------------------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 977: Unbalanced parentheses
               conn_info%bond_a(i+j),conn_info%bond_b(i+j)
-----------------------------------^
fortcom: Error: topology_psf.f90, line 977: Unbalanced parentheses
               conn_info%bond_a(i+j),conn_info%bond_b(i+j)
---------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 976: Syntax error, found '''
when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM>
<CHAR_NA                        M_KIND_PARAM> <CHARACTER_CONSTANT>
<INTEGER_CONSTANT> ...
          WRITE(file_unit,FMT='(2('//TRIM(c_int)//'))',ADVANCE="NO") &
--------------------------------------------------^
fortcom: Error: topology_psf.f90, line 988: Unbalanced parentheses
          WRITE(file_unit,FMT='(3('//TRIM(c_int)//'))',ADVANCE="NO") &
-------------------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 989: Unbalanced parentheses
               conn_info%theta_a(i+j),conn_info%theta_b(i+j),&
------------------------------------^
fortcom: Error: topology_psf.f90, line 989: Unbalanced parentheses
               conn_info%theta_a(i+j),conn_info%theta_b(i+j),&
-----------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 990: Unbalanced parentheses
               conn_info%theta_c(i+j)
------------------------------------^
fortcom: Error: topology_psf.f90, line 988: Syntax error, found '''
when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM>
<CHAR_NA                        M_KIND_PARAM> <CHARACTER_CONSTANT>
<INTEGER_CONSTANT> ...
          WRITE(file_unit,FMT='(3('//TRIM(c_int)//'))',ADVANCE="NO") &
--------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1001: Unbalanced parentheses
          WRITE(file_unit,FMT='(4('//TRIM(c_int)//'))',ADVANCE="NO") &
-------------------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1002: Unbalanced parentheses
               conn_info%phi_a(i+j),conn_info%phi_b(i+j),&
----------------------------------^
fortcom: Error: topology_psf.f90, line 1002: Unbalanced parentheses
               conn_info%phi_a(i+j),conn_info%phi_b(i+j),&
-------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1003: Unbalanced parentheses
               conn_info%phi_c(i+j),conn_info%phi_d(i+j)
----------------------------------^
fortcom: Error: topology_psf.f90, line 1003: Unbalanced parentheses
               conn_info%phi_c(i+j),conn_info%phi_d(i+j)
-------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1001: Syntax error, found '''
when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM>
<CHAR_N                        AM_KIND_PARAM> <CHARACTER_CONSTANT>
<INTEGER_CONSTANT> ...
          WRITE(file_unit,FMT='(4('//TRIM(c_int)//'))',ADVANCE="NO") &
--------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1014: Unbalanced parentheses
          WRITE(file_unit,FMT='(4('//TRIM(c_int)//'))',ADVANCE="NO") &
-------------------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1015: Unbalanced parentheses
               conn_info%impr_a(i+j),conn_info%impr_b(i+j),&
-----------------------------------^
fortcom: Error: topology_psf.f90, line 1015: Unbalanced parentheses
               conn_info%impr_a(i+j),conn_info%impr_b(i+j),&
---------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1016: Unbalanced parentheses
               conn_info%impr_c(i+j),conn_info%impr_d(i+j)
-----------------------------------^
fortcom: Error: topology_psf.f90, line 1016: Unbalanced parentheses
               conn_info%impr_c(i+j),conn_info%impr_d(i+j)
---------------------------------------------------------^
fortcom: Error: topology_psf.f90, line 1014: Syntax error, found '''
when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM>
<CHAR_N                        AM_KIND_PARAM> <CHARACTER_CONSTANT>
<INTEGER_CONSTANT> ...
          WRITE(file_unit,FMT='(4('//TRIM(c_int)//'))',ADVANCE="NO") &
--------------------------------------------------^
compilation aborted for topology_psf.f90 (code 1)
make[2]: *** [topology_psf.o] Error 1


More information about the CP2K-user mailing list