EC2でのクラスター構築と並列計算

EC2でいざクラスターを構築して計算をしようとしても、以外と環境の構築面で足を引っ張られがち。 何かしら無いかと探してみたら、StartClusterというtoolkitを発見。

StarCluster has been designed to automate and simplify the process of building, configuring, and managing clusters of virtual machines on Amazon’s EC2 cloud. StarCluster allows anyone to easily create a cluster computing environment in the cloud suited for distributed and parallel computing applications and systems.

EC2でのクラスター構築用のtoolkit、StarCluster。標準でNFSやOpenMPIなども構築されているAMIが提供されているため、お気軽(?)にクラスタ構成を稼働させられる。

クラスタ計算インスタンスで最も高性能なのが”cc2.8xlarge”で$2.4/h。これを(推定)1100台ほどで並列で稼働させた結果が、スパコンTOP500で世界72位!(404 Not Found)

つまり、時間あたり20万円ほどだせば、個人でも世界で100位以内の速さの計算機リソースを一人で使えるという計算と考えると、選択肢が広い時代になったとは思える。