Changeset 4062


Ignore:
Timestamp:
Jun 28, 2019 9:35:33 AM (5 years ago)
Author:
knoop
Message:

Bugfix: Updated palm_installer_components to renamed example_cbl test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/palm_installer_components

    r3851 r4062  
    154154palm_installer_test_suite() {
    155155   rm -f ${install_prefix}/${logfile_test}
    156    palm_installer_test "example_cbl_short" # ToDo: replace with palmtest python script
     156   palm_installer_test "example_cbl" # ToDo: replace with palmtest python script
    157157   hrule
    158158   cat ${install_prefix}/${logfile_test} >> ${logfile_all}
     
    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_short -a \"d3#\" -c \"default\" -X \"$NUM_PROC_TEST\" -T \"$NUM_PROC_TEST\" "
     189   printf "| %-${number_of_cols}s \n" "      palmrun -r example_cbl -a \"d3#\" -c \"default\" -X \"$NUM_PROC_TEST\" -T \"$NUM_PROC_TEST\" "
    190190   printf "| %-${number_of_cols}s \n" "                      |           |          |        |     |            "
    191191   printf "| %-${number_of_cols}s \n" "                  Job name        |    configuration  | tasks per node   "
Note: See TracChangeset for help on using the changeset viewer.