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/init_pegrid.f90

    r1436 r1468  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Adapted for use on up to 6-digit processor cores
    2323!
    2424! Former revisions:
     
    242242                          comm2d, ierr )
    243243    CALL MPI_COMM_RANK( comm2d, myid, ierr )
    244     WRITE (myid_char,'(''_'',I4.4)')  myid
     244    WRITE (myid_char,'(''_'',I6.6)')  myid
    245245
    246246    CALL MPI_CART_COORDS( comm2d, myid, ndim, pcoord, ierr )
Note: See TracChangeset for help on using the changeset viewer.