User Tools

Site Tools


wien2k:インストール

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wien2k:インストール [2018/06/01 19:57] – [条件] koudaiwien2k:インストール [2021/06/27 22:04] (current) – external edit 127.0.0.1
Line 6: Line 6:
   * XCrySDen   * XCrySDen
   * FFTW3(MPI版)   * FFTW3(MPI版)
-  * C/C++とFortranのコンパイラ+  * Libxc 
 +  * C/C++とFortranのコンパイラ。Intel Parallel Studio XE 推奨
  
-tcshとXCrysDenはaptで手に入ります。+tcshなどはaptで手に入ります。
 <code> <code>
 $ sudo apt install tcsh $ sudo apt install tcsh
-$ sudo apt install xcrysden 
 </code> </code>
 ====== 手順 ====== ====== 手順 ======
  
 +有料ソフトなので、当然ですが事前に購入する必要があります。
 +
 +  * http://susi.theochem.tuwien.ac.at/order/
 +
 +商用だと50万円くらいしますが、アカデミック版は5万円くらいで買えます。
 ===== コンパイル(Ubuntu18.04 + WIEN2k_17.1 + Intel Parallel Studio XE 2018) ===== ===== コンパイル(Ubuntu18.04 + WIEN2k_17.1 + Intel Parallel Studio XE 2018) =====
  
Line 34: Line 39:
 $ ./siteconfig $ ./siteconfig
 </code> </code>
 +    * もしも Word too long. と表示されて実行できなかったら、siteconfigをvimなどで開いて最初の行を #!/bin/tcsh -f に変更する。
 +    * https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg16030.html
 +
   - Specify a system   - Specify a system
     - [Selection:] LI     - [Selection:] LI
Line 39: Line 47:
     - [Your compiler:] ifort     - [Your compiler:] ifort
     - [Your compiler:] (GNUコンパイラを使う場合)cc (Intelコンパイラを使う場合) icc     - [Your compiler:] (GNUコンパイラを使う場合)cc (Intelコンパイラを使う場合) icc
-    - (Libxcがインストールされている場合)[Would you like to use LIBXC (that you have installed)? (y,N):] y+    - [Would you like to use LIBXC (that you have installed)? (y,N):] y
         - [Do you want to automatically search for LIBXC installations? (Y,n):] Y         - [Do you want to automatically search for LIBXC installations? (Y,n):] Y
         - [Please specify a comma separated list of directories to search! (If no list is entered, /usr/local and /opt will be searched as default):] /opt/         - [Please specify a comma separated list of directories to search! (If no list is entered, /usr/local and /opt will be searched as default):] /opt/
Line 57: Line 65:
     - [Do you want to automatically search for FFTW installations? (Y,n):] n     - [Do you want to automatically search for FFTW installations? (Y,n):] n
     - [Please specify whether you want to use FFTW3 (default) or FFTW2  (FFTW3 / FFTW2):] FFTW3     - [Please specify whether you want to use FFTW3 (default) or FFTW2  (FFTW3 / FFTW2):] FFTW3
-    - [Please specify the path of your FFTW installation (like /opt/fftw3/) or accept present choice (enter):Enter+    - [Please specify the path of your FFTW installation (like /opt/fftw3/) or accept present choice (enter):(FFTW3のインストールディレクトリを入力。例えば /usr/local/ など)
     - [Please specify the target achitecture of your FFTW library (e.g. lib64) or accept present choice (enter):] Enter     - [Please specify the target achitecture of your FFTW library (e.g. lib64) or accept present choice (enter):] Enter
     - [Please specify the name of your FFTW library or accept present choice (enter):] Enter     - [Please specify the name of your FFTW library or accept present choice (enter):] Enter
Line 76: Line 84:
     - [Please enter the full path to your temporary directory:] /tmp     - [Please enter the full path to your temporary directory:] /tmp
  
-===== 参考 =====+==== 参考 ====
   * [[http://hmli.ustc.edu.cn/doc/app/wien2k17u1.htm]]   * [[http://hmli.ustc.edu.cn/doc/app/wien2k17u1.htm]]
 +
 +
 +===== ユーザーごとの設定 =====
 +
 +  $ cd /path/to/WIEN2k/
 +  $ ./userconfig_lapw
 +
 +  - editor shall be: vim
 +  - Set editor to  vim (Y/n): y
 +  - DATA directory: /home/username/WIEN2kdata
 +  - Set DATA directory to  /home/username/WIEN2kdata (Y/n): y
 +  - scratch directory: Enter
 +  - Set scratch directory to working directory: y
 +  - Specify your program to read pdf files (default is acroread) (on some Linux systems use xpdf): evince
 +  - Set PDFREADER to  evince (Y/n): y
 +  - Do you want to continue (Y/n)?: y
 +  - Edit .rhosts file now? (y/N): n
 +
 +
wien2k/インストール.1527850679.txt.gz · Last modified: 2021/06/27 22:01 (external edit)