MPC Group/並列計算機

INSTALL

xc30

  1. http://www.quantum-espresso.org/からソースダウンロード
  2. espressoアーカイブを展開
    % tar zxvf espresso-xx.xx.tar.gz
  3. 必要なファイル群のコピー(copy the necessary files)
    % cd espresso-xx.xx
    % cp /work/Samples/tools/Quantum-Espresso/diffs.txt .
    % cp /work/Samples/tools/Quantum-Espresso/compile-cray.sh .
    % cp /work/Samples/tools/Quantum-Espresso/environment_variables .
  4. diffs.txt に沿ってソースコード修正(collect the source code via diffs.txt)
  5. fftwモジュールのロード(load fftw module)
    % module load fftw
  6. compile-cray.shをシェルスクリプトとして実行(run comile-cray.sh as shell script)
    % ./compile-cray.sh
  7. include/c_defs.hに以下2行を追加(add the following 2lines to include/c_defs.h)
    % vi include/c_defs.h
#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## _

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2013-12-06 (金) 22:57:56 (3796d)