Ignore:
Timestamp:
Feb 28, 2007 11:10:25 AM (17 years ago)
Author:
raasch
Message:

Bugfix in mbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r27 r28  
    826826       if [[ "$line" = ""  ||  $(echo $line | cut -c1) = "#" ]]
    827827       then
    828           printf "\n  +++ no seriel compiler name found in configuration file"
     828          printf "\n  +++ no serial compiler name found in configuration file"
    829829          printf "\n      for \"$remote_host_string\" "
    830830          locat=config_file; exit
     
    992992    column1="compiler:"; column2=$compiler_name
    993993    printf "| $column1$column2 | \n"
     994    if [[ $compile_utility_programs = true ]]
     995    then
     996       column1="serial compiler:"; column2=$compiler_name_ser
     997       printf "| $column1$column2 | \n"
     998    fi
    994999    column1="cpp options:"; column2=$cpp_options
    9951000    printf "| $column1$column2 | \n"
     
    12891294                /bin/scp  batch_scp mbuild mrun subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
    12901295             else
    1291                 scp  Makefile  *.f90  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
     1296                scp  batch_scp mbuild mrun subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
    12921297             fi
    12931298
Note: See TracChangeset for help on using the changeset viewer.