文書の過去の版を表示しています。
KSHELL
Created on Jul. 28, 2022.
Links
- KSHELL official page: https://sites.google.com/alumni.tsukuba.ac.jp/kshell-nuclear/
Installation
The latest version is ver3.1 on Jul. 29, 2022. You can download kshell-20220610-ver3.1.tar.gz from Shimizu-san's web page. (Shimizu-san's Google drive: https://drive.google.com/file/d/1kTFX3ctUY9mNbmHRYbKF6Y7ktR2c4d5k/view?usp=sharing.) After downloading the file, place it in any directory. In my case, I made a directory named “kshell” and placed the tar.gz file in the directory.
$ mkdir kshell $ cp <somewhere>/kshell-20220610-ver3.1.tar.gz ./kshell/ $ cd kshell $ tar zxvf kshell-20220610-ver3.1.tar.gz $ ls kshell-20220610-ver3.1.tar.gz kshell-20220610-ver3.1 $ cd kshell-20220610-ver3.1 $ ls ...
Then, compile the code in the directory “src”. On saho-a/saho-b at RCNP, the static libraries of GCC is not loaded by default. So, the
Calculation time
Some parameters were changed in the input file in order to see the total calculation time.
| Compiler | No. of CPU (ncpus) | OMP_NUM_THREADS | max_lanc_vec | maxiter | no_eigen | n_restart_vec |
|---|---|---|---|---|---|---|
| gfortran | 32 | 32 | 200 | 300 | 10 | 15 |
