Changeset 46 for XMLIO_SERVER


Ignore:
Timestamp:
11/03/09 11:13:19 (14 years ago)
Author:
ymipsl
Message:

Ligne trop longue sous SX (>132 caractÚres)

YM

Location:
XMLIO_SERVER/trunk/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_SERVER/trunk/src/IOSERVER/mod_mpi_buffer_client.f90

    r43 r46  
    108108!      PRINT *,"Request_pos",request_pos 
    109109!      PRINT *,"Pos in Buffer",Pending_request(Request_pos)%Pos,"pack_pos",pack_pos 
    110       IF ( nb_request_pending==1 .AND. ( (buffer_free < MPI_buffer_size * 0.4) .OR. is_last_request .OR. (aggregated_request>=max_request/2) )) THEN 
     110      IF ( nb_request_pending==1 .AND. ( (buffer_free < MPI_buffer_size * 0.4) .OR. is_last_request .OR.  & 
     111                                         (aggregated_request>=max_request/2) )) THEN 
    111112        ok_out=.FALSE. 
    112113        CALL Wait_us(10) 
  • XMLIO_SERVER/trunk/src/XMLIO/mod_axis.f90

    r42 r46  
    192192       END SELECT 
    193193 
    194      WRITE(message,*) 'axis attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     194     WRITE(message,*) 'axis attribut ',attrib%name,' : type :',attrib%type,   & 
     195                      ' : Attribute type is incompatible with the provided value' 
    195196     CALL error('mod_axis::axis__set_attribut') 
    196197     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_field.f90

    r42 r46  
    274274     END SELECT 
    275275 
    276      WRITE(message,*) 'field attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     276     WRITE(message,*) 'field attribut ',attrib%name,' : type :',attrib%type,   & 
     277                      ' : Attribute type is incompatible with the provided value' 
    277278     CALL error('mod_field::field__set_attribut') 
    278279     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_file.f90

    r42 r46  
    194194     END SELECT 
    195195 
    196      WRITE(message,*) 'file attribut ',attrib%name,' : type : ',attrib%type,' : Attribute type is incompatible with the provided value' 
     196     WRITE(message,*) 'file attribut ',attrib%name,' : type : ',attrib%type,       & 
     197                      ' : Attribute type is incompatible with the provided value' 
    197198     CALL error('mod_file::file__set_attribut') 
    198199     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_grid.f90

    r42 r46  
    168168     END SELECT 
    169169 
    170      WRITE(message,*) 'grid attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     170     WRITE(message,*) 'grid attribut ',attrib%name,' : type :',attrib%type,      & 
     171                      ' : Attribute type is incompatible with the provided value' 
    171172     CALL error('mod_grid::grid__set_attribut') 
    172173     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_zoom.f90

    r42 r46  
    175175     END SELECT 
    176176 
    177      WRITE(message,*) 'zoom attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     177     WRITE(message,*) 'zoom attribut ',attrib%name,' : type :',attrib%type,   & 
     178                      ' : Attribute type is incompatible with the provided value' 
    178179     CALL error('mod_zoom::zoom__set_attribut') 
    179180     
Note: See TracChangeset for help on using the changeset viewer.