This section is an introduction to calculation procedures. Calculation codes are written in FORTRAN90
and configuration files are scripts written in . The name of the main calculation code is
cpvos.x
(non-parallel) or cpvop.x
(parallel).
(These two files are so-called CPVO code.) In order to analyze output results of these calculation codes
or prepare necessary input data, several run mode are used. MPI library
are required when you compile parallel calculation codes.
計算の手順をおおまかに解説する。計算コードは、FORTRAN90で記述されており、計算制御などは、B-Shellで
記述されたスクリプトになっている。中心となる計算コード名は、cpvos.x
(非並列コード)
または、cpvop.x
(並列コード)である。(これらを総称してCPVOコードと呼ぶ。)
これらの計算コードに必要な入力データを準備したり、出力結果を解析するために、いくつかの実行形式が使われている。並列計算
コードのコンパイルにはMPIライブラリーが必要である。