Ignore:
Timestamp:
Sep 15, 2011 1:58:31 PM (13 years ago)
Author:
raasch
Message:

New:
---

The number of parallel I/O operations can be limited with new mrun-option -w.
(advec_particles, data_output_2d, data_output_3d, header, init_grid, init_pegrid, init_3d_model, modules, palm, parin, write_3d_binary)

Changed:


mrun option -T is obligatory

Errors:


Bugfix: No zero assignments to volume_flow_initial and volume_flow_area in
case of normal restart runs. (init_3d_model)

initialization of u_0, v_0. This is just to avoid access of uninitialized
memory in exchange_horiz_2d, which causes respective error messages
when the Intel thread checker (inspector) is used. (production_e)

Bugfix for ts limitation (prandtl_fluxes)

File:
1 edited

Legend:

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

    r708 r759  
    44! Current revisions:
    55! -----------------
    6 !
     6! output of maximum number of parallel io streams
    77!
    88! Former revisions:
     
    220220    ENDIF
    221221    IF ( use_seperate_pe_for_dvrp_output )  WRITE ( io, 105 )
     222    IF ( numprocs /= maximum_parallel_io_streams )  THEN
     223       WRITE ( io, 108 )  maximum_parallel_io_streams
     224    ENDIF
    222225#endif
    223226    WRITE ( io, 99 )
     
    15961599            37X,'because the job is running on an SMP-cluster')
    15971600107 FORMAT (37X,'A 1d-decomposition along ',A,' is used')
     1601108 FORMAT (37X,'Max. # of parallel I/O streams is ',I5)
    15981602#endif
    15991603110 FORMAT (/' Numerical Schemes:'/ &
Note: See TracChangeset for help on using the changeset viewer.