diff --git a/package/Hyper-tuner/2.3.0/install.sh b/package/Hyper-tuner/2.3.0/install.sh new file mode 100644 index 0000000000000000000000000000000000000000..8905025e94c39388eda5f1ae4f9208f8db0ad6af --- /dev/null +++ b/package/Hyper-tuner/2.3.0/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -x +set -e +. ${DOWNLOAD_TOOL} -u https://mirror.iscas.ac.cn/kunpeng/archive/Tuning_kit/Packages/Hyper-tuner_2.3.0_linux.tar.gz +cd ${JARVIS_TMP} +tar zxvf ${JARVIS_DOWNLOAD}/Hyper-tuner_2.3.0_linux.tar.gz +cd Hyper_tuner +export ip=`hostname -I |awk 'print $1'` +./install.sh web -ip=$ip -mpi=$ip -jip=$ip diff --git a/package/Porting/2.3.0/install.sh b/package/Porting/2.3.0/install.sh new file mode 100644 index 0000000000000000000000000000000000000000..c4af5be771dce9a472630f089dec2a34a30a47b8 --- /dev/null +++ b/package/Porting/2.3.0/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -x +set -e +. ${DOWNLOAD_TOOL} -u https://mirror.iscas.ac.cn/kunpeng/archive/Porting_Dependency/Packages/Porting-advisor_2.3.0_linux-Kunpeng.tar.gz +cd ${JARVIS_TMP} +tar zxvf ${JARVIS_DOWNLOAD}/Porting-advisor_2.3.0_linux-Kunpeng.tar.gz +cd Porting-advisor_2.3.0_linux-Kunpeng +./install web +