Merge pull request #11 from Azure/fluent_updates

updating fluent readme and script
This commit is contained in:
Kanchan Mehrotra 2019-08-01 19:10:30 -07:00 коммит произвёл GitHub
Родитель 477f0c88b7 57fa5d959e
Коммит 0e94d1e980
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 5 удалений

5
apps/fluent/install_fluent.sh Normal file → Executable file
Просмотреть файл

@ -2,7 +2,8 @@
install_dir=/apps
inst=$(readlink -f $1)
#NOTE!!: Update the path to the fluent install file before running the script
inst=/path/to/fluent_install_file.tar
tmp_dir=/tmp/tmp-fluent
@ -10,7 +11,7 @@ mkdir $tmp_dir
pushd $tmp_dir
echo "Install Fluent"
echo "Installer: $1"
echo "Installer: $inst"
tar xf $inst

6
apps/fluent/readme.md Normal file → Executable file
Просмотреть файл

@ -1,4 +1,4 @@
# Install and run Fluent Benchmarks
## Install and run Fluent Benchmarks
## Prerequisites
@ -8,7 +8,7 @@ Dependencies for binary version:
* None
#Installation
##Installation
NOTE: Update the path to the fluent installer tar file in $azhpc_dir/apps/fluent/install_fluent.sh
@ -32,7 +32,7 @@ azhpc-run -u hpcuser $azhpc_dir/apps/fluent/install_fluent.sh
azhpc-connect -u hpcuser headnode
```
#Running
##Running
NOTE: In the run script you will need to update the license server. Currently it is set to localhost which would require a tunnel to be created (currently the ssh tunnel command commented out in the script).