/[MITgcm]/MITgcm/eesupp/src/barrier.F
ViewVC logotype

Diff of /MITgcm/eesupp/src/barrier.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by cnh, Thu Apr 23 20:37:29 1998 UTC revision 1.4 by cnh, Tue Sep 29 18:50:56 1998 UTC
# Line 3  C $Header$ Line 3  C $Header$
3  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
4    
5        SUBROUTINE BARRIER_INIT        SUBROUTINE BARRIER_INIT
6    
7    #include "SIZE.h"
8  #include "EEPARAMS.h"  #include "EEPARAMS.h"
9  #include "EESUPPORT.h"  #include "EESUPPORT.h"
10  #include "BARRIER.h"  #include "BARRIER.h"
# Line 60  C     |        lines to make your code " Line 62  C     |        lines to make your code "
62  C     |        stopping in these PANIC blocks then something is  |  C     |        stopping in these PANIC blocks then something is  |
63  C     |        wrong with your program and it needs to be fixed. |  C     |        wrong with your program and it needs to be fixed. |
64  C     \==========================================================/  C     \==========================================================/
65    
66    #include "SIZE.h"
67  #include "EEPARAMS.h"  #include "EEPARAMS.h"
68  #include "EESUPPORT.h"  #include "EESUPPORT.h"
69  #include "BARRIER.h"  #include "BARRIER.h"
# Line 75  C     I     - Loop counter Line 79  C     I     - Loop counter
79        INTEGER I        INTEGER I
80    
81  CcnhDebugStarts  CcnhDebugStarts
82  C     IF ( myThid .EQ. 1 ) THEN  C      WRITE(myThid,*) ' Barrier entered '
 C      WRITE(0,*) ' Barrier entered '  
 C     ENDIF  
83  CcnhDebugEnds  CcnhDebugEnds
84    
85  C--   Check that thread number is expected range  C--   Check that thread number is expected range
# Line 203  C--   door2 because they have to go thro Line 205  C--   door2 because they have to go thro
205        ENDIF        ENDIF
206    
207  CcnhDebugStarts  CcnhDebugStarts
208  C     IF ( myThid .EQ. 1 ) THEN  C      WRITE(myThid,*) ' Barrier exited '
 C      WRITE(0,*) ' Barrier exited '  
 C     ENDIF  
209  CcnhDebugEnds  CcnhDebugEnds
210            
211        RETURN        RETURN

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22