[[MPC Group]]/[[並列計算機]] *INSTALL [#q31cc291] ** xc30 [#a25a0d12] + http://www.quantum-espresso.org/からソースダウンロード + espressoアーカイブを展開 % tar zxvf espresso-xx.xx.tar.gz + 必要なファイル群のコピー + 必要なファイル群のコピー(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 . + diffs.txt に沿ってソースコード修正(collect the source code via diffs.txt) + fftwモジュールのロード + fftwモジュールのロード(load fftw module) % module load fftw + compile-cray.shをシェルスクリプトとして実行 + compile-cray.shをシェルスクリプトとして実行(run comile-cray.sh as shell script) % ./compile-cray.sh + include/c_defs.hに以下2行を追加 + 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 ## _