Ignore:
Timestamp:
Sep 12, 2018 12:04:40 PM (6 years ago)
Author:
Giersch
Message:

Bufgix for an error message in case of restarts and user-defined profiles

File:
1 edited

Legend:

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

    r3235 r3240  
    2525! -----------------
    2626! $Id$
     27! max_pr_user_tmp has been defined as a control variable because it is not
     28! local anymore
     29!
     30! 3235 2018-09-07 14:06:15Z sward
    2731! Added global variable dim_size_agtnum to own module. Necessary to avoid
    2832! circular dependency in agent output.
     
    12381242    INTEGER(iwp) ::  maximum_parallel_io_streams = -1  !< maximum number of parallel io streams that the underlying parallel file system allows, set with palmrun option -w, ENVPAR namelist parameter, provided by palmrun
    12391243    INTEGER(iwp) ::  max_pr_user = 0                   !< number of user-defined profiles (must not change within a job chain)
     1244    INTEGER(iwp) ::  max_pr_user_tmp = 0               !< number of user-defined profiles that is temporary stored to check it against max_pr_user in case of restarts
    12401245    INTEGER(iwp) ::  mgcycles = 0                      !< number of multigrid cycles that the multigrid solver has actually carried out
    12411246    INTEGER(iwp) ::  mg_cycles = 4                     !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.