Changeset 1917 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
May 27, 2016 2:28:12 PM (8 years ago)
Author:
witha
Message:

Corrected documented changes in the file headers

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1914 r1917  
    918918
    919919
     920
    920921       # PROVIDE VALUES OF ENVIRONMENT-VARIABLE FOR interpret_config VIA NAMELIST-FILE
    921922    cat  >  .mrun_environment  <<  %%END%%
     
    926927                    localhost = '$localhost', output_list = '$output_list' /
    927928
    928 
    929929%%END%%
    930930
     
    958958    rm .mrun_environment
    959959
     960
    960961       # EXECUTE SHELL-COMMANDS GENERATED BY interpret_config WITHIN THIS SHELL
    961962    chmod  u+x  $interpreted_config_file
     
    965966
    966967 fi
     968
    967969
    968970    # VALUES OF MRUN-OPTIONS OVERWRITE THOSE FROM THE CONFIGURATION-FILE
  • palm/trunk/SCRIPTS/subjob

    r1914 r1917  
    907907    if [[ $numprocs != 0 ]]
    908908    then
    909       pe_set="#$ -pe openmpi $numprocs"
    910     else
    911       pe_set="#$ -pe openmpi 1"
     909      pe_set="#$ -pe impi $numprocs"
     910    else
     911      pe_set="#$ -pe impi 1"
    912912    fi
    913913    if [[ $queue = default ]]
Note: See TracChangeset for help on using the changeset viewer.