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:インストール [2019/01/25 18:05] – [条件] koudaiwien2k:インストール [2021/06/27 22:04] (current) – external edit 127.0.0.1
Line 6: Line 6:
   * XCrySDen   * XCrySDen
   * FFTW3(MPI版)   * FFTW3(MPI版)
-  * LibXC+  * Libxc
   * C/C++とFortranのコンパイラ。Intel Parallel Studio XE 推奨   * 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 43: 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 80: 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/インストール.1548407121.txt.gz · Last modified: 2021/06/27 22:01 (external edit)