Ignore:
Timestamp:
Jun 19, 2007, 12:11:06 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Quelques caracteres en trop pour le premier et elimination de la cle
CPP_PSMILE JG
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/parallel.F90

    r764 r785  
    2222    USE vampir
    2323#ifdef CPP_COUPLE
    24 #ifdef CPP_PSMILE
    2524    USE mod_prism_proto
    26 #endif
    2725#endif
    2826    implicit none
     
    4038
    4139#ifdef CPP_COUPLE
    42 #ifdef CPP_PSMILE
    4340       call prism_init_comp_proto (comp_id, 'lmdz.x', ierr)
    4441       call prism_get_localcomm_proto(COMM_LMDZ,ierr)
    45 #endif
    4642#else     
    4743      call MPI_INIT(ierr)
     
    150146    subroutine Finalize_parallel
    151147#ifdef CPP_COUPLE
    152 #ifdef CPP_PSMILE
    153148    use mod_prism_proto
    154 #endif
    155149#endif
    156150    implicit none
     
    167161
    168162#ifdef CPP_COUPLE
    169 #ifdef CPP_PSMILE
    170163     call prism_terminate_proto(ierr)
    171164     IF (ierr .ne. PRISM_Ok) THEN
    172165       call abort_gcm('Finalize_parallel',' Probleme dans prism_terminate_proto ',1)
    173166     endif
    174 #endif
    175167#else         
    176168      call MPI_FINALIZE(ierr)
Note: See TracChangeset for help on using the changeset viewer.