Ignore:
Timestamp:
Sep 24, 2014 2:06:57 PM (10 years ago)
Author:
maronga
Message:

New flag files allow to force unscheduled termination/restarts of batch jobs, progress output is made for batch runs, small adjustments for lxce6 and lccrayh/lccrayb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r1430 r1468  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Adapted for use on up to 6-digit processor cores
    2323!
    2424! Former revisions:
     
    16941694
    16951695 99 FORMAT (1X,78('-'))
    1696 100 FORMAT (/1X,'******************************',6X,42('-')/        &
    1697             1X,'* ',A,' *',6X,A/                               &
    1698             1X,'******************************',6X,42('-'))
    1699 101 FORMAT (37X,'coupled run using MPI-',I1,': ',A/ &
    1700             37X,42('-'))
    1701 102 FORMAT (/' Date:                 ',A8,6X,'Run:       ',A20/      &
    1702             ' Time:                 ',A8,6X,'Run-No.:   ',I2.2/     &
     1696100 FORMAT (/1X,'******************************',4X,44('-')/        &
     1697            1X,'* ',A,' *',4X,A/                               &
     1698            1X,'******************************',4X,44('-'))
     1699101 FORMAT (35X,'coupled run using MPI-',I1,': ',A/ &
     1700            35X,42('-'))
     1701102 FORMAT (/' Date:                 ',A8,4X,'Run:       ',A20/      &
     1702            ' Time:                 ',A8,4X,'Run-No.:   ',I2.2/     &
    17031703            ' Run on host:        ',A10)
    17041704#if defined( __parallel )
    1705 103 FORMAT (' Number of PEs:',10X,I6,6X,'Processor grid (x,y): (',I3,',',I3, &
     1705103 FORMAT (' Number of PEs:',10X,I6,4X,'Processor grid (x,y): (',I4,',',I4, &
    17061706              ')',1X,A)
    1707 104 FORMAT (' Number of PEs:',8X,I5,9X,'Tasks:',I4,'   threads per task:',I4/ &
    1708               37X,'Processor grid (x,y): (',I3,',',I3,')',1X,A)
    1709 105 FORMAT (37X,'One additional PE is used to handle'/37X,'the dvrp output!')
    1710 106 FORMAT (37X,'A 1d-decomposition along x is forced'/ &
    1711             37X,'because the job is running on an SMP-cluster')
    1712 107 FORMAT (37X,'A 1d-decomposition along ',A,' is used')
    1713 108 FORMAT (37X,'Max. # of parallel I/O streams is ',I5)
    1714 109 FORMAT (37X,'Precursor run for coupled atmos-ocean run'/ &
    1715             37X,42('-'))
    1716 114 FORMAT (37X,'Coupled atmosphere-ocean run following'/ &
    1717             37X,'independent precursor runs'/             &
    1718             37X,42('-'))
     1707104 FORMAT (' Number of PEs:',10X,I6,4X,'Tasks:',I4,'   threads per task:',I4/ &
     1708              35X,'Processor grid (x,y): (',I4,',',I4,')',1X,A)
     1709105 FORMAT (35X,'One additional PE is used to handle'/37X,'the dvrp output!')
     1710106 FORMAT (35X,'A 1d-decomposition along x is forced'/ &
     1711            35X,'because the job is running on an SMP-cluster')
     1712107 FORMAT (35X,'A 1d-decomposition along ',A,' is used')
     1713108 FORMAT (35X,'Max. # of parallel I/O streams is ',I5)
     1714109 FORMAT (35X,'Precursor run for coupled atmos-ocean run'/ &
     1715            35X,42('-'))
     1716114 FORMAT (35X,'Coupled atmosphere-ocean run following'/ &
     1717            35X,'independent precursor runs'/             &
     1718            35X,42('-'))
    17191719117 FORMAT (' Accelerator boards / node:  ',I2)
    17201720#endif
Note: See TracChangeset for help on using the changeset viewer.