quantumespresso:インストール方法_7.3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| quantumespresso:インストール方法_7.3 [2024/02/04 23:00] – koudai | quantumespresso:インストール方法_7.3 [2024/02/05 00:00] (current) – [Wannier90のインストールに失敗する] koudai | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。 | でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。 | ||
| < | < | ||
| - | export PATH=$PATH:/ | + | export PATH=$PATH:/ |
| </ | </ | ||
| Line 69: | Line 69: | ||
| ===== Wannier90のインストールに失敗する ===== | ===== Wannier90のインストールに失敗する ===== | ||
| - | 次のエラーメッセージが出て、makeが止まりました(ユーザー名=sugimoto) | + | 次のエラーメッセージが出て、makeが止まりました。 |
| < | < | ||
| ( cd install ; make -f plugins_makefile w90 || exit 1 ) | ( cd install ; make -f plugins_makefile w90 || exit 1 ) | ||
| - | make[1]: Entering directory '/ | + | make[1]: Entering directory '/ |
| initializing external/ | initializing external/ | ||
| - | Initialized empty Git repository in /home/sugimoto/ | + | hint: Using ' |
| + | hint: is subject to change. To configure the initial branch name to use in all | ||
| + | hint: of your new repositories, | ||
| + | hint: | ||
| + | hint: git config --global init.defaultBranch < | ||
| + | hint: | ||
| + | hint: Names commonly chosen instead of ' | ||
| + | hint: ' | ||
| + | hint: | ||
| + | hint: git branch -m < | ||
| + | Initialized empty Git repository in /home/username/ | ||
| usage: git remote add [< | usage: git remote add [< | ||
| Line 94: | Line 104: | ||
| fatal: ' | fatal: ' | ||
| make[1]: *** [plugins_makefile: | make[1]: *** [plugins_makefile: | ||
| - | make[1]: Leaving directory '/ | + | make[1]: Leaving directory '/ |
| make: *** [Makefile: | make: *** [Makefile: | ||
| </ | </ | ||
| - | Wannier90のディレクトリに入って、Wannier90を直接インストールします。 | + | Wannier90のディレクトリに入って、Wannier90を自らとってきます。 |
| < | < | ||
| - | $ cd external/wannier90/ | + | $ cd external/ |
| - | $ rm -rf .git/ | + | $ rm -rf wannier90/ |
| - | $ git clone https:// | + | $ git clone https:// |
| - | $ make | + | |
| </ | </ | ||
| Line 110: | Line 119: | ||
| < | < | ||
| - | $ cd ~/qe-7.3 | + | $ cd .. |
| $ make all | $ make all | ||
| </ | </ | ||
| + | 最後にWannier90のコンパイルを完了させます(QEのインストール完了よりも先にしても失敗する)。 | ||
| + | < | ||
| + | $ cd external/ | ||
| + | $ make | ||
| + | </ | ||
| ====== XCrySDenのインストール ====== | ====== XCrySDenのインストール ====== | ||
quantumespresso/インストール方法_7.3.1707055203.txt.gz · Last modified: 2024/02/04 23:00 by koudai
