領域全体の座標データの設定 (MPI 用) More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoputaxismpireal (dim, array) |
| subroutine | historyautoputaxismpidouble (dim, array) |
| subroutine | historyautoputaxismpiint (dim, array) |
領域全体の座標データの設定 (MPI 用)
Definition in file historyautoputaxismpi.f90.
| subroutine historyautoputaxismpidouble | ( | character(*), intent(in) | dim, |
| real(dp), dimension(:), intent(in) | array | ||
| ) |
領域全体の座標データの設定 (MPI 用).
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryAutoCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
| [in] | dim | 座標変数の名称. ここで指定するものは, HistoryAutoCreate の 引数 dims で既に指定されていなければなりません. |
| [in] | array | 座標データ. |
Definition at line 136 of file historyautoputaxismpi.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes_whole, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoputaxismpiint | ( | character(*), intent(in) | dim, |
| integer, dimension(:), intent(in) | array | ||
| ) |
領域全体の座標データの設定 (MPI 用).
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryAutoCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
| [in] | dim | 座標変数の名称. ここで指定するものは, HistoryAutoCreate の 引数 dims で既に指定されていなければなりません. |
| [in] | array | 座標データ. |
Definition at line 226 of file historyautoputaxismpi.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes_whole, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoputaxismpireal | ( | character(*), intent(in) | dim, |
| real, dimension(:), intent(in) | array | ||
| ) |
領域全体の座標データの設定 (MPI 用).
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryAutoCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
| [in] | dim | 座標変数の名称. ここで指定するものは, HistoryAutoCreate の 引数 dims で既に指定されていなければなりません. |
| [in] | array | 座標データ. |
Definition at line 60 of file historyautoputaxismpi.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes_whole, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.