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

    r1403 r1468  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Adapted for use on up to 6-digit processor cores
    2323!
    2424! Former revisions:
     
    169169!
    170170!-- Test output (to be removed later)
    171     WRITE (*,'(A,I4,A,I3,A,I3,A,I3)') '*** Connect MPI-Task ', myid,' to CPU ',&
     171    WRITE (*,'(A,I6,A,I3,A,I3,A,I3)') '*** Connect MPI-Task ', myid,' to CPU ',&
    172172                                      acc_rank, ' Devices: ', num_acc_per_node,&
    173173                                      ' connected to:',                        &
     
    191191!
    192192!-- Open a file for debug output
    193     WRITE (myid_char,'(''_'',I4.4)')  myid
     193    WRITE (myid_char,'(''_'',I6.6)')  myid
    194194    OPEN( 9, FILE='DEBUG'//TRIM( coupling_char )//myid_char, FORM='FORMATTED' )
    195195
Note: See TracChangeset for help on using the changeset viewer.