Changeset 28 for palm/trunk
- Timestamp:
- Feb 28, 2007 11:10:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r27 r28 826 826 if [[ "$line" = "" || $(echo $line | cut -c1) = "#" ]] 827 827 then 828 printf "\n +++ no seri el compiler name found in configuration file"828 printf "\n +++ no serial compiler name found in configuration file" 829 829 printf "\n for \"$remote_host_string\" " 830 830 locat=config_file; exit … … 992 992 column1="compiler:"; column2=$compiler_name 993 993 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 994 999 column1="cpp options:"; column2=$cpp_options 995 1000 printf "| $column1$column2 | \n" … … 1289 1294 /bin/scp batch_scp mbuild mrun subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1290 1295 else 1291 scp Makefile *.f90${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null1296 scp batch_scp mbuild mrun subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1292 1297 fi 1293 1298
Note: See TracChangeset
for help on using the changeset viewer.