From 7cd890e5e85cf3e432c34fa9005eb1afbfe61644 Mon Sep 17 00:00:00 2001 From: yuanchunlin1 Date: Fri, 20 May 2022 09:51:27 +0800 Subject: [PATCH] add-porting_and_Hyper-tuner --- package/Hyper-tuner/2.3.0/install.sh | 9 +++++++++ package/Porting/2.3.0/install.sh | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 package/Hyper-tuner/2.3.0/install.sh create mode 100644 package/Porting/2.3.0/install.sh 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 0000000..8905025 --- /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 0000000..c4af5be --- /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 + -- Gitee