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

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

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

revision 1.3 by cnh, Wed Oct 28 03:11:33 1998 UTC revision 1.4 by adcroft, Tue May 18 17:39:21 1999 UTC
# Line 24  C     | and allow a programmer to modify Line 24  C     | and allow a programmer to modify
24  C     | barrier code to allow threads to be scheduled more       |  C     | barrier code to allow threads to be scheduled more       |
25  C     | appropriately.                                           |  C     | appropriately.                                           |
26  C     \==========================================================/  C     \==========================================================/
27          IMPLICIT NONE
28    
29  C     === Global data ===  C     === Global data ===
30  #include "SIZE.h"  #include "SIZE.h"
# Line 59  C Line 60  C
60        IF ( nChecks .GT. 10 ) THEN        IF ( nChecks .GT. 10 ) THEN
61         thError(myThid) = .TRUE.         thError(myThid) = .TRUE.
62         eeBootError     = .TRUE.         eeBootError     = .TRUE.
63         WRITE(msgBuffer,'(A,I,A,I,A)')         WRITE(msgBuffer,'(A,I5,A,I5,A)')
64       &  'S/R INI_CHECK_THREADS: Only ',numberThreadsRunning,       &  'S/R INI_CHECK_THREADS: Only ',numberThreadsRunning,
65       &  ' thread(s), ',nThreads,' are needed for this configuration!'       &  ' thread(s), ',nThreads,' are needed for this configuration!'
66          CALL PRINT_ERROR( msgBuffer , myThid)          CALL PRINT_ERROR( msgBuffer , myThid)

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

  ViewVC Help
Powered by ViewVC 1.1.22