зеркало из https://github.com/Azure/azurehpc.git
Merge pull request #11 from Azure/fluent_updates
updating fluent readme and script
This commit is contained in:
Коммит
0e94d1e980
|
@ -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
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче