Changeset 4729


Ignore:
Timestamp:
Oct 7, 2020 7:33:51 AM (4 years ago)
Author:
raasch
Message:

option -T removed from the automatic installation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/palm_installer_components

    r4481 r4729  
    137137   mkdir -p ${input_dir}
    138138   cp ${test_dir}/${1}/INPUT/${1}_p3d ${input_dir}
    139    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
     139   bash ${trunk_dir}/SCRIPTS/palmrun -r ${1} -a "d3#" -c "default" -X "$NUM_PROC_TEST" -v -B > ${install_prefix}/${logfile_test} 2>&1
    140140   grep -A 99999 "Run-control output" JOBS/${1}/MONITORING/${1}_rc 1> ${install_prefix}/RC_LOCAL 2> /dev/null
    141141   grep -A 99999 "Run-control output" ${test_dir}/${1}/MONITORING/${1}_rc 1> ${install_prefix}/RC_DEFAULT 2> /dev/null
     
    187187   printf "| %-${number_of_cols}s \n" "-- To start the model, please use \"palmrun\" with appropriate options. For example:"
    188188   printf "| %-${number_of_cols}s \n" " "
    189    printf "| %-${number_of_cols}s \n" "      palmrun -r example_cbl -a \"d3#\" -c \"default\" -X \"$NUM_PROC_TEST\" -T \"$NUM_PROC_TEST\" "
    190    printf "| %-${number_of_cols}s \n" "                      |           |          |        |     |            "
    191    printf "| %-${number_of_cols}s \n" "                  Job name        |    configuration  | tasks per node   "
    192    printf "| %-${number_of_cols}s \n" "                           I/O control list    number of cores           "
     189   printf "| %-${number_of_cols}s \n" "      palmrun -r example_cbl -c \"default\" -a \"d3#\" -X \"$NUM_PROC_TEST\" "
     190   printf "| %-${number_of_cols}s \n" "                  run-identifier | configuration-identifier  | I/O control list | number of cores   "
    193191   printf "| %-${number_of_cols}s \n" " "
    194192   printf "| %-${number_of_cols}s \n" "-- Edit \".palm.config.default\" to customize this ${program_name} installation."
Note: See TracChangeset for help on using the changeset viewer.