diff --git a/examples/mpi/devkitdemo-main/Development_framework/hpc-sdk/script/common_fun.sh b/examples/mpi/devkitdemo-main/Development_framework/hpc-sdk/script/common_fun.sh index 91e1a03823ed214261ccec031d4b8fa25033aff9..6432fb0c9b238b5b622d9ae473403ce9a68a5aeb 100644 --- a/examples/mpi/devkitdemo-main/Development_framework/hpc-sdk/script/common_fun.sh +++ b/examples/mpi/devkitdemo-main/Development_framework/hpc-sdk/script/common_fun.sh @@ -486,7 +486,7 @@ del_math_kml() { else $install_package_kind -P "${boost_math_name}" fi - logger "Deleting kml successfull" ${TIP_COLOR_ECHO} + logger "Deleting kml successful" ${TIP_COLOR_ECHO} } del_hyper_mpi() { @@ -515,7 +515,7 @@ del_compiler() { if [[ -f "${compiler_modules_path}" ]] || [[ -d "${compiler_path}" ]];then [[ -f "${compiler_modules_path}" ]] && logger "${compiler_modules_path} file already exists." ${TIP_COLOR_WARNING} [[ -d "${compiler_path}" ]] && logger "${compiler_path} directory is not empty." ${TIP_COLOR_WARNING} - read_answer "Are you sure you want to continue the instllation? if yes, the ${compiler_path} directory or ${compiler_modules_path} file will be overwritten." + read_answer "Are you sure you want to continue the installation? if yes, the ${compiler_path} directory or ${compiler_modules_path} file will be overwritten." if [[ $? != 0 ]];then logger "Do not install the ${compiler_type^^} repeatedly." ${TIP_COLOR_ECHO} return 1 diff --git a/examples/mpi/devkitdemo-main/hpc-sdk/script/common_fun.sh b/examples/mpi/devkitdemo-main/hpc-sdk/script/common_fun.sh index 34fac2fceba2d1445c8f74a5a186bda4ddd26f8f..28ea1f15ffd10a8f54b5e6dbd995467c502c9bc3 100644 --- a/examples/mpi/devkitdemo-main/hpc-sdk/script/common_fun.sh +++ b/examples/mpi/devkitdemo-main/hpc-sdk/script/common_fun.sh @@ -489,7 +489,7 @@ del_math_kml() { else $install_package_kind -P "${boost_math_name}" fi - logger "Deleting kml successfull" ${TIP_COLOR_ECHO} + logger "Deleting kml successful" ${TIP_COLOR_ECHO} } del_hyper_mpi() { @@ -518,7 +518,7 @@ del_compiler() { if [[ -f "${compiler_modules_path}" ]] || [[ -d "${compiler_path}" ]];then [[ -f "${compiler_modules_path}" ]] && logger "${compiler_modules_path} file already exists." ${TIP_COLOR_WARNING} [[ -d "${compiler_path}" ]] && logger "${compiler_path} directory is not empty." ${TIP_COLOR_WARNING} - read_answer "Are you sure you want to continue the instllation? if yes, the ${compiler_path} directory or ${compiler_modules_path} file will be overwritten." + read_answer "Are you sure you want to continue the installation? if yes, the ${compiler_path} directory or ${compiler_modules_path} file will be overwritten." if [[ $? != 0 ]];then logger "Do not install the ${compiler_type^^} repeatedly." ${TIP_COLOR_ECHO} return 1