1 Star 0 Fork 65

hamster/hpcrunner

forked from openEuler/hpcrunner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.sh 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
王松松 提交于 2022-08-14 00:50 . fix some shell problems
CUR_PATH=$(pwd)
chmod -R +x ./benchmark
chmod -R +x ./package
chmod -R +x ./test
chmod +x ./*.sh
chmod +x jarvis
mkdir -p tmp
export JARVIS_ROOT=${CUR_PATH}
export JARVIS_COMPILER=${CUR_PATH}/software/compiler
export JARVIS_MPI=${CUR_PATH}/software/mpi
export JARVIS_LIBS=${CUR_PATH}/software/libs
export JARVIS_UTILS=${CUR_PATH}/software/utils
export JARVIS_DOWNLOAD=${CUR_PATH}/downloads
export JARVIS_TMP=${CUR_PATH}/tmp
export DOWNLOAD_TOOL=${CUR_PATH}/package/common/download.sh
#Install modules
if ! type module >/dev/null 2>&1;then
echo "Install environment-modules"
yum install -y environment-modules || apt install -y environment-modules
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hujing2/hpcrunner.git
git@gitee.com:hujing2/hpcrunner.git
hujing2
hpcrunner
hpcrunner
master

搜索帮助