Ignore:
Timestamp:
Nov 8, 2018 10:36:37 AM (5 years ago)
Author:
knoop
Message:

updated palm_installer_components to match new palmbuild and palmrun options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/palm_installer_components

    r2774 r3506  
    5656   rm -rf ${source_dir}
    5757   rm -rf MAKE_DEPOSITORY_parallel
    58    bash ${trunk_dir}/SCRIPTS/palmbuild -v -h "default"
     58   bash ${trunk_dir}/SCRIPTS/palmbuild -v -c "default"
    5959}
    6060
     
    103103   cp ${test_dir}/${1}_p3d ${input_dir}
    104104   [[ -f ${test_dir}/${1}_topo ]] && cp ${test_dir}/${1}_topo ${input_dir}
    105    bash ${trunk_dir}/SCRIPTS/palmrun -d ${1} -a "d3#" -h "default" -X "$NUM_PROC_TEST" -T "$NUM_PROC_TEST" -v -B > ${install_prefix}/${logfile_test} 2>&1
     105   bash ${trunk_dir}/SCRIPTS/palmrun -r ${1} -a "d3#" -c "default" -X "$NUM_PROC_TEST" -T "$NUM_PROC_TEST" -v -B > ${install_prefix}/${logfile_test} 2>&1
    106106   grep -A 99999 "Run-control output" JOBS/${1}/MONITORING/${1}_rc 1> ${install_prefix}/RC_LOCAL 2> /dev/null
    107107   grep -A 99999 "Run-control output" ${test_dir}/${1}_rc 1> ${install_prefix}/RC_DEFAULT 2> /dev/null
     
    156156   printf "| %-${number_of_cols}s \n" "-- To start the model, please use \"palmrun\" with appropriate options. For example:"
    157157   printf "| %-${number_of_cols}s \n" " "
    158    printf "| %-${number_of_cols}s \n" "      palmrun -d example_cbl -a \"d3#\" -h \"default\" -X \"$NUM_PROC_TEST\" -T \"$NUM_PROC_TEST\" "
     158   printf "| %-${number_of_cols}s \n" "      palmrun -r example_cbl -a \"d3#\" -c \"default\" -X \"$NUM_PROC_TEST\" -T \"$NUM_PROC_TEST\" "
    159159   printf "| %-${number_of_cols}s \n" "                      |           |          |        |     |            "
    160160   printf "| %-${number_of_cols}s \n" "                  Job name        |    configuration  | tasks per node   "
     
    162162   printf "| %-${number_of_cols}s \n" " "
    163163   printf "| %-${number_of_cols}s \n" "-- Edit \".palm.config.default\" to customize this ${program_name} installation."
    164    printf "| %-${number_of_cols}s \n" "-- To rebuild ${program_name} type: palmbuild -h \"default\""
     164   printf "| %-${number_of_cols}s \n" "-- To rebuild ${program_name} type: palmbuild -c \"default\""
    165165   printf "| %-${number_of_cols}s \n" " "
    166166   printf "| %-${number_of_cols}s \n" "-- For further questions go to: https://palm.muk.uni-hannover.de/."
Note: See TracChangeset for help on using the changeset viewer.