Changeset 3506
- Timestamp:
- Nov 8, 2018 10:36:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/INSTALL/palm_installer_components
r2774 r3506 56 56 rm -rf ${source_dir} 57 57 rm -rf MAKE_DEPOSITORY_parallel 58 bash ${trunk_dir}/SCRIPTS/palmbuild -v - h"default"58 bash ${trunk_dir}/SCRIPTS/palmbuild -v -c "default" 59 59 } 60 60 … … 103 103 cp ${test_dir}/${1}_p3d ${input_dir} 104 104 [[ -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>&1105 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 106 106 grep -A 99999 "Run-control output" JOBS/${1}/MONITORING/${1}_rc 1> ${install_prefix}/RC_LOCAL 2> /dev/null 107 107 grep -A 99999 "Run-control output" ${test_dir}/${1}_rc 1> ${install_prefix}/RC_DEFAULT 2> /dev/null … … 156 156 printf "| %-${number_of_cols}s \n" "-- To start the model, please use \"palmrun\" with appropriate options. For example:" 157 157 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\" " 159 159 printf "| %-${number_of_cols}s \n" " | | | | | " 160 160 printf "| %-${number_of_cols}s \n" " Job name | configuration | tasks per node " … … 162 162 printf "| %-${number_of_cols}s \n" " " 163 163 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\"" 165 165 printf "| %-${number_of_cols}s \n" " " 166 166 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.