quantumespresso:インストール方法_7.3
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
quantumespresso:インストール方法_7.3 [2024/02/04 22:54] – created koudai | quantumespresso:インストール方法_7.3 [2024/02/05 00:00] (current) – [Wannier90のインストールに失敗する] koudai | ||
---|---|---|---|
Line 53: | Line 53: | ||
でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。 | でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。 | ||
< | < | ||
- | export PATH=$PATH:/ | + | export PATH=$PATH:/ |
</ | </ | ||
Line 65: | Line 65: | ||
+ | |||
+ | |||
+ | ===== Wannier90のインストールに失敗する ===== | ||
+ | |||
+ | 次のエラーメッセージが出て、makeが止まりました。 | ||
+ | |||
+ | < | ||
+ | ( cd install ; make -f plugins_makefile w90 || exit 1 ) | ||
+ | make[1]: Entering directory '/ | ||
+ | initializing external/ | ||
+ | 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 / | ||
+ | usage: git remote add [< | ||
+ | |||
+ | -f, --fetch | ||
+ | --tags | ||
+ | or do not fetch any tag at all (--no-tags) | ||
+ | -t, --track < | ||
+ | -m, --master < | ||
+ | master branch | ||
+ | --mirror[=(push|fetch)] | ||
+ | set up remote as a mirror to push to or fetch from | ||
+ | |||
+ | fatal: ' | ||
+ | fatal: Could not read from remote repository. | ||
+ | |||
+ | Please make sure you have the correct access rights | ||
+ | and the repository exists. | ||
+ | fatal: ' | ||
+ | make[1]: *** [plugins_makefile: | ||
+ | make[1]: Leaving directory '/ | ||
+ | make: *** [Makefile: | ||
+ | </ | ||
+ | |||
+ | Wannier90のディレクトリに入って、Wannier90を自らとってきます。 | ||
+ | |||
+ | < | ||
+ | $ cd external/ | ||
+ | $ rm -rf wannier90/ | ||
+ | $ git clone https:// | ||
+ | </ | ||
+ | |||
+ | QEのインストールを再開します。 | ||
+ | |||
+ | < | ||
+ | $ cd .. | ||
+ | $ make all | ||
+ | </ | ||
+ | |||
+ | 最後にWannier90のコンパイルを完了させます(QEのインストール完了よりも先にしても失敗する)。 | ||
+ | |||
+ | < | ||
+ | $ cd external/ | ||
+ | $ make | ||
+ | </ | ||
====== XCrySDenのインストール ====== | ====== XCrySDenのインストール ====== | ||
quantumespresso/インストール方法_7.3.1707054855.txt.gz · Last modified: 2024/02/04 22:54 by koudai