Changeset 1108 for palm


Ignore:
Timestamp:
Mar 5, 2013 7:03:32 AM (11 years ago)
Author:
raasch
Message:

bugfix for r1106 + coupled runs on lckyut/lckyuh

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1107 r1108  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# bugfix for coupled runs on lckyut/lckyuh
    2525#
    2626# Former revisions:
     
    35433543                # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT
    35443544                # DOES NOT EXIST
    3545              if [[ $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyu* ]]
     3545             if [[ $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyuh  &&  $host != lckyut ]]
    35463546             then
    35473547                if [[ -f $hostfile ]]
     
    37383738                   elif [[ $host = lck || $host = lckordi ]]
    37393739                   then
    3740                          mpiexec -n $ii  ./a.out  $ROPTS < runfile_atmos &
     3740
     3741                      mpiexec -n $ii  ./a.out  $ROPTS < runfile_atmos &
     3742
     3743                   elif [[ $host = lckyu* ]]
     3744                   then
     3745
     3746                      mpiexec -n $ii --stdin runfile_atmos  ./a.out  $ROPTS
     3747
    37413748                   fi
    37423749                   wait
  • palm/trunk/SOURCE/header.f90

    r1107 r1108  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix for r1106
    2323!
    2424! Former revisions:
     
    261261       WRITE ( io, 101 )  mpi_type, coupling_mode
    262262    ENDIF
     263#if defined( __parallel )
    263264    IF ( coupling_start_time /= 0.0 )  THEN
    264265       IF ( coupling_start_time > simulated_time_at_begin )  THEN
     
    268269       ENDIF
    269270    ENDIF
     271#endif
    270272    WRITE ( io, 102 )  run_date, run_identifier, run_time, runnr, &
    271273                       ADJUSTR( host_chr )
Note: See TracChangeset for help on using the changeset viewer.