v3.5.1
[ 日本語 / Eng ]
ダウンロードする場合は、"Source code" ではなく HPhi-3.5.1.tar.gz を利用してください。
こちらには依存パッケージ (StdFace) が同梱されています。
インストール方法
$ tar xzvf HPhi-3.5.1.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.5.1/
$ make
プログラムの簡易紹介
README.md を参照してください。
バグ修正
- change long int to long unsigned int PR125
- Fix interall interactions PR127
- fixed a bug in cTPQ PR128
機能追加
- sz関数のOpenMP化未対応部の並列化PR123
その他
- HPhiのhtmlマニュアルの第四章と五章の修正 PR124
Release note
[ 日本語 / Eng ]
Please download HPhi-3.5.1.tar.gz (not "Source code") because this tar file includes dependencies (StdFace).
Installation guide
$ tar xzvf HPhi-3.5.1.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.5.1/
$ make
Introduction of HPhi
See README.md.
Bug fix
- change long int to long unsigned int PR125
- Fix interall interactions PR127
- fixed a bug in cTPQ PR128
New fuction
- Parallelization of sz function by OpenMPPR123
Others
- Fix html manual at Chapter 4 and 5 PR124