- Prepaire for your Sharetask bilnary.
- Install CycleCloud CLI
-
tar zxvf cyclecloud-Sharetask.tar.gz
-
cd cyclecloud-Sharetask
-
mv project.ini.sample project.ini
-
Uplaod "Files" attribute for your Sharetask binariy in "project.ini" file.
-
run "cyclecloud project upload azure-storage" for uploading template to CycleCloud
-
"cyclecloud import_template -f templates/pbs_extended_nfs_sharetask.txt" for register this template to your CycleCloud
-
cyclecloud delete_template Sharetask
- Create Execute Node manually
- Check Node IP Address
- Create hosts file for your nodes
- qsub xxx.sh
- This tempate support only single administrator. So you have to use same user between superuser(initial Azure CycleCloud User) and deployment user of this template
Azure CycleCloud はMicrosoft Azure上で簡単にCAE/HPC/Deep Learning用のクラスタ環境を構築できるソリューションです。
Azure CyceCloudのインストールに関しては、こちら のドキュメントを参照してください。
Sharetask用のテンプレートになっています。 以下の構成、特徴を持っています。
- OSS PBS ProジョブスケジューラをMasterノードにインストール
- H16r, H16r_Promo, HC44rs, HB60rs, HB120rs_v2を想定したテンプレート、イメージ
- OpenLogic CentOS 7.6 HPC を利用
- Masterノードに512GB * 2 のNFSストレージサーバを搭載
- Executeノード(計算ノード)からNFSをマウント
- MasterノードのIPアドレスを固定設定
- 一旦停止後、再度起動した場合にアクセスする先のIPアドレスが変更されない
OSS PBS Defaultテンプレートインストール方法
前提条件: テンプレートを利用するためには、Azure CycleCloud CLIのインストールと設定が必要です。詳しくは、 こちら の文書からインストールと展開されたAzure CycleCloudサーバのFQDNの設定が必要です。
- テンプレート本体をダウンロード
- 展開、ディレクトリ移動
- cyclecloudコマンドラインからテンプレートインストール
- tar zxvf cyclecloud-Sharetask.tar.gz
- cd cyclecloud-Sharetask
- cyclecloud project upload cyclecloud-storage # 以前は、cyclecloud project upload azure-storage
- cyclecloud import_template -f templates/pbs_extended_nfs_sharetask.txt
- 削除したい場合、 cyclecloud delete_template sharetask コマンドで削除可能
Copyright Hiroshi Tanaka, hirtanak@gmail.com, @hirtanak All rights reserved. Use of this source code is governed by MIT license that can be found in the LICENSE file.